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