public class CompanyUserResponse extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
deleted |
protected DomainResponse |
domain |
protected String |
fullname |
protected String |
name |
protected boolean |
twoFactorEnabled |
protected UserTypeResponse |
userType |
Constructor and Description |
---|
CompanyUserResponse(UserTypeResponse userType,
boolean locked,
String email,
String phone,
String company,
String address,
String city,
String state,
String zip,
String country,
String name,
String fullname,
boolean deleted,
Instant createdDate,
Instant deletedDate,
DomainResponse domain,
String firstName,
String lastName,
String role,
LoginTypeResponse loginType,
InvitationStatusResponse invitationStatus,
boolean twoFactorEnabled) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAddress()
Gets address.
|
String |
getCity()
Gets city.
|
String |
getCompany()
Gets company.
|
String |
getCountry()
Gets the country.
|
Instant |
getCreatedDate()
Gets created date.
|
Instant |
getDeletedDate()
Gets deleted date.
|
DomainResponse |
getDomain()
Gets the domain.
|
String |
getEmail()
Gets email.
|
String |
getFirstName()
Gets first name.
|
String |
getFullname()
Gets fullname.
|
String |
getLastName()
Gets last name.
|
String |
getName()
Gets name.
|
String |
getPhone()
Gets phone.
|
String |
getState()
Gets state.
|
UserTypeResponse |
getUserType()
Gets user type.
|
String |
getZipCode()
Gets zip code.
|
int |
hashCode() |
boolean |
isDeleted()
Is deleted boolean.
|
boolean |
isLocked()
Is locked boolean.
|
String |
toString() |
@Since(value=1.0) @Expose protected UserTypeResponse userType
@Since(value=1.0) @Expose protected String name
@Since(value=1.0) @Expose protected String fullname
@Since(value=1.0) @Expose protected boolean deleted
@Since(value=1.0) @Expose protected DomainResponse domain
@Since(value=1.0) @Expose protected boolean twoFactorEnabled
public CompanyUserResponse(UserTypeResponse userType, boolean locked, String email, String phone, String company, String address, String city, String state, String zip, String country, String name, String fullname, boolean deleted, Instant createdDate, Instant deletedDate, DomainResponse domain, String firstName, String lastName, String role, LoginTypeResponse loginType, InvitationStatusResponse invitationStatus, boolean twoFactorEnabled)
public UserTypeResponse getUserType()
public String getFirstName()
public String getLastName()
public String getEmail()
public String getPhone()
public boolean isLocked()
public String getAddress()
public String getCompany()
public String getCity()
public String getState()
public String getZipCode()
public String getName()
public String getFullname()
public boolean isDeleted()
public Instant getCreatedDate()
public Instant getDeletedDate()
public DomainResponse getDomain()
public String getCountry()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.