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() |
void |
setId(Integer id) |
void |
setLdapAccess(GitlabAccessLevel ldapGitlabAccessLevel) |
void |
setLdapCn(String ldapCn) |
void |
setName(String name) |
void |
setPath(String path) |
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)
Copyright © 2015. All Rights Reserved.