ImmutableCAAResult |
ImmutableCAAResult.Builder.build() |
|
static ImmutableCAAResult |
ImmutableCAAResult.copyOf(CAAResult instance) |
Creates an immutable copy of a CAAResult value.
|
ImmutableCAAResult |
ImmutableCAAResult.withFlags(int value) |
Copy the current immutable object by setting a present value for the optional flags attribute.
|
ImmutableCAAResult |
ImmutableCAAResult.withFlags(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the flags attribute.
|
ImmutableCAAResult |
ImmutableCAAResult.withTag(String value) |
Copy the current immutable object by setting a present value for the optional tag attribute.
|
ImmutableCAAResult |
ImmutableCAAResult.withTag(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the tag attribute.
|
ImmutableCAAResult |
ImmutableCAAResult.withValue(String value) |
Copy the current immutable object by setting a present value for the optional value attribute.
|
ImmutableCAAResult |
ImmutableCAAResult.withValue(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the value attribute.
|