JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
com.ryanharter.auto.value.gson.example
Address
Builder
Contents
Description
Method Summary
Method Details
streetName(String)
city(String)
build()
Hide sidebar
Show sidebar
Interface Address.Builder
Enclosing class:
Address
public static interface
Address.Builder
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Address
build
()
Address.Builder
city
(
String
city)
Address.Builder
streetName
(
String
streetName)
Method Details
streetName
Address.Builder
streetName
(
String
streetName)
city
Address.Builder
city
(
String
city)
build
Address
build
()