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