Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIDTO.TypeEnum
-
Packages that use APIDTO.TypeEnum Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of APIDTO.TypeEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIDTO.TypeEnum Modifier and Type Method Description static APIDTO.TypeEnumAPIDTO.TypeEnum. fromValue(String value)APIDTO.TypeEnumAPIDTO. getType()The api creation type to be used.APIDTO.TypeEnumAPIDTO.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static APIDTO.TypeEnumAPIDTO.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static APIDTO.TypeEnum[]APIDTO.TypeEnum. 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 APIDTO.TypeEnum Modifier and Type Method Description voidAPIDTO. setType(APIDTO.TypeEnum type)APIDTOAPIDTO. type(APIDTO.TypeEnum type)voidAPIDTO.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, APIDTO.TypeEnum enumeration)
-