Uses of Class
io.resys.thena.api.entities.ImmutablePageSorting
Packages that use ImmutablePageSorting
-
Uses of ImmutablePageSorting in io.resys.thena.api.entities
Methods in io.resys.thena.api.entities that return ImmutablePageSortingModifier and TypeMethodDescriptionImmutablePageSorting.Builder.build()Builds a newImmutablePageSorting.static <P> ImmutablePageSorting<P> ImmutablePageSorting.copyOf(PageQuery.PageSorting<P> instance) Creates an immutable copy of aPageQuery.PageSortingvalue.final ImmutablePageSorting<P> ImmutablePageSorting.withOrders(PageQuery.PageSortingOrder<P>... elements) Copy the current immutable object with elements that replace the content oforders.final ImmutablePageSorting<P> ImmutablePageSorting.withOrders(Iterable<? extends PageQuery.PageSortingOrder<P>> elements) Copy the current immutable object with elements that replace the content oforders.