Uses of Class
com.microsoft.graph.models.ApprovalStage
Packages that use ApprovalStage
-
Uses of ApprovalStage in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ApprovalStageModifier and TypeMethodDescriptionstatic ApprovalStageApprovalStage.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type ApprovalStageModifier and TypeMethodDescriptionApproval.getStages()Gets the stages property value.ApprovalStageCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ApprovalStageModifier and TypeMethodDescriptionvoidApproval.setStages(List<ApprovalStage> value) Sets the stages property value.voidApprovalStageCollectionResponse.setValue(List<ApprovalStage> value) Sets the value property value.