Uses of Class
com.mypurecloud.sdk.v2.api.request.GetLocationsRequest
Packages that use GetLocationsRequest
-
Uses of GetLocationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetLocationsRequestModifier and TypeMethodDescriptionLocationsApi.getLocations(GetLocationsRequest request) Get a list of all locations.LocationsApiAsync.getLocationsAsync(GetLocationsRequest request, AsyncApiCallback<LocationEntityListing> callback) Get a list of all locations. -
Uses of GetLocationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetLocationsRequestModifier and TypeMethodDescriptionGetLocationsRequest.Builder.build()GetLocationsRequest.withCustomHeader(String name, String value) GetLocationsRequest.withPageNumber(Integer pageNumber) GetLocationsRequest.withPageSize(Integer pageSize) GetLocationsRequest.withSortOrder(String sortOrder)