Uses of Class
com.microsoft.graph.models.Approval
Packages that use Approval
-
Uses of Approval in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ApprovalModifier and TypeMethodDescriptionstatic ApprovalApproval.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueUserConsentRequest.getApproval()Gets the approval property value.Methods in com.microsoft.graph.models that return types with arguments of type ApprovalModifier and TypeMethodDescriptionEntitlementManagement.getAccessPackageAssignmentApprovals()Gets the accessPackageAssignmentApprovals property value.PrivilegedAccessGroup.getAssignmentApprovals()Gets the assignmentApprovals property value.ApprovalCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type ApprovalModifier and TypeMethodDescriptionvoidUserConsentRequest.setApproval(Approval value) Sets the approval property value.Method parameters in com.microsoft.graph.models with type arguments of type ApprovalModifier and TypeMethodDescriptionvoidEntitlementManagement.setAccessPackageAssignmentApprovals(List<Approval> value) Sets the accessPackageAssignmentApprovals property value.voidPrivilegedAccessGroup.setAssignmentApprovals(List<Approval> value) Sets the assignmentApprovals property value.voidSets the value property value.