Package org.wso2.carbon.rest.api.ui.util
Class RestAPIConstants
- java.lang.Object
-
- org.wso2.carbon.rest.api.ui.util.RestAPIConstants
-
public final class RestAPIConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
APIS_PER_PAGE
static String
DEFAULT_JSON_SWAGGER
static String
DEFAULT_PORT
static String
VERSION_TYPE_NONE
-
Constructor Summary
Constructors Constructor Description RestAPIConstants()
-
-
-
Field Detail
-
APIS_PER_PAGE
public static int APIS_PER_PAGE
-
VERSION_TYPE_NONE
public static final String VERSION_TYPE_NONE
- See Also:
- Constant Field Values
-
DEFAULT_PORT
public static final String DEFAULT_PORT
- See Also:
- Constant Field Values
-
DEFAULT_JSON_SWAGGER
public static String DEFAULT_JSON_SWAGGER
-
-