Interface Subject
-
public interface Subject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
getFollowersCount()
String
getFullName()
String
getGravatarId()
String
getName()
Collection<String>
getOrganizations()
Long
getQuotaUsedBytes()
org.joda.time.DateTime
getRegistered()
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()
-
-