Uses of Class
odata.msgraph.client.beta.enums.ApprovalState
-
Packages that use ApprovalState Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ApprovalState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ApprovalState Modifier and Type Field Description protected ApprovalStatePrivilegedApproval. approvalStateMethods in odata.msgraph.client.beta.entity that return types with arguments of type ApprovalState Modifier and Type Method Description Optional<ApprovalState>PrivilegedApproval. getApprovalState()Methods in odata.msgraph.client.beta.entity with parameters of type ApprovalState Modifier and Type Method Description PrivilegedApproval.BuilderPrivilegedApproval.Builder. approvalState(ApprovalState approvalState)PrivilegedApprovalPrivilegedApproval. withApprovalState(ApprovalState approvalState) -
Uses of ApprovalState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ApprovalState Modifier and Type Method Description static ApprovalStateApprovalState. valueOf(String name)Returns the enum constant of this type with the specified name.static ApprovalState[]ApprovalState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-