Uses of Class
com.mypurecloud.sdk.v2.model.UserEntityListing
Packages that use UserEntityListing
-
Uses of UserEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return UserEntityListingModifier and TypeMethodDescriptionGroupsApi.getGroupIndividuals(GetGroupIndividualsRequest request) Get all individuals associated with the groupGroupsApi.getGroupIndividuals(String groupId) Get all individuals associated with the groupGroupsApi.getGroupMembers(GetGroupMembersRequest request) Get group members, includes individuals, owners, and dynamically included peopleGroupsApi.getGroupMembers(String groupId, Integer pageSize, Integer pageNumber, String sortOrder, List<String> expand) Get group members, includes individuals, owners, and dynamically included peopleUsersApi.getUserFavorites(GetUserFavoritesRequest request) Deprecated.UsersApi.getUserFavorites(String userId, Integer pageSize, Integer pageNumber, String sortOrder, List<String> expand) Deprecated.UsersApi.getUsers(GetUsersRequest request) Get the list of available users.UsersApi.getUsers(Integer pageSize, Integer pageNumber, List<String> id, List<String> jabberId, String sortOrder, List<String> expand, String integrationPresenceSource, List<String> userCustomAttributeSchemaIds, String state) Get the list of available users.UsersApi.patchUsersBulk(PatchUsersBulkRequest request) Update bulk acd autoanswer on users.UsersApi.patchUsersBulk(List<PatchUser> body) Update bulk acd autoanswer on users.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type UserEntityListingModifier and TypeMethodDescriptionGroupsApi.getGroupIndividuals(ApiRequest<Void> request) Get all individuals associated with the groupGroupsApiAsync.getGroupIndividualsAsync(GetGroupIndividualsRequest request, AsyncApiCallback<UserEntityListing> callback) Get all individuals associated with the groupGroupsApiAsync.getGroupIndividualsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserEntityListing>> callback) Get all individuals associated with the groupGroupsApi.getGroupIndividualsWithHttpInfo(String groupId) Get all individuals associated with the groupGroupsApi.getGroupMembers(ApiRequest<Void> request) Get group members, includes individuals, owners, and dynamically included peopleGroupsApiAsync.getGroupMembersAsync(GetGroupMembersRequest request, AsyncApiCallback<UserEntityListing> callback) Get group members, includes individuals, owners, and dynamically included peopleGroupsApiAsync.getGroupMembersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserEntityListing>> callback) Get group members, includes individuals, owners, and dynamically included peopleGroupsApi.getGroupMembersWithHttpInfo(String groupId, Integer pageSize, Integer pageNumber, String sortOrder, List<String> expand) Get group members, includes individuals, owners, and dynamically included peopleUsersApi.getUserFavorites(ApiRequest<Void> request) Deprecated.UsersApiAsync.getUserFavoritesAsync(GetUserFavoritesRequest request, AsyncApiCallback<UserEntityListing> callback) Deprecated.UsersApiAsync.getUserFavoritesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserEntityListing>> callback) Deprecated.UsersApi.getUserFavoritesWithHttpInfo(String userId, Integer pageSize, Integer pageNumber, String sortOrder, List<String> expand) Deprecated.UsersApi.getUsers(ApiRequest<Void> request) Get the list of available users.UsersApiAsync.getUsersAsync(GetUsersRequest request, AsyncApiCallback<UserEntityListing> callback) Get the list of available users.UsersApiAsync.getUsersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserEntityListing>> callback) Get the list of available users.UsersApi.getUsersWithHttpInfo(Integer pageSize, Integer pageNumber, List<String> id, List<String> jabberId, String sortOrder, List<String> expand, String integrationPresenceSource, List<String> userCustomAttributeSchemaIds, String state) Get the list of available users.UsersApi.patchUsersBulk(ApiRequest<List<PatchUser>> request) Update bulk acd autoanswer on users.UsersApiAsync.patchUsersBulkAsync(PatchUsersBulkRequest request, AsyncApiCallback<UserEntityListing> callback) Update bulk acd autoanswer on users.UsersApiAsync.patchUsersBulkAsync(ApiRequest<List<PatchUser>> request, AsyncApiCallback<ApiResponse<UserEntityListing>> callback) Update bulk acd autoanswer on users.UsersApi.patchUsersBulkWithHttpInfo(List<PatchUser> body) Update bulk acd autoanswer on users.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type UserEntityListingModifier and TypeMethodDescriptionGroupsApiAsync.getGroupIndividualsAsync(GetGroupIndividualsRequest request, AsyncApiCallback<UserEntityListing> callback) Get all individuals associated with the groupGroupsApiAsync.getGroupIndividualsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserEntityListing>> callback) Get all individuals associated with the groupGroupsApiAsync.getGroupMembersAsync(GetGroupMembersRequest request, AsyncApiCallback<UserEntityListing> callback) Get group members, includes individuals, owners, and dynamically included peopleGroupsApiAsync.getGroupMembersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserEntityListing>> callback) Get group members, includes individuals, owners, and dynamically included peopleUsersApiAsync.getUserFavoritesAsync(GetUserFavoritesRequest request, AsyncApiCallback<UserEntityListing> callback) Deprecated.UsersApiAsync.getUserFavoritesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserEntityListing>> callback) Deprecated.UsersApiAsync.getUsersAsync(GetUsersRequest request, AsyncApiCallback<UserEntityListing> callback) Get the list of available users.UsersApiAsync.getUsersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserEntityListing>> callback) Get the list of available users.UsersApiAsync.patchUsersBulkAsync(PatchUsersBulkRequest request, AsyncApiCallback<UserEntityListing> callback) Update bulk acd autoanswer on users.UsersApiAsync.patchUsersBulkAsync(ApiRequest<List<PatchUser>> request, AsyncApiCallback<ApiResponse<UserEntityListing>> callback) Update bulk acd autoanswer on users. -
Uses of UserEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UserEntityListingModifier and TypeMethodDescriptionUserEntityListing.pageNumber(Integer pageNumber) UserEntityListing.previousUri(String previousUri)