public static class AddressAggregatedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
AddressAggregatedList |
build() |
AddressAggregatedList.Builder |
clone() |
String |
getId()
[Output Only] Unique identifier for the resource; defined by the server.
|
Map<String,AddressesScopedList> |
getItemsMap()
A list of AddressesScopedList resources.
|
String |
getKind()
[Output Only] Type of resource.
|
String |
getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.
|
String |
getSelfLink()
[Output Only] Server-defined URL for this resource.
|
Warning |
getWarning()
[Output Only] Informational warning message.
|
AddressAggregatedList.Builder |
mergeFrom(AddressAggregatedList other) |
AddressAggregatedList.Builder |
putAllItems(Map<String,AddressesScopedList> items)
A list of AddressesScopedList resources.
|
AddressAggregatedList.Builder |
setId(String id)
[Output Only] Unique identifier for the resource; defined by the server.
|
AddressAggregatedList.Builder |
setKind(String kind)
[Output Only] Type of resource.
|
AddressAggregatedList.Builder |
setNextPageToken(String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests.
|
AddressAggregatedList.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource.
|
AddressAggregatedList.Builder |
setWarning(Warning warning)
[Output Only] Informational warning message.
|
public AddressAggregatedList.Builder mergeFrom(AddressAggregatedList other)
public String getId()
public AddressAggregatedList.Builder setId(String id)
public Map<String,AddressesScopedList> getItemsMap()
public AddressAggregatedList.Builder putAllItems(Map<String,AddressesScopedList> items)
public String getKind()
public AddressAggregatedList.Builder setKind(String kind)
public String getNextPageToken()
public AddressAggregatedList.Builder setNextPageToken(String nextPageToken)
public String getSelfLink()
public AddressAggregatedList.Builder setSelfLink(String selfLink)
public Warning getWarning()
public AddressAggregatedList.Builder setWarning(Warning warning)
public AddressAggregatedList build()
public AddressAggregatedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.