Class PatchConversationsMessagingSupportedcontentSupportedContentIdRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchConversationsMessagingSupportedcontentSupportedContentIdRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String supportedContentId, SupportedContent body) getBody()voidsetBody(SupportedContent body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetSupportedContentId(String supportedContentId) withBody(SupportedContent body) withCustomHeader(String name, String value) withSupportedContentId(String supportedContentId)
-
Constructor Details
-
PatchConversationsMessagingSupportedcontentSupportedContentIdRequest
public PatchConversationsMessagingSupportedcontentSupportedContentIdRequest()
-
-
Method Details
-
getSupportedContentId
-
setSupportedContentId
-
withSupportedContentId
public PatchConversationsMessagingSupportedcontentSupportedContentIdRequest withSupportedContentId(String supportedContentId) -
getBody
-
setBody
-
withBody
public PatchConversationsMessagingSupportedcontentSupportedContentIdRequest withBody(SupportedContent body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PatchConversationsMessagingSupportedcontentSupportedContentIdRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
public static PatchConversationsMessagingSupportedcontentSupportedContentIdRequest.Builder builder() -
builder
public static PatchConversationsMessagingSupportedcontentSupportedContentIdRequest.Builder builder(String supportedContentId, SupportedContent body)
-