Uses of Class
io.resys.thena.api.entities.ImmutablePageSortingOrder
Packages that use ImmutablePageSortingOrder
-
Uses of ImmutablePageSortingOrder in io.resys.thena.api.entities
Methods in io.resys.thena.api.entities that return ImmutablePageSortingOrderModifier and TypeMethodDescriptionImmutablePageSortingOrder.Builder.build()Builds a newImmutablePageSortingOrder.static <P> ImmutablePageSortingOrder<P> ImmutablePageSortingOrder.copyOf(PageQuery.PageSortingOrder<P> instance) Creates an immutable copy of aPageQuery.PageSortingOrdervalue.final ImmutablePageSortingOrder<P> ImmutablePageSortingOrder.withDirection(PageQuery.PageSortDirection value) Copy the current immutable object by setting a value for thedirectionattribute.final ImmutablePageSortingOrder<P> ImmutablePageSortingOrder.withProperty(P value) Copy the current immutable object by setting a value for thepropertyattribute.final ImmutablePageSortingOrder<P> ImmutablePageSortingOrder.withPropertyType(String value) Copy the current immutable object by setting a value for thepropertyTypeattribute.