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
Modifier and Type Method Description AccessLevelgetAccessLevel()intgetNotificationLevel()voidsetAccessLevel(AccessLevel accessLevel)voidsetNotificationLevel(int notificationLevel)StringtoString()
-
-
-
Method Detail
-
getAccessLevel
public AccessLevel getAccessLevel()
-
setAccessLevel
public void setAccessLevel(AccessLevel accessLevel)
-
getNotificationLevel
public int getNotificationLevel()
-
setNotificationLevel
public void setNotificationLevel(int notificationLevel)
-
-