| Package | Description |
|---|---|
| com.google.api.services.androiddeviceprovisioning.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Company |
Company.clone() |
Company |
CreateCustomerRequest.getCustomer()
Required.
|
Company |
Company.set(String fieldName,
Object value) |
Company |
Company.setAdminEmails(List<String> adminEmails)
Optional.
|
Company |
Company.setCompanyId(Long companyId)
Output only.
|
Company |
Company.setCompanyName(String companyName)
Required.
|
Company |
Company.setGoogleWorkspaceAccount(GoogleWorkspaceAccount googleWorkspaceAccount)
Output only.
|
Company |
Company.setLanguageCode(String languageCode)
Input only.
|
Company |
Company.setName(String name)
Output only.
|
Company |
Company.setOwnerEmails(List<String> ownerEmails)
Required.
|
Company |
Company.setSkipWelcomeEmail(Boolean skipWelcomeEmail)
Input only.
|
Company |
Company.setTermsStatus(String termsStatus)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Company> |
ListVendorCustomersResponse.getCustomers()
List of customers of the vendor.
|
List<Company> |
CustomerListCustomersResponse.getCustomers()
The customer accounts the calling user is a member of.
|
List<Company> |
ListCustomersResponse.getCustomers()
List of customers related to this reseller partner.
|
List<Company> |
ListVendorsResponse.getVendors()
List of vendors of the reseller partner.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCustomerRequest |
CreateCustomerRequest.setCustomer(Company customer)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
ListVendorCustomersResponse |
ListVendorCustomersResponse.setCustomers(List<Company> customers)
List of customers of the vendor.
|
CustomerListCustomersResponse |
CustomerListCustomersResponse.setCustomers(List<Company> customers)
The customer accounts the calling user is a member of.
|
ListCustomersResponse |
ListCustomersResponse.setCustomers(List<Company> customers)
List of customers related to this reseller partner.
|
ListVendorsResponse |
ListVendorsResponse.setVendors(List<Company> vendors)
List of vendors of the reseller partner.
|
Copyright © 2011–2025 Google. All rights reserved.