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()
void
setAvatarUrl
(String avatarUrl) void
setFullName
(String fullName) void
setFullPath
(String fullPath) void
void
void
toString()
withAvatarUrl
(String avatarUrl) withFullName
(String fullName) withFullPath
(String fullPath) withWebUrl
(String url)
-
Constructor Details
-
AbstractGroup
public AbstractGroup()
-
-
Method Details