Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
TestOrderCustomer |
TestOrderCustomer.clone() |
TestOrderCustomer |
TestOrder.getCustomer()
Required.
|
TestOrderCustomer |
TestOrderCustomer.set(String fieldName,
Object value) |
TestOrderCustomer |
TestOrderCustomer.setEmail(String email)
Required.
|
TestOrderCustomer |
TestOrderCustomer.setExplicitMarketingPreference(Boolean explicitMarketingPreference)
Deprecated.
|
TestOrderCustomer |
TestOrderCustomer.setFullName(String fullName)
Full name of the customer.
|
TestOrderCustomer |
TestOrderCustomer.setMarketingRightsInfo(TestOrderCustomerMarketingRightsInfo marketingRightsInfo)
Customer's marketing preferences.
|
Modifier and Type | Method and Description |
---|---|
TestOrder |
TestOrder.setCustomer(TestOrderCustomer customer)
Required.
|
Copyright © 2011–2021 Google. All rights reserved.