Uses of Enum
io.weaviate.client.v1.rbac.model.NodesPermission.Action
Packages that use NodesPermission.Action
-
Uses of NodesPermission.Action in io.weaviate.client.v1.rbac.model
Methods in io.weaviate.client.v1.rbac.model that return NodesPermission.ActionModifier and TypeMethodDescriptionstatic NodesPermission.ActionReturns the enum constant of this type with the specified name.static NodesPermission.Action[]NodesPermission.Action.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.weaviate.client.v1.rbac.model with parameters of type NodesPermission.ActionModifier and TypeMethodDescriptionstatic NodesPermissionPermission.nodes(NodesPermission.Verbosity verbosity, NodesPermission.Action... actions) CreateNodesPermissionscoped to all collections.static NodesPermissionPermission.nodes(String collection, NodesPermission.Action... actions) CreateNodesPermissionscoped to a specific collection.Constructors in io.weaviate.client.v1.rbac.model with parameters of type NodesPermission.ActionModifierConstructorDescriptionNodesPermission(NodesPermission.Verbosity verbosity, NodesPermission.Action... actions) Create permission scoped to all collections.NodesPermission(String collection, NodesPermission.Action... actions) Permission scoped to a collection withNodesPermission.Verbosity.VERBOSE.