Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
AccountBusinessIdentity |
AccountBusinessIdentity.clone() |
AccountBusinessIdentity |
Account.getBusinessIdentity()
The business identity attributes can be used to self-declare attributes that let customers know
more about your business.
|
AccountBusinessIdentity |
AccountBusinessIdentity.set(String fieldName,
Object value) |
AccountBusinessIdentity |
AccountBusinessIdentity.setBlackOwned(AccountIdentityType blackOwned)
Specifies whether the business identifies itself as being black-owned.
|
AccountBusinessIdentity |
AccountBusinessIdentity.setIncludeForPromotions(Boolean includeForPromotions)
Required.
|
AccountBusinessIdentity |
AccountBusinessIdentity.setLatinoOwned(AccountIdentityType latinoOwned)
Specifies whether the business identifies itself as being latino-owned.
|
AccountBusinessIdentity |
AccountBusinessIdentity.setSmallBusiness(AccountIdentityType smallBusiness)
Specifies whether the business identifies itself as a small business.
|
AccountBusinessIdentity |
AccountBusinessIdentity.setVeteranOwned(AccountIdentityType veteranOwned)
Specifies whether the business identifies itself as being veteran-owned.
|
AccountBusinessIdentity |
AccountBusinessIdentity.setWomenOwned(AccountIdentityType womenOwned)
Specifies whether the business identifies itself as being women-owned.
|
Modifier and Type | Method and Description |
---|---|
Account |
Account.setBusinessIdentity(AccountBusinessIdentity businessIdentity)
The business identity attributes can be used to self-declare attributes that let customers know
more about your business.
|
Copyright © 2011–2024 Google. All rights reserved.