Package com.contentstack.sdk.utility
Class CSController
- java.lang.Object
-
- com.contentstack.sdk.utility.CSController
-
public class CSController extends Object
MIT License Copyright (c) 2012 - 2019 Contentstack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
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
-
-