Interface Subject
-
public interface Subject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetFollowersCount()StringgetFullName()StringgetGravatarId()StringgetName()Collection<String>getOrganizations()LonggetQuotaUsedBytes()org.joda.time.DateTimegetRegistered()Collection<String>getRepositories()
-
-
-
Method Detail
-
getName
String getName()
-
getFullName
String getFullName()
-
getGravatarId
String getGravatarId()
-
getRepositories
Collection<String> getRepositories()
-
getOrganizations
Collection<String> getOrganizations()
-
getFollowersCount
Integer getFollowersCount()
-
getRegistered
org.joda.time.DateTime getRegistered()
-
getQuotaUsedBytes
Long getQuotaUsedBytes()
-
-