Uses of Class
org.javastro.ivoa.entities.uws.Parameter.Builder
Packages that use Parameter.Builder
-
Uses of Parameter.Builder in org.javastro.ivoa.entities.uws
Methods in org.javastro.ivoa.entities.uws that return Parameter.BuilderModifier and TypeMethodDescriptionParameter.Builder<? extends Parameters.Builder<_B>>Parameters.Builder.addParameters()Returns a new builder to build an additional value of the "Parameters" property.static Parameter.Builder<Void>Parameter.builder()static Parameter.Builder<Void>Parameter.copyExcept(Parameter _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Parameter.Builder.copyOf(Parameter.Builder _other) static <_B> Parameter.Builder<_B>static <_B> Parameter.Builder<_B>Parameter.copyOf(Parameter _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Parameter.Builder<Void>Parameter.newCopyBuilder()<_B> Parameter.Builder<_B>Parameter.newCopyBuilder(_B _parentBuilder) <_B> Parameter.Builder<_B>Parameter.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Parameter.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Parameter.Builder.withByReference(Boolean byReference) Sets the new value of "byReference" (any previous value will be replaced)Parameter.Builder.withContent(String content) Sets the new value of "content" (any previous value will be replaced)Sets the new value of "id" (any previous value will be replaced)Parameter.Builder.withIsPost(Boolean isPost) Sets the new value of "isPost" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.uws with parameters of type Parameter.BuilderModifier and TypeMethodDescriptionParameter.Builder.copyOf(Parameter.Builder _other) <_B> voidParameter.copyTo(Parameter.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidParameter.copyTo(Parameter.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.