public static class GuestAttributesValue.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GuestAttributesValue.Builder |
addAllItems(List<GuestAttributesEntry> items) |
GuestAttributesValue.Builder |
addItems(GuestAttributesEntry items) |
GuestAttributesValue |
build() |
GuestAttributesValue.Builder |
clone() |
List<GuestAttributesEntry> |
getItemsList() |
GuestAttributesValue.Builder |
mergeFrom(GuestAttributesValue other) |
public GuestAttributesValue.Builder mergeFrom(GuestAttributesValue other)
public List<GuestAttributesEntry> getItemsList()
public GuestAttributesValue.Builder addAllItems(List<GuestAttributesEntry> items)
public GuestAttributesValue.Builder addItems(GuestAttributesEntry items)
public GuestAttributesValue build()
public GuestAttributesValue.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.