Uses of Class
com.mypurecloud.sdk.v2.model.UserLicensesEntityListing
Packages that use UserLicensesEntityListing
-
Uses of UserLicensesEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return UserLicensesEntityListingModifier and TypeMethodDescriptionLicenseApi.getLicenseUsers(GetLicenseUsersRequest request) Get a page of users and their licenses Retrieve a page of users in an organization along with the licenses they possess.LicenseApi.getLicenseUsers(Integer pageSize, Integer pageNumber) Get a page of users and their licenses Retrieve a page of users in an organization along with the licenses they possess.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type UserLicensesEntityListingModifier and TypeMethodDescriptionLicenseApi.getLicenseUsers(ApiRequest<Void> request) Get a page of users and their licenses Retrieve a page of users in an organization along with the licenses they possess.LicenseApiAsync.getLicenseUsersAsync(GetLicenseUsersRequest request, AsyncApiCallback<UserLicensesEntityListing> callback) Get a page of users and their licenses Retrieve a page of users in an organization along with the licenses they possess.LicenseApiAsync.getLicenseUsersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserLicensesEntityListing>> callback) Get a page of users and their licenses Retrieve a page of users in an organization along with the licenses they possess.LicenseApi.getLicenseUsersWithHttpInfo(Integer pageSize, Integer pageNumber) Get a page of users and their licenses Retrieve a page of users in an organization along with the licenses they possess.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type UserLicensesEntityListingModifier and TypeMethodDescriptionLicenseApiAsync.getLicenseUsersAsync(GetLicenseUsersRequest request, AsyncApiCallback<UserLicensesEntityListing> callback) Get a page of users and their licenses Retrieve a page of users in an organization along with the licenses they possess.LicenseApiAsync.getLicenseUsersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UserLicensesEntityListing>> callback) Get a page of users and their licenses Retrieve a page of users in an organization along with the licenses they possess. -
Uses of UserLicensesEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UserLicensesEntityListingModifier and TypeMethodDescriptionUserLicensesEntityListing.entities(List<UserLicenses> entities) UserLicensesEntityListing.pageNumber(Integer pageNumber)