Uses of Class
org.gitlab4j.api.models.ProjectSharedGroup
-
Packages that use ProjectSharedGroup Package Description org.gitlab4j.api.models -
-
Uses of ProjectSharedGroup in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return types with arguments of type ProjectSharedGroup Modifier and Type Method Description List<ProjectSharedGroup>Project. getSharedWithGroups()Method parameters in org.gitlab4j.api.models with type arguments of type ProjectSharedGroup Modifier and Type Method Description voidProject. setSharedWithGroups(List<ProjectSharedGroup> sharedWithGroups)
-