Uses of Class
org.gitlab4j.api.models.Namespace
Packages that use Namespace
-
Uses of Namespace in org.gitlab4j.api
Methods in org.gitlab4j.api 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. -
Uses of Namespace in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return NamespaceMethods in org.gitlab4j.api.models with parameters of type NamespaceModifier and TypeMethodDescriptionvoid
Project.setNamespace
(Namespace namespace) Project.withNamespace
(Namespace namespace)