Class PatchIntentsCustomerintentRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchIntentsCustomerintentRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String customerIntentId, CustomerIntentPatch body) getBody()voidsetBody(CustomerIntentPatch body) voidsetCustomerIntentId(String customerIntentId) voidsetCustomHeaders(Map<String, String> customHeaders) withBody(CustomerIntentPatch body) withCustomerIntentId(String customerIntentId) withCustomHeader(String name, String value)
-
Constructor Details
-
PatchIntentsCustomerintentRequest
public PatchIntentsCustomerintentRequest()
-
-
Method Details
-
getCustomerIntentId
-
setCustomerIntentId
-
withCustomerIntentId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchIntentsCustomerintentRequest.Builder builder(String customerIntentId, CustomerIntentPatch body)
-