Class PutProcessautomationTriggerRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutProcessautomationTriggerRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String triggerId, UpdateTriggerRequest body) getBody()voidsetBody(UpdateTriggerRequest body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetTriggerId(String triggerId) withBody(UpdateTriggerRequest body) withCustomHeader(String name, String value) withTriggerId(String triggerId)
-
Constructor Details
-
PutProcessautomationTriggerRequest
public PutProcessautomationTriggerRequest()
-
-
Method Details
-
getTriggerId
-
setTriggerId
-
withTriggerId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutProcessautomationTriggerRequest.Builder builder(String triggerId, UpdateTriggerRequest body)
-