Uses of Enum
com.microsoft.graph.models.GroupAccessType
Packages that use GroupAccessType
-
Uses of GroupAccessType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return GroupAccessTypeModifier and TypeMethodDescriptionstatic GroupAccessTypeGroup.getAccessType()Gets the accessType property value.static GroupAccessTypeReturns 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.Methods in com.microsoft.graph.models with parameters of type GroupAccessTypeModifier and TypeMethodDescriptionvoidGroup.setAccessType(GroupAccessType value) Sets the accessType property value.