Uses of Class
odata.msgraph.client.beta.entity.PrivilegedApproval
-
Packages that use PrivilegedApproval Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of PrivilegedApproval in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PrivilegedApproval Modifier and Type Method Description PrivilegedApprovalPrivilegedApproval.Builder. build()PrivilegedApprovalPrivilegedApproval. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PrivilegedApprovalPrivilegedApproval. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PrivilegedApprovalPrivilegedApproval. withApprovalDuration(Duration approvalDuration)PrivilegedApprovalPrivilegedApproval. withApprovalState(ApprovalState approvalState)PrivilegedApprovalPrivilegedApproval. withApprovalType(String approvalType)PrivilegedApprovalPrivilegedApproval. withApproverReason(String approverReason)PrivilegedApprovalPrivilegedApproval. withEndDateTime(OffsetDateTime endDateTime)PrivilegedApprovalPrivilegedApproval. withRequestorReason(String requestorReason)PrivilegedApprovalPrivilegedApproval. withRoleId(String roleId)PrivilegedApprovalPrivilegedApproval. withStartDateTime(OffsetDateTime startDateTime)PrivilegedApprovalPrivilegedApproval. withUnmappedField(String name, String value)PrivilegedApprovalPrivilegedApproval. withUserId(String userId) -
Uses of PrivilegedApproval in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type PrivilegedApproval Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<PrivilegedApproval>PrivilegedApprovalCollectionRequest. myRequests()
-