Uses of Class
org.javastro.ivoa.entities.resource.dataservice.ParamHTTP.Builder
Packages that use ParamHTTP.Builder
-
Uses of ParamHTTP.Builder in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice that return ParamHTTP.BuilderModifier and TypeMethodDescriptionParamHTTP.Builder.addAccessURLs(Iterable<? extends AccessURL> accessURLs) Adds the given items to the value of "accessURLs"ParamHTTP.Builder.addAccessURLs(AccessURL... accessURLs) Adds the given items to the value of "accessURLs"ParamHTTP.Builder.addMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Adds the given items to the value of "mirrorURLs"ParamHTTP.Builder.addMirrorURLs(MirrorURL... mirrorURLs) Adds the given items to the value of "mirrorURLs"ParamHTTP.Builder.addParams(Iterable<? extends InputParam> params) Adds the given items to the value of "params"ParamHTTP.Builder.addParams(InputParam... params) Adds the given items to the value of "params"ParamHTTP.Builder.addQueryTypes(Iterable<? extends HTTPQueryType> queryTypes) Adds the given items to the value of "queryTypes"ParamHTTP.Builder.addQueryTypes(HTTPQueryType... queryTypes) Adds the given items to the value of "queryTypes"static ParamHTTP.Builder<Void>ParamHTTP.builder()static ParamHTTP.Builder<Void>ParamHTTP.copyExcept(ParamHTTP _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ParamHTTP.Builder<Void>ParamHTTP.copyExcept(ServiceInterface _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ParamHTTP.Builder.copyOf(ParamHTTP.Builder _other) static <_B> ParamHTTP.Builder<_B>static <_B> ParamHTTP.Builder<_B>ParamHTTP.copyOf(ParamHTTP _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> ParamHTTP.Builder<_B>ParamHTTP.copyOf(ServiceInterface _other) static <_B> ParamHTTP.Builder<_B>ParamHTTP.copyOf(ServiceInterface _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ParamHTTP.Builder<Void>static ParamHTTP.Builder<Void>ParamHTTP.copyOnly(ServiceInterface _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ParamHTTP.newCopyBuilder()<_B> ParamHTTP.Builder<_B>ParamHTTP.newCopyBuilder(_B _parentBuilder) <_B> ParamHTTP.Builder<_B>ParamHTTP.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ParamHTTP.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ParamHTTP.Builder.withAccessURLs(Iterable<? extends AccessURL> accessURLs) Sets the new value of "accessURLs" (any previous value will be replaced)ParamHTTP.Builder.withAccessURLs(AccessURL... accessURLs) Sets the new value of "accessURLs" (any previous value will be replaced)ParamHTTP.Builder.withMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced)ParamHTTP.Builder.withMirrorURLs(MirrorURL... mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced)ParamHTTP.Builder.withParams(Iterable<? extends InputParam> params) Sets the new value of "params" (any previous value will be replaced)ParamHTTP.Builder.withParams(InputParam... params) Sets the new value of "params" (any previous value will be replaced)ParamHTTP.Builder.withQueryTypes(Iterable<? extends HTTPQueryType> queryTypes) Sets the new value of "queryTypes" (any previous value will be replaced)ParamHTTP.Builder.withQueryTypes(HTTPQueryType... queryTypes) Sets the new value of "queryTypes" (any previous value will be replaced)ParamHTTP.Builder.withResultType(String resultType) Sets the new value of "resultType" (any previous value will be replaced)Sets the new value of "role" (any previous value will be replaced)ParamHTTP.Builder.withSecurityMethod(SecurityMethod securityMethod) Sets the new value of "securityMethod" (any previous value will be replaced)ParamHTTP.Builder.withTestQuery(String testQuery) Sets the new value of "testQuery" (any previous value will be replaced)ParamHTTP.Builder.withTestQueryString(String testQueryString) Sets the new value of "testQueryString" (any previous value will be replaced)ParamHTTP.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type ParamHTTP.BuilderModifier and TypeMethodDescriptionInputParam.Builder<? extends ParamHTTP.Builder<_B>>ParamHTTP.Builder.addParams()Returns a new builder to build an additional value of the "Params" property.SecurityMethod.Builder<? extends ParamHTTP.Builder<_B>>ParamHTTP.Builder.withSecurityMethod()Returns the existing builder or a new builder to build the value of the "securityMethod" property.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type ParamHTTP.BuilderModifier and TypeMethodDescriptionParamHTTP.Builder.copyOf(ParamHTTP.Builder _other) <_B> voidParamHTTP.copyTo(ParamHTTP.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidParamHTTP.copyTo(ParamHTTP.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.