Uses of Class
com.mypurecloud.sdk.v2.model.LocationUpdateDefinition
Packages that use LocationUpdateDefinition
Package
Description
-
Uses of LocationUpdateDefinition in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type LocationUpdateDefinitionModifier and TypeMethodDescriptionLocationsApi.patchLocation(String locationId, LocationUpdateDefinition body) Update a locationLocationsApi.patchLocationWithHttpInfo(String locationId, LocationUpdateDefinition body) Update a locationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LocationUpdateDefinitionModifier and TypeMethodDescriptionLocationsApi.patchLocation(ApiRequest<LocationUpdateDefinition> request) Update a locationLocationsApiAsync.patchLocationAsync(ApiRequest<LocationUpdateDefinition> request, AsyncApiCallback<ApiResponse<LocationDefinition>> callback) Update a location -
Uses of LocationUpdateDefinition in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LocationUpdateDefinitionMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LocationUpdateDefinitionMethods in com.mypurecloud.sdk.v2.api.request with parameters of type LocationUpdateDefinitionModifier and TypeMethodDescriptionstatic PatchLocationRequest.BuilderPatchLocationRequest.builder(String locationId, LocationUpdateDefinition body) voidPatchLocationRequest.setBody(LocationUpdateDefinition body) PatchLocationRequest.Builder.withBody(LocationUpdateDefinition body) PatchLocationRequest.withBody(LocationUpdateDefinition body) PatchLocationRequest.Builder.withRequiredParams(String locationId, LocationUpdateDefinition body) -
Uses of LocationUpdateDefinition in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LocationUpdateDefinitionModifier and TypeMethodDescriptionLocationUpdateDefinition.address(LocationAddress address) Address of the locationLocationUpdateDefinition.contactUser(String contactUser) The user id of the location contactLocationUpdateDefinition.emergencyNumber(LocationEmergencyNumber emergencyNumber) Emergency number for the locationThe name of the Location.Notes for the locationA list of ancestor idsLocationUpdateDefinition.state(LocationUpdateDefinition.StateEnum state) Current activity status of the location.Current version of the location