Uses of Enum Class
org.javastro.ivoa.entities.resource.dataservice.HTTPQueryType
Packages that use HTTPQueryType
-
Uses of HTTPQueryType in org.javastro.ivoa.entities.resource.dataservice
Fields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type HTTPQueryTypeModifier and TypeFieldDescriptionprotected List<HTTPQueryType>ParamHTTP.queryTypesThe service may indicate support for both GET and POST by providing 2 queryType elements, one with GET and one with POST.Methods in org.javastro.ivoa.entities.resource.dataservice that return HTTPQueryTypeModifier and TypeMethodDescriptionstatic HTTPQueryTypestatic HTTPQueryTypeReturns the enum constant of this class with the specified name.static HTTPQueryType[]HTTPQueryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type HTTPQueryTypeModifier and TypeMethodDescriptionParamHTTP.getQueryTypes()The service may indicate support for both GET and POST by providing 2 queryType elements, one with GET and one with POST.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type HTTPQueryTypeMethod parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type HTTPQueryType