Package com.mypurecloud.sdk.v2.model
Class ResponseAssetRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.ResponseAssetRequest
- All Implemented Interfaces:
Serializable
ResponseAssetRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondivisionId(String divisionId) Division to associate to this asset.booleangetName()inthashCode()Name of the file to upload.voidsetDivisionId(String divisionId) voidtoString()
-
Constructor Details
-
ResponseAssetRequest
public ResponseAssetRequest() -
ResponseAssetRequest
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-