Class Group

java.lang.Object
org.gitlab4j.api.models.Group

public class Group
extends Object
  • Constructor Details

    • Group

      public Group()
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId​(Integer id)
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • getPath

      public String getPath()
    • setPath

      public void setPath​(String path)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription​(String description)
    • getVisibility

      public Visibility getVisibility()
    • setVisibility

      public void setVisibility​(Visibility visibility)
    • getLfsEnabled

      public Boolean getLfsEnabled()
    • setLfsEnabled

      public void setLfsEnabled​(Boolean lfsEnabled)
    • getAvatarUrl

      public String getAvatarUrl()
    • setAvatarUrl

      public void setAvatarUrl​(String avatarUrl)
    • getWebUrl

      public String getWebUrl()
    • setWebUrl

      public void setWebUrl​(String webUrl)
    • getRequestAccessEnabled

      public Boolean getRequestAccessEnabled()
    • setRequestAccessEnabled

      public void setRequestAccessEnabled​(Boolean requestAccessEnabled)
    • getFullName

      public String getFullName()
    • setFullName

      public void setFullName​(String fullName)
    • getFullPath

      public String getFullPath()
    • setFullPath

      public void setFullPath​(String fullPath)
    • getParentId

      public Integer getParentId()
    • setParentId

      public void setParentId​(Integer parentId)
    • getSharedRunnersMinutesLimit

      public Integer getSharedRunnersMinutesLimit()
    • setSharedRunnersMinutesLimit

      public void setSharedRunnersMinutesLimit​(Integer sharedRunnersMinutesLimit)
    • getStatistics

      public Group.Statistics getStatistics()
    • setStatistics

      public void setStatistics​(Group.Statistics statistics)
    • getProjects

      public List<Project> getProjects()
    • setProjects

      public void setProjects​(List<Project> projects)
    • getSharedProjects

      public List<Project> getSharedProjects()
    • setSharedProjects

      public void setSharedProjects​(List<Project> sharedProjects)
    • getMarkedForDeletionOn

      public Date getMarkedForDeletionOn()
    • setMarkedForDeletionOn

      public void setMarkedForDeletionOn​(Date markedForDeletionOn)
    • getCreatedAt

      public Date getCreatedAt()
    • setCreatedAt

      public void setCreatedAt​(Date createdAt)
    • withId

      public Group withId​(Integer id)
    • withName

      public Group withName​(String name)
    • withPath

      public Group withPath​(String path)
    • withDescription

      public Group withDescription​(String description)
    • withVisibility

      public Group withVisibility​(Visibility visibility)
    • withlfsEnabled

      public Group withlfsEnabled​(boolean lfsEnabled)
    • withAvatarUrl

      public Group withAvatarUrl​(String avatarUrl)
    • withWebUrl

      public Group withWebUrl​(String url)
    • withRequestAccessEnabled

      public Group withRequestAccessEnabled​(boolean requestAccessEnabled)
    • withFullName

      public Group withFullName​(String fullName)
    • withFullPath

      public Group withFullPath​(String fullPath)
    • withParentId

      public Group withParentId​(Integer parentId)
    • withSharedRunnersMinutesLimit

      public Group withSharedRunnersMinutesLimit​(Integer minutesLimit)
    • withStatistics

      public Group withStatistics​(Group.Statistics statistics)
    • withProjects

      public Group withProjects​(List<Project> projects)
    • withSharedProjects

      public Group withSharedProjects​(List<Project> sharedProjects)
    • toString

      public String toString()
      Overrides:
      toString in class Object