Builder

public abstract class Builder

Builder for TestTableItem.

Constructors

Link copied to clipboard
public void TestTableItem.Builder()

Functions

Link copied to clipboard
public abstract TestTableItem build()
Link copied to clipboard
@CanIgnoreReturnValue()
public TestTableItem.Builder clearExceptionIfMldev()
Clears the value of exceptionIfMldev field.
Link copied to clipboard
@CanIgnoreReturnValue()
public TestTableItem.Builder clearExceptionIfVertex()
Clears the value of exceptionIfVertex field.
Link copied to clipboard
@CanIgnoreReturnValue()
public TestTableItem.Builder clearHasUnion()
Clears the value of hasUnion field.
Link copied to clipboard
@CanIgnoreReturnValue()
public TestTableItem.Builder clearIgnoreKeys()
Clears the value of ignoreKeys field.
Link copied to clipboard
@CanIgnoreReturnValue()
public TestTableItem.Builder clearName()
Clears the value of name field.
Link copied to clipboard
@CanIgnoreReturnValue()
public TestTableItem.Builder clearOverrideReplayId()
Clears the value of overrideReplayId field.
Link copied to clipboard
@CanIgnoreReturnValue()
public TestTableItem.Builder clearParameters()
Clears the value of parameters field.
Link copied to clipboard
@CanIgnoreReturnValue()
public TestTableItem.Builder clearSkipInApiMode()
Clears the value of skipInApiMode field.
Link copied to clipboard
public abstract TestTableItem.Builder exceptionIfMldev(String exceptionIfMldev)
Setter for exceptionIfMldev.
Link copied to clipboard
public abstract TestTableItem.Builder exceptionIfVertex(String exceptionIfVertex)
Setter for exceptionIfVertex.
Link copied to clipboard
public abstract TestTableItem.Builder hasUnion(boolean hasUnion)
Setter for hasUnion.
Link copied to clipboard
@CanIgnoreReturnValue()
public TestTableItem.Builder ignoreKeys(Array<String> ignoreKeys)
public abstract TestTableItem.Builder ignoreKeys(List<String> ignoreKeys)
Setter for ignoreKeys.
Link copied to clipboard
public abstract TestTableItem.Builder name(String name)
Setter for name.
Link copied to clipboard
public abstract TestTableItem.Builder overrideReplayId(String overrideReplayId)
Setter for overrideReplayId.
Link copied to clipboard
public abstract TestTableItem.Builder parameters(Map<String, Object> parameters)
Setter for parameters.
Link copied to clipboard
public abstract TestTableItem.Builder skipInApiMode(String skipInApiMode)
Setter for skipInApiMode.