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