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 Integer
getFollowersCount()
String
getFullName()
String
getGravatarId()
String
getName()
Collection<String>
getOrganizations()
Long
getQuotaUsedBytes()
org.joda.time.DateTime
getRegistered()
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:
getName
in interfacecom.jfrog.bintray.client.api.model.Subject
-
getFullName
public String getFullName()
- Specified by:
getFullName
in interfacecom.jfrog.bintray.client.api.model.Subject
-
getGravatarId
public String getGravatarId()
- Specified by:
getGravatarId
in interfacecom.jfrog.bintray.client.api.model.Subject
-
getRepositories
public Collection<String> getRepositories()
- Specified by:
getRepositories
in interfacecom.jfrog.bintray.client.api.model.Subject
-
getOrganizations
public Collection<String> getOrganizations()
- Specified by:
getOrganizations
in interfacecom.jfrog.bintray.client.api.model.Subject
-
getFollowersCount
public Integer getFollowersCount()
- Specified by:
getFollowersCount
in interfacecom.jfrog.bintray.client.api.model.Subject
-
getRegistered
public org.joda.time.DateTime getRegistered()
- Specified by:
getRegistered
in interfacecom.jfrog.bintray.client.api.model.Subject
-
getQuotaUsedBytes
public Long getQuotaUsedBytes()
- Specified by:
getQuotaUsedBytes
in interfacecom.jfrog.bintray.client.api.model.Subject
-
-