Package org.gitlab4j.api.models
Class ProjectAccess
- java.lang.Object
-
- org.gitlab4j.api.models.ProjectAccess
-
public class ProjectAccess extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjectAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessLevel
getAccessLevel()
int
getNotificationLevel()
void
setAccessLevel(AccessLevel accessLevel)
void
setNotificationLevel(int notificationLevel)
String
toString()
-
-
-
Method Detail
-
getAccessLevel
public AccessLevel getAccessLevel()
-
setAccessLevel
public void setAccessLevel(AccessLevel accessLevel)
-
getNotificationLevel
public int getNotificationLevel()
-
setNotificationLevel
public void setNotificationLevel(int notificationLevel)
-
-