| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
ApprovalStep |
ApprovalStep.Builder.build() |
ApprovalStep |
ApprovalStep.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ApprovalStep |
ApprovalStep.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ApprovalStep |
ApprovalStep.withDisplayName(String displayName) |
ApprovalStep |
ApprovalStep.withJustification(String justification) |
ApprovalStep |
ApprovalStep.withReviewedBy(Identity reviewedBy) |
ApprovalStep |
ApprovalStep.withReviewedDateTime(OffsetDateTime reviewedDateTime) |
ApprovalStep |
ApprovalStep.withReviewResult(String reviewResult) |
Copyright © 2018–2020. All rights reserved.