Package com.mypurecloud.sdk.v2.model
Class MediaTypeAccess
java.lang.Object
com.mypurecloud.sdk.v2.model.MediaTypeAccess
- All Implemented Interfaces:
Serializable
Media type access definitions
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()List of media types allowed for inbound messages from customers.List of media types allowed for outbound messages to customers.voidsetInbound(List<MediaType> inbound) voidsetOutbound(List<MediaType> outbound) toString()
-
Constructor Details
-
MediaTypeAccess
public MediaTypeAccess() -
MediaTypeAccess
-
-
Method Details
-
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
-
setInbound
-
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
-
setOutbound
-
equals
-
hashCode
public int hashCode() -
toString
-