Package com.contentstack.sdk.utility
Class CSController
- java.lang.Object
-
- com.contentstack.sdk.utility.CSController
-
public class CSController extends Object
Controllers.
-
-
Field Summary
Fields Modifier and Type Field Description static String
FETCHALLASSETS
static String
FETCHASSETS
static String
FETCHCONTENTTYPES
static String
FETCHENTRY
static String
FETCHSYNC
static String
QUERYOBJECT
static String
SINGLEQUERYOBJECT
-
Constructor Summary
Constructors Constructor Description CSController()
-
-
-
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
-
-