Package org.gitlab4j.api.models
Class Group
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()voidsetCreatedAt(Date createdAt) voidsetDescription(String description) voidsetLfsEnabled(Boolean lfsEnabled) voidsetMarkedForDeletionOn(Date markedForDeletionOn) voidsetParentId(Long parentId) voidvoidsetProjects(List<Project> projects) voidsetRequestAccessEnabled(Boolean requestAccessEnabled) voidsetRunnersToken(String runnersToken) voidsetSharedProjects(List<Project> sharedProjects) voidsetSharedRunnersMinutesLimit(Integer sharedRunnersMinutesLimit) voidsetStatistics(Group.Statistics statistics) voidsetVisibility(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:
toStringin classAbstractGroup<Group>
-