Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIProductDTO.StateEnum
-
Packages that use APIProductDTO.StateEnum Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of APIProductDTO.StateEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIProductDTO.StateEnum Modifier and Type Method Description static APIProductDTO.StateEnumAPIProductDTO.StateEnum. fromValue(String value)APIProductDTO.StateEnumAPIProductDTO. getState()State of the API product.APIProductDTO.StateEnumAPIProductDTO.StateEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static APIProductDTO.StateEnumAPIProductDTO.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static APIProductDTO.StateEnum[]APIProductDTO.StateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type APIProductDTO.StateEnum Modifier and Type Method Description voidAPIProductDTO. setState(APIProductDTO.StateEnum state)APIProductDTOAPIProductDTO. state(APIProductDTO.StateEnum state)voidAPIProductDTO.StateEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, APIProductDTO.StateEnum enumeration)
-