Uses of Class
com.mypurecloud.sdk.v2.model.RoleDivision
Packages that use RoleDivision
-
Uses of RoleDivision in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RoleDivisionModifier and TypeMethodDescriptionRoleDivision.divisionId(String divisionId) Division associated with the given role which forms a grantRole to be associated with the given division which forms a grantMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type RoleDivisionModifier and TypeMethodDescriptionOAuthClient.getRoleDivisions()OAuthClientRequest.getRoleDivisions()OrgOAuthClient.getRoleDivisions()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type RoleDivisionModifier and TypeMethodDescriptionOAuthClient.roleDivisions(List<RoleDivision> roleDivisions) Set of roles and their corresponding divisions associated with this client.OAuthClientRequest.roleDivisions(List<RoleDivision> roleDivisions) Set of roles and their corresponding divisions associated with this client.OrgOAuthClient.roleDivisions(List<RoleDivision> roleDivisions) Set of roles and their corresponding divisions associated with this client.voidOAuthClient.setRoleDivisions(List<RoleDivision> roleDivisions) voidOAuthClientRequest.setRoleDivisions(List<RoleDivision> roleDivisions) voidOrgOAuthClient.setRoleDivisions(List<RoleDivision> roleDivisions)