Uses of Enum
com.microsoft.graph.models.WhatIfAnalysisReasons
Packages that use WhatIfAnalysisReasons
-
Uses of WhatIfAnalysisReasons in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WhatIfAnalysisReasonsModifier and TypeMethodDescriptionstatic WhatIfAnalysisReasonsstatic WhatIfAnalysisReasonsReturns the enum constant of this type with the specified name.static WhatIfAnalysisReasons[]WhatIfAnalysisReasons.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type WhatIfAnalysisReasonsModifier and TypeMethodDescriptionWhatIfAnalysisResult.getAnalysisReasons()Gets the analysisReasons property value.Method parameters in com.microsoft.graph.models with type arguments of type WhatIfAnalysisReasonsModifier and TypeMethodDescriptionvoidWhatIfAnalysisResult.setAnalysisReasons(EnumSet<WhatIfAnalysisReasons> value) Sets the analysisReasons property value.