Class PutLearningModuleRuleRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutLearningModuleRuleRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String moduleId, LearningModuleRule body) getBody()voidvoidsetBody(LearningModuleRule body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetModuleId(String moduleId) withAssign(Boolean assign) withBody(LearningModuleRule body) withCustomHeader(String name, String value) withModuleId(String moduleId)
-
Constructor Details
-
PutLearningModuleRuleRequest
public PutLearningModuleRuleRequest()
-
-
Method Details
-
getModuleId
-
setModuleId
-
withModuleId
-
getBody
-
setBody
-
withBody
-
getAssign
-
setAssign
-
withAssign
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutLearningModuleRuleRequest.Builder builder(String moduleId, LearningModuleRule body)
-