Package com.spotify.github.v3
Interface User
-
- All Known Implementing Classes:
ImmutableUser
@Immutable public interface UserUser resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIavatarUrl()Avatar URL.StringeventsUrl()Events URL template.URIfollowersUrl()Followers URL.StringfollowingUrl()Following URL template.StringgistsUrl()Gists URL template.Optional<String>gravatarId()Gravatar ID.URIhtmlUrl()User resource URL returning HTML.Integerid()ID.Stringlogin()Login name.URIorganizationsUrl()Organizations URL.URIreceivedEventsUrl()Received event URL.URIreposUrl()Repositories URL.Optional<Boolean>siteAdmin()Is user a site admin.StringstarredUrl()Starred URL template.URIsubscriptionsUrl()Subscriptions URL.Stringtype()User type.URIurl()User resource API URL.
-
-
-
Method Detail
-
login
@Nullable String login()
Login name.
-
id
@Nullable Integer id()
ID.
-
avatarUrl
@Nullable URI avatarUrl()
Avatar URL.
-
url
@Nullable URI url()
User resource API URL.
-
htmlUrl
@Nullable URI htmlUrl()
User resource URL returning HTML.
-
followersUrl
@Nullable URI followersUrl()
Followers URL.
-
followingUrl
@Nullable String followingUrl()
Following URL template.
-
gistsUrl
@Nullable String gistsUrl()
Gists URL template.
-
starredUrl
@Nullable String starredUrl()
Starred URL template.
-
subscriptionsUrl
@Nullable URI subscriptionsUrl()
Subscriptions URL.
-
organizationsUrl
@Nullable URI organizationsUrl()
Organizations URL.
-
reposUrl
@Nullable URI reposUrl()
Repositories URL.
-
eventsUrl
@Nullable String eventsUrl()
Events URL template.
-
receivedEventsUrl
@Nullable URI receivedEventsUrl()
Received event URL.
-
type
@Nullable String type()
User type.
-
-