Uses of Enum
com.microsoft.graph.models.OAuthAppScope
Packages that use OAuthAppScope
-
Uses of OAuthAppScope in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OAuthAppScopeModifier and TypeMethodDescriptionstatic OAuthAppScopeOAuthConsentAppDetail.getAppScope()Gets the appScope property value.static OAuthAppScopeReturns the enum constant of this type with the specified name.static OAuthAppScope[]OAuthAppScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type OAuthAppScopeModifier and TypeMethodDescriptionvoidOAuthConsentAppDetail.setAppScope(OAuthAppScope value) Sets the appScope property value.