Uses of Enum
org.wso2.am.integration.test.utils.bean.APILifeCycleState
Packages that use APILifeCycleState
-
Uses of APILifeCycleState in org.wso2.am.integration.test.utils.base
Methods in org.wso2.am.integration.test.utils.base with parameters of type APILifeCycleStateModifier and TypeMethodDescriptionbooleanAPIManagerLifecycleBaseTest.verifyAPIStatusChange(org.wso2.carbon.automation.test.utils.http.client.HttpResponse httpResponse, APILifeCycleState oldStatus, APILifeCycleState newStatus) verify the API status change. -
Uses of APILifeCycleState in org.wso2.am.integration.test.utils.bean
Methods in org.wso2.am.integration.test.utils.bean that return APILifeCycleStateModifier and TypeMethodDescriptionstatic APILifeCycleStateReturns the enum constant of this type with the specified name.static APILifeCycleState[]APILifeCycleState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.test.utils.bean with parameters of type APILifeCycleStateModifier and TypeMethodDescriptionvoidAPILifeCycleStateRequest.setState(APILifeCycleState status) Constructors in org.wso2.am.integration.test.utils.bean with parameters of type APILifeCycleStateModifierConstructorDescriptionAPILifeCycleStateRequest(String apiName, String provider, APILifeCycleState status)