Uses of Class
org.javastro.ivoa.entities.resource.registry.Harvest.Builder
Packages that use Harvest.Builder
-
Uses of Harvest.Builder in org.javastro.ivoa.entities.resource.registry
Methods in org.javastro.ivoa.entities.resource.registry that return Harvest.BuilderModifier and TypeMethodDescriptionHarvest.Builder.addInterfaces(Iterable<? extends ServiceInterface> interfaces) Adds the given items to the value of "interfaces"Harvest.Builder.addInterfaces(ServiceInterface... interfaces) Adds the given items to the value of "interfaces"Harvest.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"Harvest.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static Harvest.Builder<Void>Harvest.builder()static Harvest.Builder<Void>Harvest.copyExcept(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Harvest.Builder<Void>Harvest.copyExcept(Harvest _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Harvest.Builder<Void>Harvest.copyExcept(RegCapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Harvest.Builder.copyOf(Harvest.Builder _other) static <_B> Harvest.Builder<_B>Harvest.copyOf(Capability _other) static <_B> Harvest.Builder<_B>Harvest.copyOf(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Harvest.Builder<_B>static <_B> Harvest.Builder<_B>Harvest.copyOf(Harvest _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Harvest.Builder<_B>Harvest.copyOf(RegCapRestriction _other) static <_B> Harvest.Builder<_B>Harvest.copyOf(RegCapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Harvest.Builder<Void>Harvest.copyOnly(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Harvest.Builder<Void>static Harvest.Builder<Void>Harvest.copyOnly(RegCapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Harvest.newCopyBuilder()<_B> Harvest.Builder<_B>Harvest.newCopyBuilder(_B _parentBuilder) <_B> Harvest.Builder<_B>Harvest.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Harvest.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Harvest.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)Harvest.Builder.withInterfaces(Iterable<? extends ServiceInterface> interfaces) Sets the new value of "interfaces" (any previous value will be replaced)Harvest.Builder.withInterfaces(ServiceInterface... interfaces) Sets the new value of "interfaces" (any previous value will be replaced)Harvest.Builder.withMaxRecords(int maxRecords) Sets the new value of "maxRecords" (any previous value will be replaced)Harvest.Builder.withStandardID(String standardID) Sets the new value of "standardID" (any previous value will be replaced)Harvest.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Harvest.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.registry with parameters of type Harvest.BuilderModifier and TypeMethodDescriptionHarvest.Builder.copyOf(Harvest.Builder _other) <_B> voidHarvest.copyTo(Harvest.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidHarvest.copyTo(Harvest.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.