Uses of Class
io.resys.thena.api.envelope.ImmutableQueryEnvelope
Packages that use ImmutableQueryEnvelope
-
Uses of ImmutableQueryEnvelope in io.resys.thena.api.envelope
Methods in io.resys.thena.api.envelope that return ImmutableQueryEnvelopeModifier and TypeMethodDescriptionImmutableQueryEnvelope.Builder.build()Builds a newImmutableQueryEnvelope.static <T extends ThenaContainer>
ImmutableQueryEnvelope<T> ImmutableQueryEnvelope.copyOf(QueryEnvelope<T> instance) Creates an immutable copy of aQueryEnvelopevalue.final ImmutableQueryEnvelope<T> ImmutableQueryEnvelope.withMessages(Message... elements) Copy the current immutable object with elements that replace the content ofmessages.final ImmutableQueryEnvelope<T> ImmutableQueryEnvelope.withMessages(Iterable<? extends Message> elements) Copy the current immutable object with elements that replace the content ofmessages.final ImmutableQueryEnvelope<T> ImmutableQueryEnvelope.withObjects(T value) Copy the current immutable object by setting a value for theobjectsattribute.final ImmutableQueryEnvelope<T> Copy the current immutable object by setting a value for therepoattribute.final ImmutableQueryEnvelope<T> ImmutableQueryEnvelope.withStatus(QueryEnvelope.QueryEnvelopeStatus value) Copy the current immutable object by setting a value for thestatusattribute.