Uses of Class
org.apache.unomi.api.PartialList.Relation
-
Packages that use PartialList.Relation Package Description org.apache.unomi.api -
-
Uses of PartialList.Relation in org.apache.unomi.api
Methods in org.apache.unomi.api that return PartialList.Relation Modifier and Type Method Description PartialList.Relation
PartialList. 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
PartialList.Relation. valueOf(String name)
Returns the enum constant of this type with the specified name.static PartialList.Relation[]
PartialList.Relation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.unomi.api with parameters of type PartialList.Relation Modifier and Type Method Description void
PartialList. setTotalSizeRelation(PartialList.Relation totalSizeRelation)
Constructors in org.apache.unomi.api with parameters of type PartialList.Relation Constructor Description PartialList(List<T> list, long offset, long pageSize, long totalSize, PartialList.Relation totalSizeRelation)
Instantiates a new PartialList.
-