Uses of Class
co.yellowdog.platform.model.NamespaceRef
Packages that use NamespaceRef
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of NamespaceRef in co.yellowdog.platform.model
Subclasses with type arguments of type NamespaceRef in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return NamespaceRefMethods in co.yellowdog.platform.model that return types with arguments of type NamespaceRefModifier and TypeMethodDescriptionSet
<@NotNull @Valid NamespaceRef> GrantedPermissionScope.getNamespaces()
Methods in co.yellowdog.platform.model with parameters of type NamespaceRefModifier and TypeMethodDescriptionGrantedPermissions.Builder.withNamespaces
(Permission permission, NamespaceRef... namespaces) Method parameters in co.yellowdog.platform.model with type arguments of type NamespaceRefModifier and TypeMethodDescriptionGrantedPermissionScope.Builder.namespaces
(Set<@NotNull @Valid NamespaceRef> namespaces) void
GrantedPermissionScope.setNamespaces
(Set<@NotNull @Valid NamespaceRef> namespaces) GrantedPermissions.Builder.withNamespaces
(Permission permission, Set<NamespaceRef> namespaces) static GrantedPermissionScope
GrantedPermissionScope.withNamespaces
(Set<NamespaceRef> namespaces)