public class GitlabGroup extends Object
Constructor and Description |
---|
GitlabGroup() |
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
GitlabAccessLevel |
getLdapAccess() |
String |
getLdapCn() |
String |
getName() |
String |
getPath() |
List<GitlabProject> |
getSharedProjects() |
String |
getWebUrl() |
void |
setId(Integer id) |
void |
setLdapAccess(GitlabAccessLevel ldapGitlabAccessLevel) |
void |
setLdapCn(String ldapCn) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setSharedProjects(List<GitlabProject> sharedProjects) |
void |
setWebUrl(String webUrl) |
public static final String URL
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public String getPath()
public void setPath(String path)
public String getLdapCn()
public void setLdapCn(String ldapCn)
public GitlabAccessLevel getLdapAccess()
public void setLdapAccess(GitlabAccessLevel ldapGitlabAccessLevel)
public List<GitlabProject> getSharedProjects()
public void setSharedProjects(List<GitlabProject> sharedProjects)
public String getWebUrl()
public void setWebUrl(String webUrl)
Copyright © 2017. All Rights Reserved.