public interface Contributor
extends org.json.simple.Jsonable, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLogin()
The login of the author.
|
java.lang.String |
getName()
The name of the author.
|
java.lang.String |
getProfileUrl()
The URL to author page.
|
java.lang.String getName()
java.lang.String getLogin()
java.lang.String getProfileUrl()