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