Uses of Enum
com.microsoft.graph.models.ResourceAccessType
Packages that use ResourceAccessType
-
Uses of ResourceAccessType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ResourceAccessTypeModifier and TypeMethodDescriptionstatic ResourceAccessTypestatic ResourceAccessTypeReturns the enum constant of this type with the specified name.static ResourceAccessType[]ResourceAccessType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type ResourceAccessTypeModifier and TypeMethodDescriptionResourceAccessDetail.getAccessType()Gets the accessType property value.Method parameters in com.microsoft.graph.models with type arguments of type ResourceAccessTypeModifier and TypeMethodDescriptionvoidResourceAccessDetail.setAccessType(EnumSet<ResourceAccessType> value) Sets the accessType property value.