Uses of Class
com.mypurecloud.sdk.v2.model.SubjectDivisionGrantsEntityListing
Packages that use SubjectDivisionGrantsEntityListing
-
Uses of SubjectDivisionGrantsEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SubjectDivisionGrantsEntityListingModifier and TypeMethodDescriptionAuthorizationApi.getAuthorizationRoleSubjectgrants(GetAuthorizationRoleSubjectgrantsRequest request) Get the subjects' granted divisions in the specified role.AuthorizationApi.getAuthorizationRoleSubjectgrants(String roleId, Integer pageSize, Integer pageNumber, String sortBy, List<String> expand, String nextPage, String previousPage) Get the subjects' granted divisions in the specified role.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type SubjectDivisionGrantsEntityListingModifier and TypeMethodDescriptionAuthorizationApi.getAuthorizationRoleSubjectgrants(ApiRequest<Void> request) Get the subjects' granted divisions in the specified role.AuthorizationApiAsync.getAuthorizationRoleSubjectgrantsAsync(GetAuthorizationRoleSubjectgrantsRequest request, AsyncApiCallback<SubjectDivisionGrantsEntityListing> callback) Get the subjects' granted divisions in the specified role.AuthorizationApiAsync.getAuthorizationRoleSubjectgrantsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SubjectDivisionGrantsEntityListing>> callback) Get the subjects' granted divisions in the specified role.AuthorizationApi.getAuthorizationRoleSubjectgrantsWithHttpInfo(String roleId, Integer pageSize, Integer pageNumber, String sortBy, List<String> expand, String nextPage, String previousPage) Get the subjects' granted divisions in the specified role.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SubjectDivisionGrantsEntityListingModifier and TypeMethodDescriptionAuthorizationApiAsync.getAuthorizationRoleSubjectgrantsAsync(GetAuthorizationRoleSubjectgrantsRequest request, AsyncApiCallback<SubjectDivisionGrantsEntityListing> callback) Get the subjects' granted divisions in the specified role.AuthorizationApiAsync.getAuthorizationRoleSubjectgrantsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SubjectDivisionGrantsEntityListing>> callback) Get the subjects' granted divisions in the specified role. -
Uses of SubjectDivisionGrantsEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SubjectDivisionGrantsEntityListingModifier and TypeMethodDescriptionSubjectDivisionGrantsEntityListing.entities(List<SubjectDivisionGrants> entities) SubjectDivisionGrantsEntityListing.pageNumber(Integer pageNumber) SubjectDivisionGrantsEntityListing.previousUri(String previousUri)