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 classConstants.REQUEST_CONTROLLERThe enum Request controller.
-
Field Summary
Fields Modifier and Type Field Description static StringCONTENT_TYPE_NAMEstatic StringFETCHALLASSETSstatic StringFETCHASSETSstatic StringFETCHCONTENTTYPESstatic StringFETCHENTRYstatic StringFETCHSYNCstatic StringQUERY_EXCEPTIONstatic StringQUERYOBJECTstatic StringSINGLEQUERYOBJECT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CalendarparseDate(@NotNull String date, TimeZone timeZone)static CalendarparseDateToTimeZone(@NotNull String dateString, @NotNull 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
-
-