Builder

public abstract class Builder

Builder for GenerateVideosOperation.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public abstract GenerateVideosOperation build()
Link copied to clipboard
@CanIgnoreReturnValue()
public GenerateVideosOperation.Builder clearDone()
Clears the value of done field.
Link copied to clipboard
@CanIgnoreReturnValue()
public GenerateVideosOperation.Builder clearError()
Clears the value of error field.
Link copied to clipboard
@CanIgnoreReturnValue()
public GenerateVideosOperation.Builder clearMetadata()
Clears the value of metadata field.
Link copied to clipboard
@CanIgnoreReturnValue()
public GenerateVideosOperation.Builder clearName()
Clears the value of name field.
Link copied to clipboard
@CanIgnoreReturnValue()
public GenerateVideosOperation.Builder clearResponse()
Clears the value of response field.
Link copied to clipboard
public abstract GenerateVideosOperation.Builder done(boolean done)
Setter for done.
Link copied to clipboard
Setter for error.
Link copied to clipboard
Setter for metadata.
Link copied to clipboard
Setter for name.
Link copied to clipboard
Setter for response.
@CanIgnoreReturnValue()
public GenerateVideosOperation.Builder response(GenerateVideosResponse.Builder responseBuilder)
Setter for response builder.