Uses of Class
com.mypurecloud.sdk.v2.api.request.GetLicenseUsersRequest
Packages that use GetLicenseUsersRequest
-
Uses of GetLicenseUsersRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetLicenseUsersRequestModifier 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.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. -
Uses of GetLicenseUsersRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetLicenseUsersRequestModifier and TypeMethodDescriptionGetLicenseUsersRequest.Builder.build()GetLicenseUsersRequest.withCustomHeader(String name, String value) GetLicenseUsersRequest.withPageNumber(Integer pageNumber) GetLicenseUsersRequest.withPageSize(Integer pageSize)