Class PatchLearningAssignmentStepRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchLearningAssignmentStepRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBody()voidsetAssignmentId(String assignmentId) voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidwithAssignmentId(String assignmentId) withCustomHeader(String name, String value) withStepId(String stepId)
-
Constructor Details
-
PatchLearningAssignmentStepRequest
public PatchLearningAssignmentStepRequest()
-
-
Method Details
-
getAssignmentId
-
setAssignmentId
-
withAssignmentId
-
getStepId
-
setStepId
-
withStepId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchLearningAssignmentStepRequest.Builder builder(String assignmentId, String stepId)
-