Uses of Class
odata.msgraph.client.beta.enums.GroupType
-
Packages that use GroupType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of GroupType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as GroupType Modifier and Type Field Description protected GroupTypeTargetResource. groupTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type GroupType Modifier and Type Method Description Optional<GroupType>TargetResource. getGroupType()Methods in odata.msgraph.client.beta.complex with parameters of type GroupType Modifier and Type Method Description TargetResource.BuilderTargetResource.Builder. groupType(GroupType groupType)TargetResourceTargetResource. withGroupType(GroupType groupType) -
Uses of GroupType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return GroupType Modifier and Type Method Description static GroupTypeGroupType. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupType[]GroupType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-