Package org.gitlab4j.api.models
Class AbstractGroup<G extends AbstractGroup<G>>
java.lang.Object
org.gitlab4j.api.models.AbstractGroup<G>
- Direct Known Subclasses:
Group,ProjectGroup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()voidsetAvatarUrl(String avatarUrl) voidsetFullName(String fullName) voidsetFullPath(String fullPath) voidvoidvoidtoString()withAvatarUrl(String avatarUrl) withFullName(String fullName) withFullPath(String fullPath) withWebUrl(String url)
-
Constructor Details
-
AbstractGroup
public AbstractGroup()
-
-
Method Details