| Modifier and Type | Method and Description |
|---|---|
ImmutableError.Builder |
ImmutableError.Builder.addAllParameters(Iterable<String> elements)
Adds elements to
parameters list. |
ImmutableError.Builder |
ImmutableError.Builder.addParameters(String... elements)
Adds elements to
parameters list. |
ImmutableError.Builder |
ImmutableError.Builder.addParameters(String element)
Adds one element to
parameters list. |
ImmutableError.Builder |
ImmutableError.Builder.attributes(Map<String,? extends Object> attributes)
Sets or replaces all mappings from the specified map as entries for the
attributes map. |
static ImmutableError.Builder |
ImmutableError.builder()
Creates a builder for
ImmutableError. |
ImmutableError.Builder |
ImmutableError.Builder.code(String code)
Initializes the value for the
code attribute. |
ImmutableError.Builder |
ImmutableError.Builder.description(Optional<String> description)
Initializes the optional value
description to description. |
ImmutableError.Builder |
ImmutableError.Builder.description(String description)
Initializes the optional value
description to description. |
ImmutableError.Builder |
ImmutableError.Builder.from(Verifier.Error instance)
Fill a builder with attribute values from the provided
Error instance. |
ImmutableError.Builder |
ImmutableError.Builder.parameters(Iterable<String> elements)
Sets or replaces all elements for
parameters list. |
ImmutableError.Builder |
ImmutableError.Builder.putAllAttributes(Map<String,? extends Object> attributes)
Put all mappings from the specified map as entries to
attributes map. |
ImmutableError.Builder |
ImmutableError.Builder.putAttributes(Map.Entry<String,? extends Object> entry)
Put one entry to the
attributes map. |
ImmutableError.Builder |
ImmutableError.Builder.putAttributes(String key,
Object value)
Put one entry to the
attributes map. |
Copyright © 2016–2017 Red Hat. All rights reserved.