Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
Chain |
Chain.clone() |
Chain |
Chain.set(java.lang.String fieldName,
java.lang.Object value) |
Chain |
Chain.setChainNames(java.util.List<ChainName> chainNames)
Names of the chain.
|
Chain |
Chain.setLocationCount(java.lang.Integer locationCount)
Number of locations that are part of this chain.
|
Chain |
Chain.setName(java.lang.String name)
The chain's resource name, in the format `chains/{chain_place_id}`.
|
Chain |
Chain.setWebsites(java.util.List<ChainUrl> websites)
Websites of the chain.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Chain> |
SearchChainsResponse.getChains()
Chains that match the queried chain_display_name in SearchChainsRequest.
|
Modifier and Type | Method and Description |
---|---|
SearchChainsResponse |
SearchChainsResponse.setChains(java.util.List<Chain> chains)
Chains that match the queried chain_display_name in SearchChainsRequest.
|
Copyright © 2011-2018 Google. All Rights Reserved.