Package com.mypurecloud.sdk.v2.model
Class ThirdPartySuggestion
java.lang.Object
com.mypurecloud.sdk.v2.model.ThirdPartySuggestion
- All Implemented Interfaces:
Serializable
ThirdPartySuggestion
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetText()getTitle()inthashCode()voidsetSources(List<ThirdPartySuggestionSource> sources) voidvoidsources(List<ThirdPartySuggestionSource> sources) A list of source references attributing the suggestion to its origin sources.The third party suggestion text.The title of the suggestion.toString()
-
Constructor Details
-
ThirdPartySuggestion
public ThirdPartySuggestion() -
ThirdPartySuggestion
-
-
Method Details
-
text
The third party suggestion text. -
getText
-
setText
-
title
The title of the suggestion. -
getTitle
-
setTitle
-
sources
A list of source references attributing the suggestion to its origin sources. -
getSources
-
setSources
-
equals
-
hashCode
public int hashCode() -
toString
-