static CreateExternalLinkRequest.TypeEnum |
CreateExternalLinkRequest.TypeEnum.fromValue(String value) |
|
CreateExternalLinkRequest.TypeEnum |
CreateExternalLinkRequest.getType() |
<ul><li>Set to <strong>UPLOAD</strong> to create a link that can be used to upload files to Finix.<li>Set to <strong>DOWNLOAD</strong> to create a link where the uploaded file can be downloaded from.<li>Set to <strong>VIEW</strong> to create a link that displays the file in browser.
|
CreateExternalLinkRequest.TypeEnum |
CreateExternalLinkRequest.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static CreateExternalLinkRequest.TypeEnum |
CreateExternalLinkRequest.TypeEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CreateExternalLinkRequest.TypeEnum[] |
CreateExternalLinkRequest.TypeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|