Uses of Class
com.podio.filter.RelativePodioDate.Unit
-
Packages that use RelativePodioDate.Unit Package Description com.podio.filter -
-
Uses of RelativePodioDate.Unit in com.podio.filter
Methods in com.podio.filter that return RelativePodioDate.Unit Modifier and Type Method Description RelativePodioDate.UnitRelativePodioDate. getUnit()static RelativePodioDate.UnitRelativePodioDate.Unit. valueOf(String name)Returns the enum constant of this type with the specified name.static RelativePodioDate.Unit[]RelativePodioDate.Unit. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.podio.filter with parameters of type RelativePodioDate.Unit Constructor Description RelativePodioDate(int offset, RelativePodioDate.Unit unit, boolean round)
-