Uses of Enum Class
org.apache.unomi.api.PartialList.Relation
Packages that use PartialList.Relation
-
Uses of PartialList.Relation in org.apache.unomi.api
Methods in org.apache.unomi.api that return PartialList.RelationModifier and TypeMethodDescriptionPartialList.getTotalSizeRelation()
Retrieve the relation to the total site, wether it is equal to or greater than the value stored in the totalSize property.static PartialList.Relation
Returns the enum constant of this class with the specified name.static PartialList.Relation[]
PartialList.Relation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.unomi.api with parameters of type PartialList.RelationModifier and TypeMethodDescriptionvoid
PartialList.setTotalSizeRelation
(PartialList.Relation totalSizeRelation) Constructors in org.apache.unomi.api with parameters of type PartialList.RelationModifierConstructorDescriptionPartialList
(List<T> list, long offset, long pageSize, long totalSize, PartialList.Relation totalSizeRelation) Instantiates a new PartialList.