Class PutExternalcontactsRelationshipRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutExternalcontactsRelationshipRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String relationshipId, Relationship body) getBody()voidsetBody(Relationship body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetRelationshipId(String relationshipId) withBody(Relationship body) withCustomHeader(String name, String value) withRelationshipId(String relationshipId)
-
Constructor Details
-
PutExternalcontactsRelationshipRequest
public PutExternalcontactsRelationshipRequest()
-
-
Method Details
-
getRelationshipId
-
setRelationshipId
-
withRelationshipId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutExternalcontactsRelationshipRequest.Builder builder(String relationshipId, Relationship body)
-