Uses of Class
co.yellowdog.platform.model.Namespace
Packages that use Namespace
Package
Description
Provides the classes needed to interact with the YellowDog Namespaces service.
Provides the types that define the YellowDog Platform data model.
-
Uses of Namespace in co.yellowdog.platform.clients.namespaces
Methods in co.yellowdog.platform.clients.namespaces that return NamespaceModifier and TypeMethodDescriptionNamespacesClient.getNamespace
(String namespaceId) Gets the namespace with a matching ID.NamespacesClientImpl.getNamespace
(String namespaceId) Methods in co.yellowdog.platform.clients.namespaces that return types with arguments of type NamespaceModifier and TypeMethodDescriptionNamespacesClient.getNamespaces
(NamespaceSearch search) Returns a search client for namespaces that match theNamespaceSearch
parameter.NamespacesClientImpl.getNamespaces
(NamespaceSearch search) -
Uses of Namespace in co.yellowdog.platform.model
Subclasses with type arguments of type Namespace in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new Namespace that is automatically validated on build.Methods in co.yellowdog.platform.model that return Namespace