Package org.gitlab4j.api.models
Class Group
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()
void
setCreatedAt
(Date createdAt) void
setDescription
(String description) void
setLfsEnabled
(Boolean lfsEnabled) void
setMarkedForDeletionOn
(Date markedForDeletionOn) void
setParentId
(Long parentId) void
void
setProjects
(List<Project> projects) void
setRequestAccessEnabled
(Boolean requestAccessEnabled) void
setRunnersToken
(String runnersToken) void
setSharedProjects
(List<Project> sharedProjects) void
setSharedRunnersMinutesLimit
(Integer sharedRunnersMinutesLimit) void
setStatistics
(Group.Statistics statistics) void
setVisibility
(Visibility visibility) toString()
withDescription
(String description) withlfsEnabled
(boolean lfsEnabled) withParentId
(Long parentId) withProjects
(List<Project> projects) withRequestAccessEnabled
(boolean requestAccessEnabled) withSharedProjects
(List<Project> sharedProjects) withSharedRunnersMinutesLimit
(Integer minutesLimit) withStatistics
(Group.Statistics statistics) withVisibility
(Visibility visibility) Methods inherited from class org.gitlab4j.api.models.AbstractGroup
getAvatarUrl, getFullName, getFullPath, getId, getName, getWebUrl, setAvatarUrl, setFullName, setFullPath, setId, setName, setWebUrl, withAvatarUrl, withFullName, withFullPath, withId, withName, withWebUrl
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
getPath
-
setPath
-
getDescription
-
setDescription
-
getVisibility
-
setVisibility
-
getLfsEnabled
-
setLfsEnabled
-
getRequestAccessEnabled
-
setRequestAccessEnabled
-
getParentId
-
setParentId
-
getStatistics
-
setStatistics
-
getProjects
-
setProjects
-
getMarkedForDeletionOn
-
setMarkedForDeletionOn
-
getCreatedAt
-
setCreatedAt
-
getRunnersToken
-
setRunnersToken
-
withPath
-
withDescription
-
withVisibility
-
withlfsEnabled
-
withRequestAccessEnabled
-
withParentId
-
withStatistics
-
withProjects
-
toString
- Overrides:
toString
in classAbstractGroup<Group>
-