| Modifier and Type | Method and Description |
|---|---|
ImmutableResult |
ImmutableResult.Builder.build()
Builds a new
ImmutableResult. |
static ImmutableResult |
ImmutableResult.copyOf(Verifier.Result instance)
Creates an immutable copy of a
Verifier.Result value. |
ImmutableResult |
ImmutableResult.withErrors(Iterable<? extends Verifier.VerifierError> elements)
Copy the current immutable object with elements that replace the content of
errors. |
ImmutableResult |
ImmutableResult.withErrors(Verifier.VerifierError... elements)
Copy the current immutable object with elements that replace the content of
errors. |
ImmutableResult |
ImmutableResult.withScope(Verifier.Scope value)
Copy the current immutable object by setting a value for the
scope attribute. |
ImmutableResult |
ImmutableResult.withStatus(Verifier.Result.Status value)
Copy the current immutable object by setting a value for the
status attribute. |
Copyright © 2016–2018 JBoss by Red Hat. All rights reserved.