Class PatchTaskmanagementWorktypeFlowsDatebasedRuleRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchTaskmanagementWorktypeFlowsDatebasedRuleRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String worktypeId, String ruleId, WorkitemDateBasedRuleUpdate body) getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidvoidsetWorktypeId(String worktypeId) withCustomHeader(String name, String value) withRuleId(String ruleId) withWorktypeId(String worktypeId)
-
Constructor Details
-
PatchTaskmanagementWorktypeFlowsDatebasedRuleRequest
public PatchTaskmanagementWorktypeFlowsDatebasedRuleRequest()
-
-
Method Details
-
getWorktypeId
-
setWorktypeId
-
withWorktypeId
-
getRuleId
-
setRuleId
-
withRuleId
-
getBody
-
setBody
-
withBody
public PatchTaskmanagementWorktypeFlowsDatebasedRuleRequest withBody(WorkitemDateBasedRuleUpdate body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PatchTaskmanagementWorktypeFlowsDatebasedRuleRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PatchTaskmanagementWorktypeFlowsDatebasedRuleRequest.Builder builder(String worktypeId, String ruleId, WorkitemDateBasedRuleUpdate body)
-