| Modifier and Type | Method and Description |
|---|---|
ImmutableError |
ImmutableError.Builder.build()
Builds a new
ImmutableError. |
static ImmutableError |
ImmutableError.copyOf(Verifier.Error instance)
Creates an immutable copy of a
Verifier.Error value. |
ImmutableError |
ImmutableError.withAttributes(Map<String,? extends Object> entries)
Copy the current immutable object by replacing the
attributes map with the specified map. |
ImmutableError |
ImmutableError.withCode(String value)
Copy the current immutable object by setting a value for the
code attribute. |
ImmutableError |
ImmutableError.withDescription(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
description attribute. |
ImmutableError |
ImmutableError.withDescription(String value)
Copy the current immutable object by setting a present value for the optional
description attribute. |
ImmutableError |
ImmutableError.withParameters(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
parameters. |
ImmutableError |
ImmutableError.withParameters(String... elements)
Copy the current immutable object with elements that replace the content of
parameters. |
Copyright © 2016–2017 Red Hat. All rights reserved.