Uses of Class
odata.msgraph.client.beta.complex.ApprovalStage
-
Packages that use ApprovalStage Package Description odata.msgraph.client.beta.complex -
-
Uses of ApprovalStage in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type ApprovalStage Modifier and Type Field Description protected List<ApprovalStage>ApprovalSettings. approvalStagesMethods in odata.msgraph.client.beta.complex that return ApprovalStage Modifier and Type Method Description ApprovalStageApprovalStage.Builder. build()ApprovalStageApprovalStage. withApprovalStageTimeOutInDays(Integer approvalStageTimeOutInDays)ApprovalStageApprovalStage. withEscalationTimeInMinutes(Integer escalationTimeInMinutes)ApprovalStageApprovalStage. withIsApproverJustificationRequired(Boolean isApproverJustificationRequired)ApprovalStageApprovalStage. withIsEscalationEnabled(Boolean isEscalationEnabled)ApprovalStageApprovalStage. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type ApprovalStage Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ApprovalStage>ApprovalSettings. getApprovalStages()com.github.davidmoten.odata.client.CollectionPage<ApprovalStage>ApprovalSettings. getApprovalStages(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type ApprovalStage Modifier and Type Method Description ApprovalSettings.BuilderApprovalSettings.Builder. approvalStages(ApprovalStage... approvalStages)Method parameters in odata.msgraph.client.beta.complex with type arguments of type ApprovalStage Modifier and Type Method Description ApprovalSettings.BuilderApprovalSettings.Builder. approvalStages(List<ApprovalStage> approvalStages)
-