public class Constants extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Constants.REQUEST_CONTROLLER
The enum Request controller.
|
| Modifier and Type | Field and Description |
|---|---|
protected static String |
APPLICATION_JSON |
protected static String |
CLIENT_USER_AGENT |
protected static String |
CONTENT_TYPE |
static String |
CONTENT_TYPE_NAME |
protected static String |
CONTENT_TYPE_UID |
protected static String |
ENVIRONMENT |
protected static String |
ERROR_CODE |
protected static String |
ERROR_MESSAGE |
protected static String |
ERRORS |
protected static String |
EXCEPT |
protected static String |
EXISTS |
static String |
FETCHALLASSETS |
static String |
FETCHASSETS |
static String |
FETCHCONTENTTYPES |
static String |
FETCHENTRY |
static String |
FETCHSYNC |
static String |
HEADER_IS_MISSING_TO_PROCESS_THE_DATA |
static String |
JSON_NOT_PROPER |
protected static String |
LIMIT |
protected static String |
OPTIONS |
protected static String |
QUERY |
static String |
QUERY_EXCEPTION |
static String |
QUERYOBJECT |
protected static String |
REGEX |
protected static String |
SDK_VERSION |
static String |
SINGLEQUERYOBJECT |
protected static String |
SYNCHRONISATION |
protected static String |
X_USER_AGENT |
| Modifier | Constructor and Description |
|---|---|
protected |
Constants() |
| Modifier and Type | Method and Description |
|---|---|
static Calendar |
parseDate(String date,
String dateFormat,
TimeZone timeZone)
Parse date calendar.
|
static Calendar |
parseDate(String date,
TimeZone timeZone)
Parse date calendar.
|
protected static String |
userAgent() |
protected static final String SDK_VERSION
protected static final String ENVIRONMENT
protected static final String CONTENT_TYPE_UID
protected static final String SYNCHRONISATION
protected static final String ERROR_CODE
protected static final String ERROR_MESSAGE
protected static final String ERRORS
protected static final String X_USER_AGENT
protected static final String CONTENT_TYPE
protected static final String APPLICATION_JSON
protected static final String CLIENT_USER_AGENT
protected static final String QUERY
protected static final String EXCEPT
protected static final String EXISTS
protected static final String REGEX
protected static final String LIMIT
protected static final String OPTIONS
public static final String QUERYOBJECT
public static final String SINGLEQUERYOBJECT
public static final String FETCHENTRY
public static final String FETCHALLASSETS
public static final String FETCHASSETS
public static final String FETCHSYNC
public static final String FETCHCONTENTTYPES
public static final String JSON_NOT_PROPER
public static final String CONTENT_TYPE_NAME
public static final String HEADER_IS_MISSING_TO_PROCESS_THE_DATA
public static final String QUERY_EXCEPTION
public static Calendar parseDate(String date, TimeZone timeZone)
date - the datetimeZone - the time zonepublic static Calendar parseDate(String date, String dateFormat, TimeZone timeZone) throws ParseException
date - the datedateFormat - the date formattimeZone - the time zoneParseException - the parse exceptionprotected static String userAgent()
Copyright © 2021 Contentstack.. All rights reserved.