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 AccessLevelgetAccessLevel()intgetNotificationLevel()voidsetAccessLevel(AccessLevel accessLevel)voidsetNotificationLevel(int notificationLevel)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-