public final class CompaniesGetCompanyAppPurchasesResponseItemsSubscribers extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
email |
User's email (requires OAuth2ReadPII scope)
|
String |
firstName |
User's first name (requires OAuth2ReadPII scope)
|
String |
id |
User id
|
String |
lastName |
User's last name (requires OAuth2ReadPII scope)
|
String |
name |
User's name (requires OAuth2ReadPII scope)
|
| Constructor | Description |
|---|---|
CompaniesGetCompanyAppPurchasesResponseItemsSubscribers() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getEmail() |
Get User's email (requires OAuth2ReadPII scope)
|
String |
getFirstName() |
Get User's first name (requires OAuth2ReadPII scope)
|
String |
getId() |
Get User id
|
String |
getLastName() |
Get User's last name (requires OAuth2ReadPII scope)
|
String |
getName() |
Get User's name (requires OAuth2ReadPII scope)
|
String |
toString() |
getOtherPropertiespublic String id
public String name
public String firstName
public String lastName
public String email
public CompaniesGetCompanyAppPurchasesResponseItemsSubscribers()
public final String getId()
public final String getName()
public final String getFirstName()
public final String getLastName()
public final String getEmail()
Copyright © 2021. All rights reserved.