Uses of Class
org.javastro.ivoa.entities.uws.Parameters.Builder
Packages that use Parameters.Builder
-
Uses of Parameters.Builder in org.javastro.ivoa.entities.uws
Methods in org.javastro.ivoa.entities.uws that return Parameters.BuilderModifier and TypeMethodDescriptionParameters.Builder.addParameters(Iterable<? extends Parameter> parameters) Adds the given items to the value of "parameters"Parameters.Builder.addParameters(Parameter... parameters) Adds the given items to the value of "parameters"static Parameters.Builder<Void>Parameters.builder()static Parameters.Builder<Void>Parameters.copyExcept(Parameters _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Parameters.Builder.copyOf(Parameters _other) Parameters.Builder.copyOf(Parameters.Builder _other) static <_B> Parameters.Builder<_B>Parameters.copyOf(Parameters _other) static <_B> Parameters.Builder<_B>Parameters.copyOf(Parameters _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Parameters.Builder<Void>Parameters.copyOnly(Parameters _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Parameters.newCopyBuilder()<_B> Parameters.Builder<_B>Parameters.newCopyBuilder(_B _parentBuilder) <_B> Parameters.Builder<_B>Parameters.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Parameters.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Parameters.Builder<? extends Job.Builder<_B>>Job.Builder.withParameters()Returns the existing builder or a new builder to build the value of the "parameters" property.Parameters.Builder.withParameters(Iterable<? extends Parameter> parameters) Sets the new value of "parameters" (any previous value will be replaced)Parameters.Builder.withParameters(Parameter... parameters) Sets the new value of "parameters" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.uws that return types with arguments of type Parameters.BuilderModifier and TypeMethodDescriptionParameter.Builder<? extends Parameters.Builder<_B>>Parameters.Builder.addParameters()Returns a new builder to build an additional value of the "Parameters" property.Methods in org.javastro.ivoa.entities.uws with parameters of type Parameters.BuilderModifier and TypeMethodDescriptionParameters.Builder.copyOf(Parameters.Builder _other) <_B> voidParameters.copyTo(Parameters.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidParameters.copyTo(Parameters.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.