Uses of Interface
io.resys.thena.api.envelope.QueryEnvelopeList
Packages that use QueryEnvelopeList
-
Uses of QueryEnvelopeList in io.resys.thena.api.envelope
Classes in io.resys.thena.api.envelope that implement QueryEnvelopeListModifier and TypeClassDescriptionfinal classImmutableQueryEnvelopeList<T extends ThenaContainer>Immutable implementation ofQueryEnvelopeList.Methods in io.resys.thena.api.envelope that return QueryEnvelopeListModifier and TypeMethodDescriptiondefault QueryEnvelopeList<T> QueryEnvelope.toList()default <X extends ThenaContainer>
QueryEnvelopeList<X> QueryEnvelope.toListOfType()Methods in io.resys.thena.api.envelope with parameters of type QueryEnvelopeListModifier and TypeMethodDescriptionstatic <T extends ThenaContainer>
ImmutableQueryEnvelopeList<T> ImmutableQueryEnvelopeList.copyOf(QueryEnvelopeList<T> instance) Creates an immutable copy of aQueryEnvelopeListvalue.ImmutableQueryEnvelopeList.Builder.from(QueryEnvelopeList<T> instance) Fill a builder with attribute values from the providedQueryEnvelopeListinstance.