Package com.contentstack.sdk
Class Constants
- java.lang.Object
-
- com.contentstack.sdk.Constants
-
public class Constants extends Object
The type Constants for Internal Uses.- Since:
- 01-11-2017
- Version:
- 1.0.0
- Author:
- Shailesh Mishra
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Constants.REQUEST_CONTROLLER
The enum Request controller.
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT_TYPE_NAME
static String
FETCHALLASSETS
static String
FETCHASSETS
static String
FETCHCONTENTTYPES
static String
FETCHENTRY
static String
FETCHSYNC
static String
QUERY_EXCEPTION
static String
QUERYOBJECT
static String
SINGLEQUERYOBJECT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Calendar
parseDate(String date, TimeZone timeZone)
static Calendar
parseDateToTimeZone(String dateString, String zoneId)
-
-
-
Field Detail
-
QUERYOBJECT
public static final String QUERYOBJECT
- See Also:
- Constant Field Values
-
SINGLEQUERYOBJECT
public static final String SINGLEQUERYOBJECT
- See Also:
- Constant Field Values
-
FETCHENTRY
public static final String FETCHENTRY
- See Also:
- Constant Field Values
-
FETCHALLASSETS
public static final String FETCHALLASSETS
- See Also:
- Constant Field Values
-
FETCHASSETS
public static final String FETCHASSETS
- See Also:
- Constant Field Values
-
FETCHSYNC
public static final String FETCHSYNC
- See Also:
- Constant Field Values
-
FETCHCONTENTTYPES
public static final String FETCHCONTENTTYPES
- See Also:
- Constant Field Values
-
CONTENT_TYPE_NAME
public static final String CONTENT_TYPE_NAME
- See Also:
- Constant Field Values
-
QUERY_EXCEPTION
public static final String QUERY_EXCEPTION
- See Also:
- Constant Field Values
-
-