Uses of Class
org.wso2.am.integration.test.utils.bean.APILifeCycleState
-
Packages that use APILifeCycleState Package Description org.wso2.am.integration.test.utils.bean -
-
Uses of APILifeCycleState in org.wso2.am.integration.test.utils.bean
Methods in org.wso2.am.integration.test.utils.bean that return APILifeCycleState Modifier and Type Method Description static APILifeCycleStateAPILifeCycleState. valueOf(String name)Returns 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 APILifeCycleState Modifier and Type Method Description voidAPILifeCycleStateRequest. setState(APILifeCycleState status)Constructors in org.wso2.am.integration.test.utils.bean with parameters of type APILifeCycleState Constructor Description APILifeCycleStateRequest(String apiName, String provider, APILifeCycleState status)
-