Package org.gitlab4j.api.models
Class Assignee
- java.lang.Object
-
- org.gitlab4j.api.models.AbstractUser<Assignee>
-
- org.gitlab4j.api.models.Assignee
-
- All Implemented Interfaces:
java.io.Serializable
public class Assignee extends AbstractUser<Assignee>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Assignee()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.gitlab4j.api.models.AbstractUser
getAvatarUrl, getCreatedAt, getEmail, getId, getLocked, getName, getState, getUsername, getWebUrl, setAvatarUrl, setCreatedAt, setEmail, setId, setLocked, setName, setState, setUsername, setWebUrl, withAvatarUrl, withCreatedAt, withEmail, withId, withName, withState, withUsername, withWebUrl
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAbstractUser<Assignee>
-
-