Uses of Enum
model.CreateExternalLinkRequest.TypeEnum
Packages that use CreateExternalLinkRequest.TypeEnum
-
Uses of CreateExternalLinkRequest.TypeEnum in model
Methods in model that return CreateExternalLinkRequest.TypeEnumModifier and TypeMethodDescriptionCreateExternalLinkRequest.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.Adapter.read(com.google.gson.stream.JsonReader jsonReader) 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.Methods in model with parameters of type CreateExternalLinkRequest.TypeEnumModifier and TypeMethodDescriptionvoidCreateExternalLinkRequest.setType(CreateExternalLinkRequest.TypeEnum type) CreateExternalLinkRequest.type(CreateExternalLinkRequest.TypeEnum type) voidCreateExternalLinkRequest.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, CreateExternalLinkRequest.TypeEnum enumeration)