Uses of Class
com.mypurecloud.sdk.v2.api.request.GetUserGeolocationRequest
Packages that use GetUserGeolocationRequest
-
Uses of GetUserGeolocationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetUserGeolocationRequestModifier and TypeMethodDescriptionGeolocationApi.getUserGeolocation(GetUserGeolocationRequest request) Get a user's GeolocationUsersApi.getUserGeolocation(GetUserGeolocationRequest request) Get a user's GeolocationGeolocationApiAsync.getUserGeolocationAsync(GetUserGeolocationRequest request, AsyncApiCallback<Geolocation> callback) Get a user's GeolocationUsersApiAsync.getUserGeolocationAsync(GetUserGeolocationRequest request, AsyncApiCallback<Geolocation> callback) Get a user's Geolocation -
Uses of GetUserGeolocationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetUserGeolocationRequestModifier and TypeMethodDescriptionGetUserGeolocationRequest.Builder.build()GetUserGeolocationRequest.withClientId(String clientId) GetUserGeolocationRequest.withCustomHeader(String name, String value) GetUserGeolocationRequest.withUserId(String userId)