Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIProductInfoDTO.StateEnum
-
Packages that use APIProductInfoDTO.StateEnum Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of APIProductInfoDTO.StateEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIProductInfoDTO.StateEnum Modifier and Type Method Description static APIProductInfoDTO.StateEnumAPIProductInfoDTO.StateEnum. fromValue(String value)APIProductInfoDTO.StateEnumAPIProductInfoDTO. getState()State of the API product.APIProductInfoDTO.StateEnumAPIProductInfoDTO.StateEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static APIProductInfoDTO.StateEnumAPIProductInfoDTO.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static APIProductInfoDTO.StateEnum[]APIProductInfoDTO.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 APIProductInfoDTO.StateEnum Modifier and Type Method Description voidAPIProductInfoDTO. setState(APIProductInfoDTO.StateEnum state)APIProductInfoDTOAPIProductInfoDTO. state(APIProductInfoDTO.StateEnum state)voidAPIProductInfoDTO.StateEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, APIProductInfoDTO.StateEnum enumeration)
-