Class Group


  • public class Group
    extends Object
    • Constructor Detail

      • Group

        public Group()
    • Method Detail

      • 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)
      • setProjects

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

        public List<Project> getSharedProjects()
      • setSharedProjects

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

        public Group withDescription​(String description)
      • withlfsEnabled

        public Group withlfsEnabled​(boolean lfsEnabled)
      • withAvatarUrl

        public Group withAvatarUrl​(String avatarUrl)
      • 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)
      • withSharedProjects

        public Group withSharedProjects​(List<Project> sharedProjects)