Uses of Class
io.resys.thena.api.envelope.ImmutableQueryEnvelopeList.Builder
Packages that use ImmutableQueryEnvelopeList.Builder
-
Uses of ImmutableQueryEnvelopeList.Builder in io.resys.thena.api.envelope
Methods in io.resys.thena.api.envelope that return ImmutableQueryEnvelopeList.BuilderModifier and TypeMethodDescriptionImmutableQueryEnvelopeList.Builder.addAllMessages(Iterable<? extends Message> elements) Adds elements tomessageslist.ImmutableQueryEnvelopeList.Builder.addAllObjects(Iterable<? extends T> elements) Adds elements toobjectslist.ImmutableQueryEnvelopeList.Builder.addMessages(Message element) Adds one element tomessageslist.ImmutableQueryEnvelopeList.Builder.addMessages(Message... elements) Adds elements tomessageslist.ImmutableQueryEnvelopeList.Builder.addObjects(T element) Adds one element toobjectslist.ImmutableQueryEnvelopeList.Builder.addObjects(T... elements) Adds elements toobjectslist.static <T extends ThenaContainer>
ImmutableQueryEnvelopeList.Builder<T> ImmutableQueryEnvelopeList.builder()Creates a builder forImmutableQueryEnvelopeList.ImmutableQueryEnvelopeList.Builder.from(QueryEnvelopeList<T> instance) Fill a builder with attribute values from the providedQueryEnvelopeListinstance.Sets or replaces all elements formessageslist.Sets or replaces all elements forobjectslist.Initializes the value for therepoattribute.ImmutableQueryEnvelopeList.Builder.status(QueryEnvelope.QueryEnvelopeStatus status) Initializes the value for thestatusattribute.