Uses of Enum
com.microsoft.graph.models.PermissionType
Packages that use PermissionType
-
Uses of PermissionType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PermissionTypeModifier and TypeMethodDescriptionstatic PermissionTypePermissionGrantConditionSet.getPermissionType()Gets the permissionType property value.static PermissionTypeReturns the enum constant of this type with the specified name.static PermissionType[]PermissionType.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 PermissionTypeModifier and TypeMethodDescriptionvoidPermissionGrantConditionSet.setPermissionType(PermissionType value) Sets the permissionType property value.