Package com.mypurecloud.sdk.v2.model
Class UserAsyncAggregateQueryResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.UserAsyncAggregateQueryResponse
- All Implemented Interfaces:
Serializable
UserAsyncAggregateQueryResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCursor token to retrieve next pagebooleaninthashCode()results(List<UserAggregateDataContainer> results) voidvoidsetResults(List<UserAggregateDataContainer> results) voidsetSystemToOrganizationMappings(Map<String, List<String>> systemToOrganizationMappings) systemToOrganizationMappings(Map<String, List<String>> systemToOrganizationMappings) A mapping from system presence to a list of organization presence idstoString()
-
Constructor Details
-
UserAsyncAggregateQueryResponse
public UserAsyncAggregateQueryResponse() -
UserAsyncAggregateQueryResponse
-
-
Method Details
-
systemToOrganizationMappings
public UserAsyncAggregateQueryResponse systemToOrganizationMappings(Map<String, List<String>> systemToOrganizationMappings) A mapping from system presence to a list of organization presence ids -
getSystemToOrganizationMappings
-
setSystemToOrganizationMappings
-
results
-
getResults
-
setResults
-
cursor
Cursor token to retrieve next page -
getCursor
-
setCursor
-
equals
-
hashCode
public int hashCode() -
toString
-