Uses of Class
odata.msgraph.client.enums.OAuthAppScope
-
Packages that use OAuthAppScope Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of OAuthAppScope in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as OAuthAppScope Modifier and Type Field Description protected OAuthAppScopeOAuthConsentAppDetail. appScopeMethods in odata.msgraph.client.complex that return types with arguments of type OAuthAppScope Modifier and Type Method Description Optional<OAuthAppScope>OAuthConsentAppDetail. getAppScope()Methods in odata.msgraph.client.complex with parameters of type OAuthAppScope Modifier and Type Method Description OAuthConsentAppDetail.BuilderOAuthConsentAppDetail.Builder. appScope(OAuthAppScope appScope)OAuthConsentAppDetailOAuthConsentAppDetail. withAppScope(OAuthAppScope appScope) -
Uses of OAuthAppScope in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return OAuthAppScope Modifier and Type Method Description static OAuthAppScopeOAuthAppScope. valueOf(String name)Returns 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.
-