Builder

public abstract class Builder

Builder for EmbedContentBatch.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public abstract EmbedContentBatch build()
Link copied to clipboard
@CanIgnoreReturnValue()
public EmbedContentBatch.Builder clearConfig()
Clears the value of config field.
Link copied to clipboard
@CanIgnoreReturnValue()
public EmbedContentBatch.Builder clearContents()
Clears the value of contents field.
Link copied to clipboard
Setter for config.
@CanIgnoreReturnValue()
public EmbedContentBatch.Builder config(EmbedContentConfig.Builder configBuilder)
Setter for config builder.
Link copied to clipboard
@CanIgnoreReturnValue()
public EmbedContentBatch.Builder contents(Array<Content> contents)
public abstract EmbedContentBatch.Builder contents(List<Content> contents)
Setter for contents.
@CanIgnoreReturnValue()
public EmbedContentBatch.Builder contents(Array<Content.Builder> contentsBuilders)
Setter for contents builder.