Package com.stripe.param
Class FileCreateParams.FileLinkData.Builder
java.lang.Object
com.stripe.param.FileCreateParams.FileLinkData.Builder
- Enclosing class:
- FileCreateParams.FileLinkData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Finalize and obtain parameter instance from this builder.putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putAllMetadata(Map<String, String> map) Add all map key/value pairs to `metadata` map.putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map.putMetadata(String key, String value) Add a key/value pair to `metadata` map.Required. Set this totrueto create a file link for the newly created file.setExpiresAt(Long expiresAt) The link isn't available after this future timestamp.setMetadata(EmptyParam metadata) Set of key-value pairs that you can attach to an object.setMetadata(Map<String, String> metadata)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setCreate
Required. Set this totrueto create a file link for the newly created file. Creating a link is only possible when the file'spurposeis one of the following:business_icon,business_logo,customer_signature,dispute_evidence,issuing_regulatory_reporting,pci_document,tax_document_user_upload,terminal_android_apk, orterminal_reader_splashscreen. -
setExpiresAt
The link isn't available after this future timestamp. -
putExtraParam
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. SeeFileCreateParams.FileLinkData.extraParamsfor the field documentation. -
putAllExtraParam
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. SeeFileCreateParams.FileLinkData.extraParamsfor the field documentation. -
putMetadata
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. SeeFileCreateParams.FileLinkData.metadatafor 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. SeeFileCreateParams.FileLinkData.metadatafor the field documentation. -
setMetadata
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 tometadata. -
setMetadata
-