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