Uses of Interface
org.nasdanika.models.gitlab.ProjectSharedGroup
Packages that use ProjectSharedGroup
Package
Description
-
Uses of ProjectSharedGroup in org.nasdanika.models.gitlab
Methods in org.nasdanika.models.gitlab that return ProjectSharedGroupModifier and TypeMethodDescriptionGitLabFactory.createProjectSharedGroup()Returns a new object of class 'Project Shared Group'.Methods in org.nasdanika.models.gitlab that return types with arguments of type ProjectSharedGroupModifier and TypeMethodDescriptionProject.getSharedWithGroups()Returns the value of the 'Shared With Groups' containment reference list.Group.getShares()Returns the value of the 'Shares' reference list. -
Uses of ProjectSharedGroup in org.nasdanika.models.gitlab.impl
Classes in org.nasdanika.models.gitlab.impl that implement ProjectSharedGroupModifier and TypeClassDescriptionclassAn implementation of the model object 'Project Shared Group'.Methods in org.nasdanika.models.gitlab.impl that return ProjectSharedGroupMethods in org.nasdanika.models.gitlab.impl that return types with arguments of type ProjectSharedGroup -
Uses of ProjectSharedGroup in org.nasdanika.models.gitlab.util
Methods in org.nasdanika.models.gitlab.util with parameters of type ProjectSharedGroupModifier and TypeMethodDescriptionGitLabSwitch.caseProjectSharedGroup(ProjectSharedGroup object) Returns the result of interpreting the object as an instance of 'Project Shared Group'.