Class PutExternalcontactsOrganizationTrustorTrustorIdRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutExternalcontactsOrganizationTrustorTrustorIdRequest
-
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) voidsetTrustorId(String trustorId) withCustomHeader(String name, String value) withExternalOrganizationId(String externalOrganizationId) withTrustorId(String trustorId)
-
Constructor Details
-
PutExternalcontactsOrganizationTrustorTrustorIdRequest
public PutExternalcontactsOrganizationTrustorTrustorIdRequest()
-
-
Method Details
-
getExternalOrganizationId
-
setExternalOrganizationId
-
withExternalOrganizationId
public PutExternalcontactsOrganizationTrustorTrustorIdRequest withExternalOrganizationId(String externalOrganizationId) -
getTrustorId
-
setTrustorId
-
withTrustorId
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PutExternalcontactsOrganizationTrustorTrustorIdRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PutExternalcontactsOrganizationTrustorTrustorIdRequest.Builder builder(String externalOrganizationId, String trustorId)
-