Class CachedMediaItem

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

public class CachedMediaItem extends Object implements Serializable
Defines an external media that has been ingested and cached by Genesys Cloud for conversation messaging
See Also:
  • Constructor Details

    • CachedMediaItem

      public CachedMediaItem()
    • CachedMediaItem

      public CachedMediaItem(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • getUrl

      public String getUrl()
    • getDownloadUrl

      public String getDownloadUrl()
    • getMediaType

      public String getMediaType()
    • getContentLengthBytes

      public Integer getContentLengthBytes()
    • getDateCreated

      public Date getDateCreated()
    • getDateExpires

      public Date getDateExpires()
    • 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