Uses of Enum Class
io.resys.thena.api.entities.PageQuery.PageSortDirection
Packages that use PageQuery.PageSortDirection
-
Uses of PageQuery.PageSortDirection in io.resys.thena.api.entities
Methods in io.resys.thena.api.entities that return PageQuery.PageSortDirectionModifier and TypeMethodDescriptionImmutablePageSortingOrder.getDirection()PageQuery.PageSortingOrder.getDirection()static PageQuery.PageSortDirectionReturns the enum constant of this class with the specified name.static PageQuery.PageSortDirection[]PageQuery.PageSortDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.resys.thena.api.entities with parameters of type PageQuery.PageSortDirectionModifier and TypeMethodDescriptionImmutablePageSortingOrder.Builder.direction(PageQuery.PageSortDirection direction) Initializes the value for thedirectionattribute.final ImmutablePageSortingOrder<P> ImmutablePageSortingOrder.withDirection(PageQuery.PageSortDirection value) Copy the current immutable object by setting a value for thedirectionattribute.