Class APIMIntegrationConstants.API_TIER
- java.lang.Object
-
- org.wso2.am.integration.test.utils.base.APIMIntegrationConstants.API_TIER
-
- Enclosing class:
- APIMIntegrationConstants
public static class APIMIntegrationConstants.API_TIER extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringASYNC_UNLIMITEDstatic StringASYNC_WH_UNLIMITEDstatic StringBRONZEstatic intBRONZE_LIMITstatic StringGOLDstatic intGOLD_LIMITstatic StringSILVERstatic intSILVER_LIMITstatic StringUNLIMITED
-
Constructor Summary
Constructors Constructor Description API_TIER()
-
-
-
Field Detail
-
UNLIMITED
public static final String UNLIMITED
- See Also:
- Constant Field Values
-
GOLD
public static final String GOLD
- See Also:
- Constant Field Values
-
SILVER
public static final String SILVER
- See Also:
- Constant Field Values
-
BRONZE
public static final String BRONZE
- See Also:
- Constant Field Values
-
ASYNC_UNLIMITED
public static final String ASYNC_UNLIMITED
- See Also:
- Constant Field Values
-
ASYNC_WH_UNLIMITED
public static final String ASYNC_WH_UNLIMITED
- See Also:
- Constant Field Values
-
GOLD_LIMIT
public static final int GOLD_LIMIT
- See Also:
- Constant Field Values
-
SILVER_LIMIT
public static final int SILVER_LIMIT
- See Also:
- Constant Field Values
-
BRONZE_LIMIT
public static final int BRONZE_LIMIT
- See Also:
- Constant Field Values
-
-