Uses of Class
org.javastro.ivoa.entities.resource.dataservice.InputParam.Builder
Packages that use InputParam.Builder
-
Uses of InputParam.Builder in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice that return InputParam.BuilderModifier and TypeMethodDescriptionInputParam.Builder<? extends ParamHTTP.Builder<_B>>ParamHTTP.Builder.addParams()Returns a new builder to build an additional value of the "Params" property.static InputParam.Builder<Void>InputParam.builder()static InputParam.Builder<Void>InputParam.copyExcept(BaseParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static InputParam.Builder<Void>InputParam.copyExcept(InputParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree) InputParam.Builder.copyOf(InputParam _other) InputParam.Builder.copyOf(InputParam.Builder _other) static <_B> InputParam.Builder<_B>static <_B> InputParam.Builder<_B>InputParam.copyOf(BaseParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> InputParam.Builder<_B>InputParam.copyOf(InputParam _other) static <_B> InputParam.Builder<_B>InputParam.copyOf(InputParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static InputParam.Builder<Void>static InputParam.Builder<Void>InputParam.copyOnly(InputParam _other, com.kscs.util.jaxb.PropertyTree _propertyTree) InputParam.newCopyBuilder()<_B> InputParam.Builder<_B>InputParam.newCopyBuilder(_B _parentBuilder) <_B> InputParam.Builder<_B>InputParam.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) InputParam.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) InputParam.Builder.withDataType(SimpleDataType dataType) Sets the new value of "dataType" (any previous value will be replaced)InputParam.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)Sets the new value of "std" (any previous value will be replaced)Sets the new value of "ucd" (any previous value will be replaced)Sets the new value of "unit" (any previous value will be replaced)Sets the new value of "use" (any previous value will be replaced)Sets the new value of "utype" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type InputParam.BuilderModifier and TypeMethodDescriptionSimpleDataType.Builder<? extends InputParam.Builder<_B>>InputParam.Builder.withDataType()Returns the existing builder or a new builder to build the value of the "dataType" property.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type InputParam.BuilderModifier and TypeMethodDescriptionInputParam.Builder.copyOf(InputParam.Builder _other) <_B> voidInputParam.copyTo(InputParam.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidInputParam.copyTo(InputParam.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.