Class PatchMessagingSupportedcontentSupportedContentIdRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchMessagingSupportedcontentSupportedContentIdRequest
-
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
-
PatchMessagingSupportedcontentSupportedContentIdRequest
public PatchMessagingSupportedcontentSupportedContentIdRequest()
-
-
Method Details
-
getSupportedContentId
-
setSupportedContentId
-
withSupportedContentId
public PatchMessagingSupportedcontentSupportedContentIdRequest withSupportedContentId(String supportedContentId) -
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PatchMessagingSupportedcontentSupportedContentIdRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PatchMessagingSupportedcontentSupportedContentIdRequest.Builder builder(String supportedContentId, SupportedContent body)
-