Uses of Class
odata.msgraph.client.beta.termStore.enums.TermGroupScope
-
Packages that use TermGroupScope Package Description odata.msgraph.client.beta.termStore.entity odata.msgraph.client.beta.termStore.enums -
-
Uses of TermGroupScope in odata.msgraph.client.beta.termStore.entity
Fields in odata.msgraph.client.beta.termStore.entity declared as TermGroupScope Modifier and Type Field Description protected TermGroupScopeGroup. scopeMethods in odata.msgraph.client.beta.termStore.entity that return types with arguments of type TermGroupScope Modifier and Type Method Description Optional<TermGroupScope>Group. getScope()Methods in odata.msgraph.client.beta.termStore.entity with parameters of type TermGroupScope Modifier and Type Method Description Group.BuilderGroup.Builder. scope(TermGroupScope scope)GroupGroup. withScope(TermGroupScope scope) -
Uses of TermGroupScope in odata.msgraph.client.beta.termStore.enums
Methods in odata.msgraph.client.beta.termStore.enums that return TermGroupScope Modifier and Type Method Description static TermGroupScopeTermGroupScope. valueOf(String name)Returns the enum constant of this type with the specified name.static TermGroupScope[]TermGroupScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-