| Package | Description |
|---|---|
| com.orbitz.consul.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableEventResponse |
ImmutableEventResponse.Builder.build()
Builds a new
ImmutableEventResponse. |
static ImmutableEventResponse |
ImmutableEventResponse.copyOf(EventResponse instance)
Creates an immutable copy of a
EventResponse value. |
static ImmutableEventResponse |
ImmutableEventResponse.of(Iterable<? extends Event> events,
BigInteger index)
Construct a new immutable
EventResponse instance. |
static ImmutableEventResponse |
ImmutableEventResponse.of(List<Event> events,
BigInteger index)
Construct a new immutable
EventResponse instance. |
ImmutableEventResponse |
ImmutableEventResponse.withEvents(Event... elements)
Copy the current immutable object with elements that replace the content of
events. |
ImmutableEventResponse |
ImmutableEventResponse.withEvents(Iterable<? extends Event> elements)
Copy the current immutable object with elements that replace the content of
events. |
ImmutableEventResponse |
ImmutableEventResponse.withIndex(BigInteger value)
Copy the current immutable object by setting a value for the
index attribute. |
Copyright © 2018. All rights reserved.