Builder

public abstract class Builder

Builder for GeminiPreferenceExample.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public abstract GeminiPreferenceExample build()
Link copied to clipboard
@CanIgnoreReturnValue()
public GeminiPreferenceExample.Builder clearCompletions()
Clears the value of completions field.
Link copied to clipboard
@CanIgnoreReturnValue()
public GeminiPreferenceExample.Builder clearContents()
Clears the value of contents field.
Link copied to clipboard
Setter for completions.
Setter for completions builder.
Link copied to clipboard
@CanIgnoreReturnValue()
public GeminiPreferenceExample.Builder contents(Array<Content> contents)
Setter for contents.
@CanIgnoreReturnValue()
public GeminiPreferenceExample.Builder contents(Array<Content.Builder> contentsBuilders)
Setter for contents builder.