Class PatchMessagingSettingRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchMessagingSettingRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String messageSettingId, MessagingSettingRequest body) getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidsetMessageSettingId(String messageSettingId) withCustomHeader(String name, String value) withMessageSettingId(String messageSettingId)
-
Constructor Details
-
PatchMessagingSettingRequest
public PatchMessagingSettingRequest()
-
-
Method Details
-
getMessageSettingId
-
setMessageSettingId
-
withMessageSettingId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchMessagingSettingRequest.Builder builder(String messageSettingId, MessagingSettingRequest body)
-