Uses of Class
org.miaixz.bus.gitlab.models.Namespace
Packages that use Namespace
-
Uses of Namespace in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return NamespaceModifier and TypeMethodDescriptionNamespaceApi.getNamespace(Object namespaceIdOrPath) Get all details of a namespace.Methods in org.miaixz.bus.gitlab that return types with arguments of type NamespaceModifier and TypeMethodDescriptionNamespaceApi.findNamespaces(String query) Get all namespaces that match a string in their name or path.NamespaceApi.findNamespaces(String query, int itemsPerPage) Get a Pager of all namespaces that match a string in their name or path.NamespaceApi.findNamespaces(String query, int page, int perPage) Get all namespaces that match a string in their name or path in the specified page range.NamespaceApi.findNamespacesStream(String query) Get all namespaces that match a string in their name or path as a Stream.NamespaceApi.getNamespaces()Get a list of the namespaces of the authenticated user.NamespaceApi.getNamespaces(int itemsPerPage) Get a Pager of the namespaces of the authenticated user.NamespaceApi.getNamespaces(int page, int perPage) Get a list of the namespaces of the authenticated user.NamespaceApi.getNamespacesStream()Get a Stream of the namespaces of the authenticated user.NamespaceApi.getOptionalNamespace(Object namespaceIdOrPath) Get all details of a namespace as an Optional instance. -
Uses of Namespace in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return NamespaceMethods in org.miaixz.bus.gitlab.models with parameters of type NamespaceModifier and TypeMethodDescriptionvoidProject.setNamespace(Namespace namespace) Project.withNamespace(Namespace namespace)