Package com.mypurecloud.sdk.v2.model
Class ConversationParticipantSearchRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationParticipantSearchRequest
- All Implemented Interfaces:
Serializable
ConversationParticipantSearchRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe sort order for results -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetQuery()getSort()inthashCode()returnFields(List<String> returnFields) voidvoidvoidsetReturnFields(List<String> returnFields) voidsetSort(List<SearchSort> sort) voidvoidsort(List<SearchSort> sort) Multi-value sort order, list of multiple sort valuesThe field in the resource that you want to sort the results byThe sort order for resultstoString()
-
Constructor Details
-
ConversationParticipantSearchRequest
public ConversationParticipantSearchRequest() -
ConversationParticipantSearchRequest
-
-
Method Details
-
sortOrder
public ConversationParticipantSearchRequest sortOrder(ConversationParticipantSearchRequest.SortOrderEnum sortOrder) The sort order for results -
getSortOrder
-
setSortOrder
-
sortBy
The field in the resource that you want to sort the results by -
getSortBy
-
setSortBy
-
sort
Multi-value sort order, list of multiple sort values -
getSort
-
setSort
-
returnFields
-
getReturnFields
-
setReturnFields
-
query
public ConversationParticipantSearchRequest query(List<ConversationParticipantSearchCriteria> query) -
getQuery
-
setQuery
-
cursor
-
getCursor
-
setCursor
-
equals
-
hashCode
public int hashCode() -
toString
-