public class AccountInformation extends BitmovinResource
Constructor and Description |
---|
AccountInformation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<AccountApiKey> |
getApiKeys()
ApiKeys associated with the account (required)
|
String |
getCompany()
Company name of the tenant.
|
String |
getEmail()
Email address of the account.
|
String |
getFirstName()
First name of the tenant.
|
String |
getIntercomIdVerification()
Get intercomIdVerification
|
String |
getLastName()
Last name of the tenant.
|
Marketplace |
getMarketplace()
Get marketplace
|
Boolean |
getMfaEnabled()
Get mfaEnabled
|
String |
getPhone()
Phone number of the tenant.
|
Boolean |
getVerified()
Get verified
|
int |
hashCode() |
void |
setCompany(String company)
Company name of the tenant.
|
void |
setFirstName(String firstName)
First name of the tenant.
|
void |
setLastName(String lastName)
Last name of the tenant.
|
void |
setPhone(String phone)
Phone number of the tenant.
|
String |
toString() |
getCreatedAt, getCustomData, getDescription, getModifiedAt, getName, putCustomDataItem, setCustomData, setDescription, setName
getId
public String getEmail()
public List<AccountApiKey> getApiKeys()
public String getFirstName()
public void setFirstName(String firstName)
firstName
- First name of the tenant.public String getLastName()
public void setLastName(String lastName)
lastName
- Last name of the tenant.public String getPhone()
public void setPhone(String phone)
phone
- Phone number of the tenant.public String getCompany()
public void setCompany(String company)
company
- Company name of the tenant.public Boolean getVerified()
public Marketplace getMarketplace()
public Boolean getMfaEnabled()
public String getIntercomIdVerification()
public boolean equals(Object o)
equals
in class BitmovinResource
public int hashCode()
hashCode
in class BitmovinResource
public String toString()
toString
in class BitmovinResource
Copyright © 2025. All rights reserved.