Builder

public abstract class Builder

Builder for GoogleTypeDate.

Constructors

Link copied to clipboard
public void GoogleTypeDate.Builder()

Functions

Link copied to clipboard
public abstract GoogleTypeDate build()
Link copied to clipboard
@CanIgnoreReturnValue()
public GoogleTypeDate.Builder clearDay()
Clears the value of day field.
Link copied to clipboard
@CanIgnoreReturnValue()
public GoogleTypeDate.Builder clearMonth()
Clears the value of month field.
Link copied to clipboard
@CanIgnoreReturnValue()
public GoogleTypeDate.Builder clearYear()
Clears the value of year field.
Link copied to clipboard
public abstract GoogleTypeDate.Builder day(Integer day)
Setter for day.
Link copied to clipboard
public abstract GoogleTypeDate.Builder month(Integer month)
Setter for month.
Link copied to clipboard
public abstract GoogleTypeDate.Builder year(Integer year)
Setter for year.