Class PatchLocationRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchLocationRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) static PatchLocationRequest.Builderbuilder()static PatchLocationRequest.Builderbuilder(String locationId, LocationUpdateDefinition body) getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidsetLocationId(String locationId) withCustomHeader(String name, String value) withLocationId(String locationId)
-
Constructor Details
-
PatchLocationRequest
public PatchLocationRequest()
-
-
Method Details
-
getLocationId
-
setLocationId
-
withLocationId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchLocationRequest.Builder builder(String locationId, LocationUpdateDefinition body)
-