Uses of Class
com.mypurecloud.sdk.v2.model.UserReferenceEntityListing
Packages that use UserReferenceEntityListing
-
Uses of UserReferenceEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return UserReferenceEntityListingModifier and TypeMethodDescriptionAuthorizationApi.getAuthorizationRoleUsers(GetAuthorizationRoleUsersRequest request) Get a list of the users in a specified role.AuthorizationApi.getAuthorizationRoleUsers(String roleId, Integer pageSize, Integer pageNumber) Get a list of the users in a specified role.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type UserReferenceEntityListingModifier and TypeMethodDescriptionAuthorizationApi.getAuthorizationRoleUsers(ApiRequest<Void> request) Get a list of the users in a specified role.AuthorizationApiAsync.getAuthorizationRoleUsersAsync(GetAuthorizationRoleUsersRequest request, AsyncApiCallback<UserReferenceEntityListing> callback) Get a list of the users in a specified role.AuthorizationApiAsync.getAuthorizationRoleUsersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserReferenceEntityListing>> callback) Get a list of the users in a specified role.AuthorizationApi.getAuthorizationRoleUsersWithHttpInfo(String roleId, Integer pageSize, Integer pageNumber) Get a list of the users in a specified role.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type UserReferenceEntityListingModifier and TypeMethodDescriptionAuthorizationApiAsync.getAuthorizationRoleUsersAsync(GetAuthorizationRoleUsersRequest request, AsyncApiCallback<UserReferenceEntityListing> callback) Get a list of the users in a specified role.AuthorizationApiAsync.getAuthorizationRoleUsersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserReferenceEntityListing>> callback) Get a list of the users in a specified role. -
Uses of UserReferenceEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UserReferenceEntityListingModifier and TypeMethodDescriptionUserReferenceEntityListing.entities(List<UserReference> entities) UserReferenceEntityListing.pageNumber(Integer pageNumber)