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
Methods 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) voidGrantedPermissionScope.setNamespaces(Set<@NotNull @Valid NamespaceRef> namespaces) GrantedPermissions.Builder.withNamespaces(Permission permission, Set<NamespaceRef> namespaces) static GrantedPermissionScopeGrantedPermissionScope.withNamespaces(Set<NamespaceRef> namespaces)