Package com.mypurecloud.sdk.v2.model
Class ResponseText
java.lang.Object
com.mypurecloud.sdk.v2.model.ResponseText
- All Implemented Interfaces:
Serializable
Contains information about the text associated with a response.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumResponse text content type.static enumResponse text type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResponse text content.contentType(ResponseText.ContentTypeEnum contentType) Response text content type.booleangetType()inthashCode()voidsetContent(String content) voidsetContentType(ResponseText.ContentTypeEnum contentType) voidsetType(ResponseText.TypeEnum type) toString()type(ResponseText.TypeEnum type) Response text type.
-
Constructor Details
-
ResponseText
public ResponseText() -
ResponseText
-
-
Method Details
-
content
Response text content. -
getContent
-
setContent
-
contentType
Response text content type. -
getContentType
-
setContentType
-
type
Response text type. -
getType
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-