| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
PrivilegedApproval |
PrivilegedApproval.Builder.build() |
PrivilegedApproval |
PrivilegedApproval.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
PrivilegedApproval |
PrivilegedApproval.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
PrivilegedApproval |
PrivilegedApproval.withApprovalDuration(Duration approvalDuration) |
PrivilegedApproval |
PrivilegedApproval.withApprovalState(ApprovalState approvalState) |
PrivilegedApproval |
PrivilegedApproval.withApprovalType(String approvalType) |
PrivilegedApproval |
PrivilegedApproval.withApproverReason(String approverReason) |
PrivilegedApproval |
PrivilegedApproval.withEndDateTime(OffsetDateTime endDateTime) |
PrivilegedApproval |
PrivilegedApproval.withRequestorReason(String requestorReason) |
PrivilegedApproval |
PrivilegedApproval.withRoleId(String roleId) |
PrivilegedApproval |
PrivilegedApproval.withStartDateTime(OffsetDateTime startDateTime) |
PrivilegedApproval |
PrivilegedApproval.withUserId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<PrivilegedApproval> |
PrivilegedApprovalCollectionRequest.myRequests() |
Copyright © 2018–2020. All rights reserved.