Class PatchExternalcontactsContactRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchExternalcontactsContactRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String contactId, ExternalContactsPatchRequest body) getBody()voidvoidsetContactId(String contactId) voidsetCustomHeaders(Map<String, String> customHeaders) withContactId(String contactId) withCustomHeader(String name, String value)
-
Constructor Details
-
PatchExternalcontactsContactRequest
public PatchExternalcontactsContactRequest()
-
-
Method Details
-
getContactId
-
setContactId
-
withContactId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchExternalcontactsContactRequest.Builder builder(String contactId, ExternalContactsPatchRequest body)
-