Package org.gitlab4j.api.models
Class ProjectAccess
- java.lang.Object
-
- org.gitlab4j.api.models.ProjectAccess
-
- All Implemented Interfaces:
java.io.Serializable
public class ProjectAccess extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
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)
java.lang.String
toString()
-
-
-
Method Detail
-
getAccessLevel
public AccessLevel getAccessLevel()
-
setAccessLevel
public void setAccessLevel(AccessLevel accessLevel)
-
getNotificationLevel
public int getNotificationLevel()
-
setNotificationLevel
public void setNotificationLevel(int notificationLevel)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-