Package org.gitlab4j.api.models
Class Group
java.lang.Object
org.gitlab4j.api.models.Group
public class Group extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
Group.Statistics
-
Constructor Summary
Constructors Constructor Description Group()
-
Method Summary
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getPath
-
setPath
-
getDescription
-
setDescription
-
getVisibility
-
setVisibility
-
getLfsEnabled
-
setLfsEnabled
-
getAvatarUrl
-
setAvatarUrl
-
getWebUrl
-
setWebUrl
-
getRequestAccessEnabled
-
setRequestAccessEnabled
-
getFullName
-
setFullName
-
getFullPath
-
setFullPath
-
getParentId
-
setParentId
-
getStatistics
-
setStatistics
-
getProjects
-
setProjects
-
getMarkedForDeletionOn
-
setMarkedForDeletionOn
-
getCreatedAt
-
setCreatedAt
-
withId
-
withName
-
withPath
-
withDescription
-
withVisibility
-
withlfsEnabled
-
withAvatarUrl
-
withWebUrl
-
withRequestAccessEnabled
-
withFullName
-
withFullPath
-
withParentId
-
withStatistics
-
withProjects
-
toString
-