Package com.mypurecloud.sdk.v2.model
Class ResponseAsset
java.lang.Object
com.mypurecloud.sdk.v2.model.ResponseAsset
- All Implemented Interfaces:
Serializable
ResponseAsset
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentLength(Long contentLength) response asset size in bytescontentLocation(String contentLocation) response asset location.contentType(String contentType) MIME type of response assetcreatedBy(DomainEntityRef createdBy) User who created the response assetdateCreated(Date dateCreated) Created date of the response asset.dateModified(Date dateModified) Last modified date of the response asset.The division to which this entity belongs.booleangetId()getName()inthashCode()modifiedBy(DomainEntityRef modifiedBy) User who last modified the response assetresponses(List<DomainEntityRef> responses) Canned responses actively using this assetvoidsetContentLength(Long contentLength) voidsetContentLocation(String contentLocation) voidsetContentType(String contentType) voidsetCreatedBy(DomainEntityRef createdBy) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDivision(Division division) voidsetModifiedBy(DomainEntityRef modifiedBy) voidvoidsetResponses(List<DomainEntityRef> responses) toString()
-
Constructor Details
-
ResponseAsset
public ResponseAsset() -
ResponseAsset
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
contentLength
response asset size in bytes -
getContentLength
-
setContentLength
-
contentLocation
response asset location. -
getContentLocation
-
setContentLocation
-
contentType
MIME type of response asset -
getContentType
-
setContentType
-
dateCreated
Created date of the response asset. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
createdBy
User who created the response asset -
getCreatedBy
-
setCreatedBy
-
dateModified
Last modified date of the response asset. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
modifiedBy
User who last modified the response asset -
getModifiedBy
-
setModifiedBy
-
responses
Canned responses actively using this asset -
getResponses
-
setResponses
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-