Package org.gitlab4j.api.models
Class Contributor
- java.lang.Object
-
- org.gitlab4j.api.models.AbstractUser<Contributor>
-
- org.gitlab4j.api.models.Contributor
-
public class Contributor extends AbstractUser<Contributor>
This class models the object for a repository contributor. See Contributors at GitLab.
-
-
Constructor Summary
Constructors Constructor Description Contributor()
-
Method Summary
Modifier and Type Method Description Integer
getAdditions()
Integer
getCommits()
Integer
getDeletions()
void
setAdditions(Integer additions)
void
setCommits(Integer commits)
void
setDeletions(Integer deletions)
-
Methods inherited from class org.gitlab4j.api.models.AbstractUser
getAvatarUrl, getCreatedAt, getEmail, getId, getName, getState, getUsername, getWebUrl, setAvatarUrl, setCreatedAt, setEmail, setId, setName, setState, setUsername, setWebUrl, toString, withAvatarUrl, withCreatedAt, withEmail, withId, withName, withState, withUsername, withWebUrl
-
-
-
-
Method Detail
-
getCommits
public Integer getCommits()
-
setCommits
public void setCommits(Integer commits)
-
getAdditions
public Integer getAdditions()
-
setAdditions
public void setAdditions(Integer additions)
-
getDeletions
public Integer getDeletions()
-
setDeletions
public void setDeletions(Integer deletions)
-
-