Package com.mypurecloud.sdk.v2.model
Class MessageHeader
java.lang.Object
com.mypurecloud.sdk.v2.model.MessageHeader
- All Implemented Interfaces:
Serializable
MessageHeader
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDefines the content type of the Header in message -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionContent associated with the header in the messagebooleangetType()inthashCode()voidsetContent(String content) voidtoString()type(MessageHeader.TypeEnum type) Defines the content type of the Header in message
-
Constructor Details
-
MessageHeader
public MessageHeader() -
MessageHeader
-
-
Method Details
-
type
Defines the content type of the Header in message -
getType
-
setType
-
content
Content associated with the header in the message -
getContent
-
setContent
-
equals
-
hashCode
public int hashCode() -
toString
-