Package cn.boboweike.carrot.storage
Class StorageProviderUtils.RecurringTasks
- java.lang.Object
-
- cn.boboweike.carrot.storage.StorageProviderUtils.RecurringTasks
-
- Enclosing class:
- StorageProviderUtils
public static class StorageProviderUtils.RecurringTasks extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIELD_IDstatic StringFIELD_TASK_AS_JSONstatic StringFIELD_VERSIONstatic StringNAME
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
FIELD_ID
public static final String FIELD_ID
- See Also:
- Constant Field Values
-
FIELD_VERSION
public static final String FIELD_VERSION
- See Also:
- Constant Field Values
-
FIELD_TASK_AS_JSON
public static final String FIELD_TASK_AS_JSON
- See Also:
- Constant Field Values
-
-