Uses of Class
org.javastro.ivoa.entities.resource.registry.iface.VOResources.Builder
Packages that use VOResources.Builder
-
Uses of VOResources.Builder in org.javastro.ivoa.entities.resource.registry.iface
Methods in org.javastro.ivoa.entities.resource.registry.iface that return VOResources.BuilderModifier and TypeMethodDescriptionVOResources.Builder.addIdentifiers(Iterable<? extends String> identifiers) Adds the given items to the value of "identifiers"VOResources.Builder.addIdentifiers(String... identifiers) Adds the given items to the value of "identifiers"VOResources.Builder.addResources(Iterable<? extends Resource> resources) Adds the given items to the value of "resources"VOResources.Builder.addResources(Resource... resources) Adds the given items to the value of "resources"static VOResources.Builder<Void>VOResources.builder()static VOResources.Builder<Void>VOResources.copyExcept(VOResources _other, com.kscs.util.jaxb.PropertyTree _propertyTree) VOResources.Builder.copyOf(VOResources _other) VOResources.Builder.copyOf(VOResources.Builder _other) static <_B> VOResources.Builder<_B>VOResources.copyOf(VOResources _other) static <_B> VOResources.Builder<_B>VOResources.copyOf(VOResources _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static VOResources.Builder<Void>VOResources.copyOnly(VOResources _other, com.kscs.util.jaxb.PropertyTree _propertyTree) VOResources.newCopyBuilder()<_B> VOResources.Builder<_B>VOResources.newCopyBuilder(_B _parentBuilder) <_B> VOResources.Builder<_B>VOResources.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) VOResources.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) VOResources.Builder.withFrom(BigInteger from) Sets the new value of "from" (any previous value will be replaced)VOResources.Builder.withIdentifiers(Iterable<? extends String> identifiers) Sets the new value of "identifiers" (any previous value will be replaced)VOResources.Builder.withIdentifiers(String... identifiers) Sets the new value of "identifiers" (any previous value will be replaced)VOResources.Builder.withMore(boolean more) Sets the new value of "more" (any previous value will be replaced)VOResources.Builder.withNumberReturned(BigInteger numberReturned) Sets the new value of "numberReturned" (any previous value will be replaced)VOResources.Builder.withResources(Iterable<? extends Resource> resources) Sets the new value of "resources" (any previous value will be replaced)VOResources.Builder.withResources(Resource... resources) Sets the new value of "resources" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.registry.iface that return types with arguments of type VOResources.BuilderModifier and TypeMethodDescriptionResource.Builder<? extends VOResources.Builder<_B>>VOResources.Builder.addResources()Returns a new builder to build an additional value of the "Resources" property.Methods in org.javastro.ivoa.entities.resource.registry.iface with parameters of type VOResources.BuilderModifier and TypeMethodDescriptionVOResources.Builder.copyOf(VOResources.Builder _other) <_B> voidVOResources.copyTo(VOResources.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidVOResources.copyTo(VOResources.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.