Uses of Enum
org.wso2.am.integration.clients.publisher.api.v1.dto.APIDTO.EndpointImplementationTypeEnum
Packages that use APIDTO.EndpointImplementationTypeEnum
-
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.EndpointImplementationTypeEnumModifier and TypeMethodDescriptionAPIDTO.getEndpointImplementationType()Get endpointImplementationTypeAPIDTO.EndpointImplementationTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.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.EndpointImplementationTypeEnumModifier and TypeMethodDescriptionAPIDTO.endpointImplementationType(APIDTO.EndpointImplementationTypeEnum endpointImplementationType) voidAPIDTO.setEndpointImplementationType(APIDTO.EndpointImplementationTypeEnum endpointImplementationType) voidAPIDTO.EndpointImplementationTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, APIDTO.EndpointImplementationTypeEnum enumeration)