@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-01-28T11:18:17.901-05:00") public class UserV2 extends Object
| Constructor and Description |
|---|
UserV2() |
| Modifier and Type | Method and Description |
|---|---|
UserV2 |
avatars(AvatarList avatars) |
UserV2 |
company(String company) |
UserV2 |
department(String department) |
UserV2 |
displayName(String displayName) |
UserV2 |
division(String division) |
UserV2 |
emailAddress(String emailAddress) |
boolean |
equals(Object o) |
UserV2 |
firstName(String firstName) |
AvatarList |
getAvatars()
Get avatars
|
String |
getCompany()
Get company
|
String |
getDepartment()
Note: only available if the application has the extended user or contact permission
|
String |
getDisplayName()
Get displayName
|
String |
getDivision()
Note: only available if the application has the extended user or contact permission
|
String |
getEmailAddress()
Get emailAddress
|
String |
getFirstName()
Get firstName
|
Long |
getId()
Get id
|
String |
getJobFunction()
Note: only available if the application has the extended user or contact permission
|
String |
getLastName()
Get lastName
|
String |
getLocation()
Get location
|
String |
getMobilePhoneNumber()
Note: only available if the application has the extended user or contact permission
|
String |
getTitle()
Get title
|
String |
getUsername()
Get username
|
String |
getWorkPhoneNumber()
Note: only available if the application has the extended user or contact permission
|
int |
hashCode() |
UserV2 |
id(Long id) |
UserV2 |
jobFunction(String jobFunction) |
UserV2 |
lastName(String lastName) |
UserV2 |
location(String location) |
UserV2 |
mobilePhoneNumber(String mobilePhoneNumber) |
void |
setAvatars(AvatarList avatars) |
void |
setCompany(String company) |
void |
setDepartment(String department) |
void |
setDisplayName(String displayName) |
void |
setDivision(String division) |
void |
setEmailAddress(String emailAddress) |
void |
setFirstName(String firstName) |
void |
setId(Long id) |
void |
setJobFunction(String jobFunction) |
void |
setLastName(String lastName) |
void |
setLocation(String location) |
void |
setMobilePhoneNumber(String mobilePhoneNumber) |
void |
setTitle(String title) |
void |
setUsername(String username) |
void |
setWorkPhoneNumber(String workPhoneNumber) |
UserV2 |
title(String title) |
String |
toString() |
UserV2 |
username(String username) |
UserV2 |
workPhoneNumber(String workPhoneNumber) |
public Long getId()
public void setId(Long id)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public String getFirstName()
public void setFirstName(String firstName)
public String getLastName()
public void setLastName(String lastName)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getTitle()
public void setTitle(String title)
public String getCompany()
public void setCompany(String company)
public String getUsername()
public void setUsername(String username)
public String getLocation()
public void setLocation(String location)
public UserV2 avatars(AvatarList avatars)
public AvatarList getAvatars()
public void setAvatars(AvatarList avatars)
public String getWorkPhoneNumber()
public void setWorkPhoneNumber(String workPhoneNumber)
public String getMobilePhoneNumber()
public void setMobilePhoneNumber(String mobilePhoneNumber)
public String getJobFunction()
public void setJobFunction(String jobFunction)
public String getDepartment()
public void setDepartment(String department)
public String getDivision()
public void setDivision(String division)
Copyright © 2018 Symphony Software Foundation. All rights reserved.