public interface APIConstants
Modifier and Type | Field and Description |
---|---|
static String |
API_VERSION |
static String |
AUTHENTICATE_USER_METHOD |
static int |
ERROR_CODE_GENERIC |
static int |
ERROR_CODE_MISSING_PARAMETER |
static int |
ERROR_CODE_SESSION_EXPIRED |
static String |
ERROR_FIELD_DETAILED_MESSAGE |
static String |
GET_LIST_METHOD |
static AtomicLong |
ID_GENERATOR |
static String |
JSON_RPC_VERSION |
static String |
PUBLISH_METHOD |
static String |
REQUEST_CHARSET |
static String |
UPDATE_METHOD |
static final String AUTHENTICATE_USER_METHOD
static final String GET_LIST_METHOD
static final String UPDATE_METHOD
static final String PUBLISH_METHOD
static final int ERROR_CODE_GENERIC
static final int ERROR_CODE_SESSION_EXPIRED
static final int ERROR_CODE_MISSING_PARAMETER
static final String JSON_RPC_VERSION
static final String API_VERSION
static final String REQUEST_CHARSET
static final AtomicLong ID_GENERATOR
static final String ERROR_FIELD_DETAILED_MESSAGE
Copyright © 2004-2014. All Rights Reserved.