Class PatchLearningModuleUserAssignmentsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchLearningModuleUserAssignmentsRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String moduleId, String userId, LearningAssignmentExternalUpdate body) getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidsetModuleId(String moduleId) voidwithCustomHeader(String name, String value) withModuleId(String moduleId) withUserId(String userId)
-
Constructor Details
-
PatchLearningModuleUserAssignmentsRequest
public PatchLearningModuleUserAssignmentsRequest()
-
-
Method Details
-
getModuleId
-
setModuleId
-
withModuleId
-
getUserId
-
setUserId
-
withUserId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchLearningModuleUserAssignmentsRequest.Builder builder(String moduleId, String userId, LearningAssignmentExternalUpdate body)
-