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 TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<ParamHTTP,HTTPQueryType> ParamHTTP.PropInfo.QUERY_TYPESprotected 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.ParamHTTP.Modifier.getQueryTypes()Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type HTTPQueryTypeModifier and TypeMethodDescriptionParamHTTP.Builder.addQueryTypes(HTTPQueryType... queryTypes) Adds the given items to the value of "queryTypes"ParamHTTP.Builder.withQueryTypes(HTTPQueryType... queryTypes) Sets the new value of "queryTypes" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type HTTPQueryTypeModifier and TypeMethodDescriptionParamHTTP.Builder.addQueryTypes(Iterable<? extends HTTPQueryType> queryTypes) Adds the given items to the value of "queryTypes"ParamHTTP.Builder.withQueryTypes(Iterable<? extends HTTPQueryType> queryTypes) Sets the new value of "queryTypes" (any previous value will be replaced)