Class MediaTypeAccess

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

public class MediaTypeAccess extends Object implements Serializable
Media type access definitions
See Also:
  • Constructor Details

    • MediaTypeAccess

      public MediaTypeAccess()
    • MediaTypeAccess

      public MediaTypeAccess(Boolean initWithEmptyList)
  • Method Details

    • inbound

      public MediaTypeAccess inbound(List<MediaType> inbound)
      List of media types allowed for inbound messages from customers. If inbound messages from a customer contain media that is not in this list, the media will be dropped from the outbound message.
    • getInbound

      public List<MediaType> getInbound()
    • setInbound

      public void setInbound(List<MediaType> inbound)
    • outbound

      public MediaTypeAccess outbound(List<MediaType> outbound)
      List of media types allowed for outbound messages to customers. If an outbound message is sent that contains media that is not in this list, the message will not be sent.
    • getOutbound

      public List<MediaType> getOutbound()
    • setOutbound

      public void setOutbound(List<MediaType> outbound)
    • 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