Package com.mypurecloud.sdk.v2.model
Class UserAggregateQueryResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.UserAggregateQueryResponse
- All Implemented Interfaces:
Serializable
UserAggregateQueryResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()results(List<UserAggregateDataContainer> results) voidsetResults(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
-
UserAggregateQueryResponse
public UserAggregateQueryResponse() -
UserAggregateQueryResponse
-
-
Method Details
-
systemToOrganizationMappings
public UserAggregateQueryResponse systemToOrganizationMappings(Map<String, List<String>> systemToOrganizationMappings) A mapping from system presence to a list of organization presence ids -
getSystemToOrganizationMappings
-
setSystemToOrganizationMappings
-
results
-
getResults
-
setResults
-
equals
-
hashCode
public int hashCode() -
toString
-