Package com.podio.filter
Class RelativePodioDate
- java.lang.Object
-
- com.podio.filter.RelativePodioDate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRelativePodioDate.Unit
-
Constructor Summary
Constructors Constructor Description RelativePodioDate(int offset, RelativePodioDate.Unit unit, boolean round)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOffset()RelativePodioDate.UnitgetUnit()booleanisRound()Stringserialize()
-
-
-
Constructor Detail
-
RelativePodioDate
public RelativePodioDate(int offset, RelativePodioDate.Unit unit, boolean round)
-
-
Method Detail
-
getOffset
public int getOffset()
-
getUnit
public RelativePodioDate.Unit getUnit()
-
isRound
public boolean isRound()
-
-