Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchUserGeolocationRequest
Packages that use PatchUserGeolocationRequest
-
Uses of PatchUserGeolocationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchUserGeolocationRequestModifier and TypeMethodDescriptionGeolocationApi.patchUserGeolocation(PatchUserGeolocationRequest request) Patch a user's Geolocation The geolocation object can be patched one of three ways.UsersApi.patchUserGeolocation(PatchUserGeolocationRequest request) Patch a user's Geolocation The geolocation object can be patched one of three ways.GeolocationApiAsync.patchUserGeolocationAsync(PatchUserGeolocationRequest request, AsyncApiCallback<Geolocation> callback) Patch a user's Geolocation The geolocation object can be patched one of three ways.UsersApiAsync.patchUserGeolocationAsync(PatchUserGeolocationRequest request, AsyncApiCallback<Geolocation> callback) Patch a user's Geolocation The geolocation object can be patched one of three ways. -
Uses of PatchUserGeolocationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchUserGeolocationRequestModifier and TypeMethodDescriptionPatchUserGeolocationRequest.Builder.build()PatchUserGeolocationRequest.withBody(Geolocation body) PatchUserGeolocationRequest.withClientId(String clientId) PatchUserGeolocationRequest.withCustomHeader(String name, String value) PatchUserGeolocationRequest.withUserId(String userId)