Package com.mypurecloud.sdk.v2.model
Class FunctionUploadRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.FunctionUploadRequest
- All Implemented Interfaces:
Serializable
Action function URL upload input.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanName of the file to upload.File name can only contain letters, numbers, and the following special characters: + - _ . ' ( )inthashCode()voidsetFileName(String fileName) voidsetSignedUrlTimeoutSeconds(Integer signedUrlTimeoutSeconds) signedUrlTimeoutSeconds(Integer signedUrlTimeoutSeconds) The number of seconds the presigned URL is valid for (from 1 to 604800 seconds).toString()
-
Constructor Details
-
FunctionUploadRequest
public FunctionUploadRequest() -
FunctionUploadRequest
-
-
Method Details
-
fileName
Name of the file to upload.File name can only contain letters, numbers, and the following special characters: + - _ . ' ( ) -
getFileName
-
setFileName
-
signedUrlTimeoutSeconds
The number of seconds the presigned URL is valid for (from 1 to 604800 seconds). If none provided, defaults to 900 seconds minimum: 1 maximum: 604800 -
getSignedUrlTimeoutSeconds
-
setSignedUrlTimeoutSeconds
-
equals
-
hashCode
public int hashCode() -
toString
-