Class PatchMessagingSupportedcontentSupportedContentIdRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchMessagingSupportedcontentSupportedContentIdRequest.Builder
- Enclosing class:
- PatchMessagingSupportedcontentSupportedContentIdRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBody(SupportedContent body) withRequiredParams(String supportedContentId, SupportedContent body) withSupportedContentId(String supportedContentId)
-
Method Details
-
withSupportedContentId
public PatchMessagingSupportedcontentSupportedContentIdRequest.Builder withSupportedContentId(String supportedContentId) -
withBody
public PatchMessagingSupportedcontentSupportedContentIdRequest.Builder withBody(SupportedContent body) -
withRequiredParams
public PatchMessagingSupportedcontentSupportedContentIdRequest.Builder withRequiredParams(String supportedContentId, SupportedContent body) -
build
-