ImmutableFormPutResponse |
ImmutableFormPutResponse.Builder.build() |
|
static ImmutableFormPutResponse |
ImmutableFormPutResponse.copyOf(FormPutResponse instance) |
|
ImmutableFormPutResponse |
ImmutableFormPutResponse.withError(String value) |
Copy the current immutable object by setting a value for the error attribute.
|
ImmutableFormPutResponse |
ImmutableFormPutResponse.withErrors(FormValidationError... elements) |
Copy the current immutable object with elements that replace the content of errors.
|
ImmutableFormPutResponse |
ImmutableFormPutResponse.withErrors(Iterable<? extends FormValidationError> elements) |
Copy the current immutable object with elements that replace the content of errors.
|
ImmutableFormPutResponse |
ImmutableFormPutResponse.withForm(Form value) |
Copy the current immutable object by setting a value for the form attribute.
|
ImmutableFormPutResponse |
ImmutableFormPutResponse.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableFormPutResponse |
ImmutableFormPutResponse.withOk(Boolean value) |
Copy the current immutable object by setting a value for the ok attribute.
|
ImmutableFormPutResponse |
ImmutableFormPutResponse.withReason(String value) |
Copy the current immutable object by setting a value for the reason attribute.
|
ImmutableFormPutResponse |
ImmutableFormPutResponse.withRev(String value) |
Copy the current immutable object by setting a value for the rev attribute.
|