Uses of Class
odata.msgraph.client.beta.entity.ApprovalStep
-
Packages that use ApprovalStep Package Description odata.msgraph.client.beta.entity -
-
Uses of ApprovalStep in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ApprovalStep Modifier and Type Method Description ApprovalStepApprovalStep.Builder. build()ApprovalStepApprovalStep. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ApprovalStepApprovalStep. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ApprovalStepApprovalStep. withAssignedToMe(Boolean assignedToMe)ApprovalStepApprovalStep. withDisplayName(String displayName)ApprovalStepApprovalStep. withJustification(String justification)ApprovalStepApprovalStep. withReviewedBy(Identity reviewedBy)ApprovalStepApprovalStep. withReviewedDateTime(OffsetDateTime reviewedDateTime)ApprovalStepApprovalStep. withReviewResult(String reviewResult)ApprovalStepApprovalStep. withStatus(String status)ApprovalStepApprovalStep. withUnmappedField(String name, String value)
-