Class PatchExternalcontactsOrganizationIdentifiersRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchExternalcontactsOrganizationIdentifiersRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String externalOrganizationId, ExternalOrganizationIdentifierClaimRequest body) getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidsetExternalOrganizationId(String externalOrganizationId) withCustomHeader(String name, String value) withExternalOrganizationId(String externalOrganizationId)
-
Constructor Details
-
PatchExternalcontactsOrganizationIdentifiersRequest
public PatchExternalcontactsOrganizationIdentifiersRequest()
-
-
Method Details
-
getExternalOrganizationId
-
setExternalOrganizationId
-
withExternalOrganizationId
public PatchExternalcontactsOrganizationIdentifiersRequest withExternalOrganizationId(String externalOrganizationId) -
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PatchExternalcontactsOrganizationIdentifiersRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PatchExternalcontactsOrganizationIdentifiersRequest.Builder builder(String externalOrganizationId, ExternalOrganizationIdentifierClaimRequest body)
-