Uses of Class
odata.msgraph.client.beta.enums.TeamsAppInstallationScopes
-
Packages that use TeamsAppInstallationScopes Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of TeamsAppInstallationScopes in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TeamsAppInstallationScopes Modifier and Type Field Description protected TeamsAppInstallationScopesTeamsAppDefinition. allowedInstallationScopesMethods in odata.msgraph.client.beta.entity that return types with arguments of type TeamsAppInstallationScopes Modifier and Type Method Description Optional<TeamsAppInstallationScopes>TeamsAppDefinition. getAllowedInstallationScopes()Methods in odata.msgraph.client.beta.entity with parameters of type TeamsAppInstallationScopes Modifier and Type Method Description TeamsAppDefinition.BuilderTeamsAppDefinition.Builder. allowedInstallationScopes(TeamsAppInstallationScopes allowedInstallationScopes)TeamsAppDefinitionTeamsAppDefinition. withAllowedInstallationScopes(TeamsAppInstallationScopes allowedInstallationScopes) -
Uses of TeamsAppInstallationScopes in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return TeamsAppInstallationScopes Modifier and Type Method Description static TeamsAppInstallationScopesTeamsAppInstallationScopes. valueOf(String name)Returns the enum constant of this type with the specified name.static TeamsAppInstallationScopes[]TeamsAppInstallationScopes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-