Class ResponseAsset

java.lang.Object
com.mypurecloud.sdk.v2.model.ResponseAsset
All Implemented Interfaces:
Serializable

public class ResponseAsset extends Object implements Serializable
ResponseAsset
See Also:
  • Constructor Details

    • ResponseAsset

      public ResponseAsset()
    • ResponseAsset

      public ResponseAsset(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public ResponseAsset name(String name)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • division

      public ResponseAsset division(Division division)
      The division to which this entity belongs.
    • getDivision

      public Division getDivision()
    • setDivision

      public void setDivision(Division division)
    • contentLength

      public ResponseAsset contentLength(Long contentLength)
      response asset size in bytes
    • getContentLength

      public Long getContentLength()
    • setContentLength

      public void setContentLength(Long contentLength)
    • contentLocation

      public ResponseAsset contentLocation(String contentLocation)
      response asset location.
    • getContentLocation

      public String getContentLocation()
    • setContentLocation

      public void setContentLocation(String contentLocation)
    • contentType

      public ResponseAsset contentType(String contentType)
      MIME type of response asset
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • dateCreated

      public ResponseAsset dateCreated(Date 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

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • createdBy

      public ResponseAsset createdBy(DomainEntityRef createdBy)
      User who created the response asset
    • getCreatedBy

      public DomainEntityRef getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(DomainEntityRef createdBy)
    • dateModified

      public ResponseAsset dateModified(Date 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

      public Date getDateModified()
    • setDateModified

      public void setDateModified(Date dateModified)
    • modifiedBy

      public ResponseAsset modifiedBy(DomainEntityRef modifiedBy)
      User who last modified the response asset
    • getModifiedBy

      public DomainEntityRef getModifiedBy()
    • setModifiedBy

      public void setModifiedBy(DomainEntityRef modifiedBy)
    • responses

      public ResponseAsset responses(List<DomainEntityRef> responses)
      Canned responses actively using this asset
    • getResponses

      public List<DomainEntityRef> getResponses()
    • setResponses

      public void setResponses(List<DomainEntityRef> responses)
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object