Package com.mypurecloud.sdk.v2.model
Class CreateResponseAssetRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateResponseAssetRequest
- All Implemented Interfaces:
Serializable
CreateResponseAssetRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentMd5(String contentMd5) Content MD-5 of the file to uploaddivisionId(String divisionId) Division to associate to this asset.booleangetName()inthashCode()Name of the file to upload.voidsetContentMd5(String contentMd5) voidsetDivisionId(String divisionId) voidtoString()
-
Constructor Details
-
CreateResponseAssetRequest
public CreateResponseAssetRequest() -
CreateResponseAssetRequest
-
-
Method Details
-
name
Name of the file to upload. It must not start with a dot and not end with a forward slash. Whitespace and the following characters are not allowed: \\{^}%`]\">[~<#| -
getName
-
setName
-
divisionId
Division to associate to this asset. Can only be used with this division. -
getDivisionId
-
setDivisionId
-
contentMd5
Content MD-5 of the file to upload -
getContentMd5
-
setContentMd5
-
equals
-
hashCode
public int hashCode() -
toString
-