Uses of Class
odata.msgraph.client.beta.enums.GroupPolicyDefinitionClassType
-
Packages that use GroupPolicyDefinitionClassType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of GroupPolicyDefinitionClassType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as GroupPolicyDefinitionClassType Modifier and Type Field Description protected GroupPolicyDefinitionClassTypeGroupPolicyDefinition. classTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type GroupPolicyDefinitionClassType Modifier and Type Method Description Optional<GroupPolicyDefinitionClassType>GroupPolicyDefinition. getClassType()“Identifies the type of groups the policy can be applied to.”Methods in odata.msgraph.client.beta.entity with parameters of type GroupPolicyDefinitionClassType Modifier and Type Method Description GroupPolicyDefinition.BuilderGroupPolicyDefinition.Builder. classType(GroupPolicyDefinitionClassType classType)“Identifies the type of groups the policy can be applied to.”GroupPolicyDefinitionGroupPolicyDefinition. withClassType(GroupPolicyDefinitionClassType classType)Returns an immutable copy ofthiswith just theclassTypefield changed. -
Uses of GroupPolicyDefinitionClassType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return GroupPolicyDefinitionClassType Modifier and Type Method Description static GroupPolicyDefinitionClassTypeGroupPolicyDefinitionClassType. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupPolicyDefinitionClassType[]GroupPolicyDefinitionClassType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-