Class GetUsersRuleDependentTypeIdRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetUsersRuleDependentTypeIdRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetCustomHeaders(Map<String, String> customHeaders) voidvoidsetRuleType(String ruleType) voidwithCustomHeader(String name, String value) withRuleId(String ruleId) withRuleType(String ruleType) withTypeId(String typeId)
-
Constructor Details
-
GetUsersRuleDependentTypeIdRequest
public GetUsersRuleDependentTypeIdRequest()
-
-
Method Details
-
getRuleId
-
setRuleId
-
withRuleId
-
getRuleType
-
setRuleType
-
withRuleType
-
getTypeId
-
setTypeId
-
withTypeId
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetUsersRuleDependentTypeIdRequest.Builder builder(String ruleId, String ruleType, String typeId)
-