Class SubjectImpl
- java.lang.Object
-
- com.jfrog.bintray.client.impl.model.SubjectImpl
-
- All Implemented Interfaces:
com.jfrog.bintray.client.api.model.Subject
public class SubjectImpl extends Object implements com.jfrog.bintray.client.api.model.Subject
-
-
Constructor Summary
Constructors Constructor Description SubjectImpl()SubjectImpl(com.jfrog.bintray.client.api.details.SubjectDetails subjectDetails)SubjectImpl(String name, String fullName, String gravatarId, Collection<String> repositories, Collection<String> organizations, Integer followersCount, org.joda.time.DateTime registered, Long quotaUsedBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetFollowersCount()StringgetFullName()StringgetGravatarId()StringgetName()Collection<String>getOrganizations()LonggetQuotaUsedBytes()org.joda.time.DateTimegetRegistered()Collection<String>getRepositories()
-
-
-
Constructor Detail
-
SubjectImpl
public SubjectImpl()
-
SubjectImpl
public SubjectImpl(com.jfrog.bintray.client.api.details.SubjectDetails subjectDetails)
-
SubjectImpl
public SubjectImpl(String name, String fullName, String gravatarId, Collection<String> repositories, Collection<String> organizations, Integer followersCount, org.joda.time.DateTime registered, Long quotaUsedBytes)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfacecom.jfrog.bintray.client.api.model.Subject
-
getFullName
public String getFullName()
- Specified by:
getFullNamein interfacecom.jfrog.bintray.client.api.model.Subject
-
getGravatarId
public String getGravatarId()
- Specified by:
getGravatarIdin interfacecom.jfrog.bintray.client.api.model.Subject
-
getRepositories
public Collection<String> getRepositories()
- Specified by:
getRepositoriesin interfacecom.jfrog.bintray.client.api.model.Subject
-
getOrganizations
public Collection<String> getOrganizations()
- Specified by:
getOrganizationsin interfacecom.jfrog.bintray.client.api.model.Subject
-
getFollowersCount
public Integer getFollowersCount()
- Specified by:
getFollowersCountin interfacecom.jfrog.bintray.client.api.model.Subject
-
getRegistered
public org.joda.time.DateTime getRegistered()
- Specified by:
getRegisteredin interfacecom.jfrog.bintray.client.api.model.Subject
-
getQuotaUsedBytes
public Long getQuotaUsedBytes()
- Specified by:
getQuotaUsedBytesin interfacecom.jfrog.bintray.client.api.model.Subject
-
-