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