Uses of Enum
com.microsoft.graph.models.ScopeCollectionKind
Packages that use ScopeCollectionKind
-
Uses of ScopeCollectionKind in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ScopeCollectionKindModifier and TypeMethodDescriptionstatic ScopeCollectionKindInheritableScopes.getKind()Gets the kind property value.static ScopeCollectionKindReturns the enum constant of this type with the specified name.static ScopeCollectionKind[]ScopeCollectionKind.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 ScopeCollectionKindModifier and TypeMethodDescriptionvoidInheritableScopes.setKind(ScopeCollectionKind value) Sets the kind property value.