Package com.contentstack.sdk.utility
Class CSAppConstants
- java.lang.Object
-
- com.contentstack.sdk.utility.CSAppConstants
-
public class CSAppConstants 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CSAppConstants.callController
static class
CSAppConstants.RequestMethod
-
Field Summary
Fields Modifier and Type Field Description static String
ErrorMessage_CalledDefaultMethod
static String
ErrorMessage_Default
static String
ErrorMessage_FormName
static String
ErrorMessage_JsonNotProper
static String
ErrorMessage_NoNetwork
static String
ErrorMessage_QueryFilterException
static String
ErrorMessage_Stack_AccessToken_IsNull
static String
ErrorMessage_Stack_Environment_IsNull
static String
ErrorMessage_StackApiKeyIsNull
static String
ErrorMessage_VolleyAuthFailureError
static String
ErrorMessage_VolleyNoConnectionError
static String
ErrorMessage_VolleyParseError
static String
ErrorMessage_VolleyServerError
static String
SDK_VERSION
-
Constructor Summary
Constructors Constructor Description CSAppConstants()
-
-
-
Field Detail
-
SDK_VERSION
public static final String SDK_VERSION
- See Also:
- Constant Field Values
-
ErrorMessage_JsonNotProper
public static final String ErrorMessage_JsonNotProper
- See Also:
- Constant Field Values
-
ErrorMessage_StackApiKeyIsNull
public static final String ErrorMessage_StackApiKeyIsNull
- See Also:
- Constant Field Values
-
ErrorMessage_FormName
public static final String ErrorMessage_FormName
- See Also:
- Constant Field Values
-
ErrorMessage_Stack_AccessToken_IsNull
public static final String ErrorMessage_Stack_AccessToken_IsNull
- See Also:
- Constant Field Values
-
ErrorMessage_Stack_Environment_IsNull
public static final String ErrorMessage_Stack_Environment_IsNull
- See Also:
- Constant Field Values
-
ErrorMessage_VolleyNoConnectionError
public static final String ErrorMessage_VolleyNoConnectionError
- See Also:
- Constant Field Values
-
ErrorMessage_VolleyAuthFailureError
public static final String ErrorMessage_VolleyAuthFailureError
- See Also:
- Constant Field Values
-
ErrorMessage_VolleyParseError
public static final String ErrorMessage_VolleyParseError
- See Also:
- Constant Field Values
-
ErrorMessage_VolleyServerError
public static final String ErrorMessage_VolleyServerError
- See Also:
- Constant Field Values
-
ErrorMessage_Default
public static final String ErrorMessage_Default
- See Also:
- Constant Field Values
-
ErrorMessage_NoNetwork
public static final String ErrorMessage_NoNetwork
- See Also:
- Constant Field Values
-
ErrorMessage_CalledDefaultMethod
public static final String ErrorMessage_CalledDefaultMethod
- See Also:
- Constant Field Values
-
ErrorMessage_QueryFilterException
public static final String ErrorMessage_QueryFilterException
- See Also:
- Constant Field Values
-
-