public class ExtOrganization extends Organization
| Constructor and Description |
|---|
ExtOrganization() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlog() |
String |
getCompany() |
Date |
getCreatedAt() |
String |
getEmail() |
long |
getFollowers() |
long |
getFollowing() |
String |
getHtmlUrl() |
String |
getLocation() |
String |
getName() |
long |
getPublicGists() |
long |
getPublicRepos() |
String |
getType() |
void |
setBlog(String blog) |
void |
setCompany(String company) |
void |
setCreatedAt(Date createdAt) |
void |
setEmail(String email) |
void |
setFollowers(long followers) |
void |
setFollowing(long following) |
void |
setHtmlUrl(String htmlUrl) |
void |
setLocation(String location) |
void |
setName(String name) |
void |
setPublicGists(long publicGists) |
void |
setPublicRepos(long publicRepos) |
void |
setType(String type) |
getAvatarUrl, getDescription, getId, getLogin, getUrl, setAvatarUrl, setDescription, setId, setLogin, setUrlpublic String getName()
public void setName(String name)
public String getCompany()
public void setCompany(String company)
public String getBlog()
public void setBlog(String blog)
public String getLocation()
public void setLocation(String location)
public String getEmail()
public void setEmail(String email)
public long getPublicRepos()
public void setPublicRepos(long publicRepos)
public long getPublicGists()
public void setPublicGists(long publicGists)
public long getFollowers()
public void setFollowers(long followers)
public long getFollowing()
public void setFollowing(long following)
public String getHtmlUrl()
public void setHtmlUrl(String htmlUrl)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public String getType()
public void setType(String type)
Copyright © 2015–2016 Zalando SE. All rights reserved.