Builder

public abstract class Builder

Builder for FunctionResponseFileData.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public abstract FunctionResponseFileData build()
Link copied to clipboard
@CanIgnoreReturnValue()
public FunctionResponseFileData.Builder clearDisplayName()
Clears the value of displayName field.
Link copied to clipboard
@CanIgnoreReturnValue()
public FunctionResponseFileData.Builder clearFileUri()
Clears the value of fileUri field.
Link copied to clipboard
@CanIgnoreReturnValue()
public FunctionResponseFileData.Builder clearMimeType()
Clears the value of mimeType field.
Link copied to clipboard
public abstract FunctionResponseFileData.Builder displayName(String displayName)
Setter for displayName.
Link copied to clipboard
Setter for fileUri.
Link copied to clipboard
Setter for mimeType.