Package com.c8db.internal
Class C8RequestParam
- java.lang.Object
-
- com.c8db.internal.C8RequestParam
-
public final class C8RequestParam extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATABASEstatic StringDEMO_TENANTstatic StringIF_MATCHstatic StringIF_NONE_MATCHstatic StringKEEP_NULLstatic StringSYSTEMstatic StringWAIT_FOR_SYNC
-
-
-
Field Detail
-
SYSTEM
public static final String SYSTEM
- See Also:
- Constant Field Values
-
DEMO_TENANT
public static final String DEMO_TENANT
- See Also:
- Constant Field Values
-
DATABASE
public static final String DATABASE
- See Also:
- Constant Field Values
-
WAIT_FOR_SYNC
public static final String WAIT_FOR_SYNC
- See Also:
- Constant Field Values
-
IF_NONE_MATCH
public static final String IF_NONE_MATCH
- See Also:
- Constant Field Values
-
IF_MATCH
public static final String IF_MATCH
- See Also:
- Constant Field Values
-
KEEP_NULL
public static final String KEEP_NULL
- See Also:
- Constant Field Values
-
-