Package com.mypurecloud.sdk.v2.model
Class MediaType
java.lang.Object
com.mypurecloud.sdk.v2.model.MediaType
- All Implemented Interfaces:
Serializable
Media type definition
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MediaType
public MediaType() -
MediaType
-
-
Method Details
-
type
The media type string as defined by RFC 2046. You can define specific types such as 'image/jpeg', 'video/mpeg', or specify wild cards for a range of types, 'image/*', or all types '*\\/\\*'. See https://www.iana.org/assignments/media-types/media-types.xhtml for a list of registered media types. -
getType
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-