Class FileCreateParams.FileLinkData.Builder

java.lang.Object
com.stripe.param.FileCreateParams.FileLinkData.Builder
Enclosing class:
FileCreateParams.FileLinkData

public static class FileCreateParams.FileLinkData.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      Finalize and obtain parameter instance from this builder.
    • setCreate

      Required. Set this to true to create a file link for the newly created file. Creating a link is only possible when the file's purpose is one of the following: business_icon, business_logo, customer_signature, dispute_evidence, pci_document, tax_document_user_upload, or terminal_reader_splashscreen.
    • setExpiresAt

      public FileCreateParams.FileLinkData.Builder setExpiresAt(Long expiresAt)
      The link isn't available after this future timestamp.
    • putExtraParam

      public FileCreateParams.FileLinkData.Builder putExtraParam(String key, Object value)
      Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See FileCreateParams.FileLinkData.extraParams for the field documentation.
    • putAllExtraParam

      public FileCreateParams.FileLinkData.Builder putAllExtraParam(Map<String,Object> map)
      Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See FileCreateParams.FileLinkData.extraParams for the field documentation.
    • putMetadata

      public FileCreateParams.FileLinkData.Builder putMetadata(String key, String value)
      Add a key/value pair to `metadata` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See FileCreateParams.FileLinkData.metadata for the field documentation.
    • putAllMetadata

      Add all map key/value pairs to `metadata` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See FileCreateParams.FileLinkData.metadata for the field documentation.
    • setMetadata

      public FileCreateParams.FileLinkData.Builder setMetadata(EmptyParam metadata)
      Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.
    • setMetadata

      public FileCreateParams.FileLinkData.Builder setMetadata(Map<String,String> metadata)