Uses of Class
com.mypurecloud.sdk.v2.model.GeolocationSettings
Packages that use GeolocationSettings
Package
Description
-
Uses of GeolocationSettings in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return GeolocationSettingsModifier and TypeMethodDescriptionGeolocationApi.getGeolocationsSettings()Get a organization's GeolocationSettingsGeolocationApi.getGeolocationsSettings(GetGeolocationsSettingsRequest request) Get a organization's GeolocationSettingsGeolocationApi.patchGeolocationsSettings(PatchGeolocationsSettingsRequest request) Patch a organization's GeolocationSettingsGeolocationApi.patchGeolocationsSettings(GeolocationSettings body) Patch a organization's GeolocationSettingsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type GeolocationSettingsModifier and TypeMethodDescriptionGeolocationApi.getGeolocationsSettings(ApiRequest<Void> request) Get a organization's GeolocationSettingsGeolocationApiAsync.getGeolocationsSettingsAsync(GetGeolocationsSettingsRequest request, AsyncApiCallback<GeolocationSettings> callback) Get a organization's GeolocationSettingsGeolocationApiAsync.getGeolocationsSettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GeolocationSettings>> callback) Get a organization's GeolocationSettingsGeolocationApi.getGeolocationsSettingsWithHttpInfo()Get a organization's GeolocationSettingsGeolocationApi.patchGeolocationsSettings(ApiRequest<GeolocationSettings> request) Patch a organization's GeolocationSettingsGeolocationApiAsync.patchGeolocationsSettingsAsync(PatchGeolocationsSettingsRequest request, AsyncApiCallback<GeolocationSettings> callback) Patch a organization's GeolocationSettingsGeolocationApiAsync.patchGeolocationsSettingsAsync(ApiRequest<GeolocationSettings> request, AsyncApiCallback<ApiResponse<GeolocationSettings>> callback) Patch a organization's GeolocationSettingsGeolocationApi.patchGeolocationsSettingsWithHttpInfo(GeolocationSettings body) Patch a organization's GeolocationSettingsMethods in com.mypurecloud.sdk.v2.api with parameters of type GeolocationSettingsModifier and TypeMethodDescriptionGeolocationApi.patchGeolocationsSettings(GeolocationSettings body) Patch a organization's GeolocationSettingsGeolocationApi.patchGeolocationsSettingsWithHttpInfo(GeolocationSettings body) Patch a organization's GeolocationSettingsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type GeolocationSettingsModifier and TypeMethodDescriptionGeolocationApiAsync.getGeolocationsSettingsAsync(GetGeolocationsSettingsRequest request, AsyncApiCallback<GeolocationSettings> callback) Get a organization's GeolocationSettingsGeolocationApiAsync.getGeolocationsSettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GeolocationSettings>> callback) Get a organization's GeolocationSettingsGeolocationApi.patchGeolocationsSettings(ApiRequest<GeolocationSettings> request) Patch a organization's GeolocationSettingsGeolocationApiAsync.patchGeolocationsSettingsAsync(PatchGeolocationsSettingsRequest request, AsyncApiCallback<GeolocationSettings> callback) Patch a organization's GeolocationSettingsGeolocationApiAsync.patchGeolocationsSettingsAsync(ApiRequest<GeolocationSettings> request, AsyncApiCallback<ApiResponse<GeolocationSettings>> callback) Patch a organization's GeolocationSettingsGeolocationApiAsync.patchGeolocationsSettingsAsync(ApiRequest<GeolocationSettings> request, AsyncApiCallback<ApiResponse<GeolocationSettings>> callback) Patch a organization's GeolocationSettings -
Uses of GeolocationSettings in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GeolocationSettingsMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type GeolocationSettingsMethods in com.mypurecloud.sdk.v2.api.request with parameters of type GeolocationSettingsModifier and TypeMethodDescriptionPatchGeolocationsSettingsRequest.builder(GeolocationSettings body) voidPatchGeolocationsSettingsRequest.setBody(GeolocationSettings body) PatchGeolocationsSettingsRequest.Builder.withBody(GeolocationSettings body) PatchGeolocationsSettingsRequest.withBody(GeolocationSettings body) PatchGeolocationsSettingsRequest.Builder.withRequiredParams(GeolocationSettings body) -
Uses of GeolocationSettings in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GeolocationSettings