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