Uses of Class
org.kiwiproject.consul.model.ImmutableEventResponse
Packages that use ImmutableEventResponse
-
Uses of ImmutableEventResponse in org.kiwiproject.consul.model
Methods in org.kiwiproject.consul.model that return ImmutableEventResponseModifier and TypeMethodDescriptionImmutableEventResponse.Builder.build()Builds a newImmutableEventResponse.static ImmutableEventResponseImmutableEventResponse.copyOf(EventResponse instance) Creates an immutable copy of aEventResponsevalue.static ImmutableEventResponseImmutableEventResponse.of(Iterable<? extends Event> events, BigInteger index) Construct a new immutableEventResponseinstance.static ImmutableEventResponseImmutableEventResponse.of(List<Event> events, BigInteger index) Construct a new immutableEventResponseinstance.final ImmutableEventResponseImmutableEventResponse.withEvents(Iterable<? extends Event> elements) Copy the current immutable object with elements that replace the content ofevents.final ImmutableEventResponseImmutableEventResponse.withEvents(Event... elements) Copy the current immutable object with elements that replace the content ofevents.final ImmutableEventResponseImmutableEventResponse.withIndex(BigInteger value) Copy the current immutable object by setting a value for theindexattribute.