Uses of Class
io.resys.thena.api.envelope.ImmutableQueryEnvelopePage
Packages that use ImmutableQueryEnvelopePage
-
Uses of ImmutableQueryEnvelopePage in io.resys.thena.api.envelope
Methods in io.resys.thena.api.envelope that return ImmutableQueryEnvelopePageModifier and TypeMethodDescriptionImmutableQueryEnvelopePage.Builder.build()Builds a newImmutableQueryEnvelopePage.static <T extends ThenaContainer>
ImmutableQueryEnvelopePage<T> ImmutableQueryEnvelopePage.copyOf(QueryEnvelopePage<T> instance) Creates an immutable copy of aQueryEnvelopePagevalue.final ImmutableQueryEnvelopePage<T> ImmutableQueryEnvelopePage.withCurrentPageNumber(Integer value) Copy the current immutable object by setting a value for thecurrentPageNumberattribute.final ImmutableQueryEnvelopePage<T> ImmutableQueryEnvelopePage.withCurrentPageObjects(Iterable<? extends T> elements) Copy the current immutable object with elements that replace the content ofcurrentPageObjects.final ImmutableQueryEnvelopePage<T> ImmutableQueryEnvelopePage.withCurrentPageObjects(T... elements) Copy the current immutable object with elements that replace the content ofcurrentPageObjects.final ImmutableQueryEnvelopePage<T> ImmutableQueryEnvelopePage.withMessages(Message... elements) Copy the current immutable object with elements that replace the content ofmessages.final ImmutableQueryEnvelopePage<T> ImmutableQueryEnvelopePage.withMessages(Iterable<? extends Message> elements) Copy the current immutable object with elements that replace the content ofmessages.final ImmutableQueryEnvelopePage<T> Copy the current immutable object by setting a value for therepoattribute.final ImmutableQueryEnvelopePage<T> ImmutableQueryEnvelopePage.withStatus(QueryEnvelope.QueryEnvelopeStatus value) Copy the current immutable object by setting a value for thestatusattribute.final ImmutableQueryEnvelopePage<T> ImmutableQueryEnvelopePage.withTotalObjectsOnPages(Long value) Copy the current immutable object by setting a value for thetotalObjectsOnPagesattribute.final ImmutableQueryEnvelopePage<T> ImmutableQueryEnvelopePage.withTotalPages(Integer value) Copy the current immutable object by setting a value for thetotalPagesattribute.