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