Uses of Class
com.mypurecloud.sdk.v2.model.UserProfileEntityListing
Packages that use UserProfileEntityListing
-
Uses of UserProfileEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return UserProfileEntityListingModifier and TypeMethodDescriptionUsersApi.getProfilesUsers(GetProfilesUsersRequest request) Deprecated.UsersApi.getProfilesUsers(Integer pageSize, Integer pageNumber, List<String> id, List<String> jid, String sortOrder, List<String> expand, String integrationPresenceSource) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type UserProfileEntityListingModifier and TypeMethodDescriptionUsersApi.getProfilesUsers(ApiRequest<Void> request) Deprecated.UsersApiAsync.getProfilesUsersAsync(GetProfilesUsersRequest request, AsyncApiCallback<UserProfileEntityListing> callback) Deprecated.UsersApiAsync.getProfilesUsersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserProfileEntityListing>> callback) Deprecated.UsersApi.getProfilesUsersWithHttpInfo(Integer pageSize, Integer pageNumber, List<String> id, List<String> jid, String sortOrder, List<String> expand, String integrationPresenceSource) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type UserProfileEntityListingModifier and TypeMethodDescriptionUsersApiAsync.getProfilesUsersAsync(GetProfilesUsersRequest request, AsyncApiCallback<UserProfileEntityListing> callback) Deprecated.UsersApiAsync.getProfilesUsersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserProfileEntityListing>> callback) Deprecated. -
Uses of UserProfileEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UserProfileEntityListingModifier and TypeMethodDescriptionUserProfileEntityListing.entities(List<UserProfile> entities) UserProfileEntityListing.pageNumber(Integer pageNumber) UserProfileEntityListing.previousUri(String previousUri)