public class User extends Object implements Identifiable
| Modifier and Type | Class and Description |
|---|---|
static class |
User.Builder |
| Modifier and Type | Method and Description |
|---|---|
static User.Builder |
builder() |
User.Builder |
copy() |
User |
copyWithAdditionalApplication(Application application) |
Set<Id> |
getApplicationIds() |
String |
getCompany() |
String |
getEmail() |
String |
getFullName() |
Id |
getId() |
String |
getProfileImage() |
Role |
getRole() |
String |
getScreenName() |
Set<org.atlasapi.media.entity.Publisher> |
getSources() |
com.metabroadcast.common.social.model.UserRef |
getUserRef() |
String |
getWebsite() |
boolean |
is(Role role) |
boolean |
isProfileComplete() |
boolean |
manages(Application application) |
boolean |
manages(Id applicationId) |
boolean |
manages(com.google.common.base.Optional<org.atlasapi.media.entity.Publisher> possibleSource) |
public com.metabroadcast.common.social.model.UserRef getUserRef()
public String getScreenName()
public String getFullName()
public String getCompany()
public String getEmail()
public String getWebsite()
public String getProfileImage()
public Set<org.atlasapi.media.entity.Publisher> getSources()
public Role getRole()
public boolean isProfileComplete()
public boolean manages(Application application)
public boolean manages(Id applicationId)
public boolean manages(com.google.common.base.Optional<org.atlasapi.media.entity.Publisher> possibleSource)
public Id getId()
getId in interface Identifiablepublic boolean is(Role role)
public User copyWithAdditionalApplication(Application application)
public User.Builder copy()
public static User.Builder builder()
Copyright © 2014. All rights reserved.