Class PostIntentsAssignmentsExternalcontactCustomerintentAssignmentRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostIntentsAssignmentsExternalcontactCustomerintentAssignmentRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String externalContactId, String customerIntentId, CustomerIntentAssignmentRequest body) getBody()voidvoidsetCustomerIntentId(String customerIntentId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetExternalContactId(String externalContactId) withCustomerIntentId(String customerIntentId) withCustomHeader(String name, String value) withExternalContactId(String externalContactId)
-
Constructor Details
-
PostIntentsAssignmentsExternalcontactCustomerintentAssignmentRequest
public PostIntentsAssignmentsExternalcontactCustomerintentAssignmentRequest()
-
-
Method Details
-
getExternalContactId
-
setExternalContactId
-
withExternalContactId
public PostIntentsAssignmentsExternalcontactCustomerintentAssignmentRequest withExternalContactId(String externalContactId) -
getCustomerIntentId
-
setCustomerIntentId
-
withCustomerIntentId
public PostIntentsAssignmentsExternalcontactCustomerintentAssignmentRequest withCustomerIntentId(String customerIntentId) -
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostIntentsAssignmentsExternalcontactCustomerintentAssignmentRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
public static PostIntentsAssignmentsExternalcontactCustomerintentAssignmentRequest.Builder builder() -
builder
public static PostIntentsAssignmentsExternalcontactCustomerintentAssignmentRequest.Builder builder(String externalContactId, String customerIntentId, CustomerIntentAssignmentRequest body)
-