Uses of Class
org.javastro.ivoa.entities.resource.tap.TableAccess.Builder
Packages that use TableAccess.Builder
-
Uses of TableAccess.Builder in org.javastro.ivoa.entities.resource.tap
Methods in org.javastro.ivoa.entities.resource.tap that return TableAccess.BuilderModifier and TypeMethodDescriptionTableAccess.Builder.addDataModels(Iterable<? extends DataModelType> dataModels) Adds the given items to the value of "dataModels"TableAccess.Builder.addDataModels(DataModelType... dataModels) Adds the given items to the value of "dataModels"TableAccess.Builder.addInterfaces(Iterable<? extends ServiceInterface> interfaces) Adds the given items to the value of "interfaces"TableAccess.Builder.addInterfaces(ServiceInterface... interfaces) Adds the given items to the value of "interfaces"TableAccess.Builder.addLanguages(Iterable<? extends Language> languages) Adds the given items to the value of "languages"TableAccess.Builder.addLanguages(Language... languages) Adds the given items to the value of "languages"TableAccess.Builder.addOutputFormats(Iterable<? extends OutputFormat> outputFormats) Adds the given items to the value of "outputFormats"TableAccess.Builder.addOutputFormats(OutputFormat... outputFormats) Adds the given items to the value of "outputFormats"TableAccess.Builder.addUploadMethods(Iterable<? extends UploadMethod> uploadMethods) Adds the given items to the value of "uploadMethods"TableAccess.Builder.addUploadMethods(UploadMethod... uploadMethods) Adds the given items to the value of "uploadMethods"TableAccess.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"TableAccess.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static TableAccess.Builder<Void>TableAccess.builder()static TableAccess.Builder<Void>TableAccess.copyExcept(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static TableAccess.Builder<Void>TableAccess.copyExcept(TableAccess _other, com.kscs.util.jaxb.PropertyTree _propertyTree) TableAccess.Builder.copyOf(TableAccess _other) TableAccess.Builder.copyOf(TableAccess.Builder _other) static <_B> TableAccess.Builder<_B>TableAccess.copyOf(Capability _other) static <_B> TableAccess.Builder<_B>TableAccess.copyOf(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> TableAccess.Builder<_B>TableAccess.copyOf(TableAccess _other) static <_B> TableAccess.Builder<_B>TableAccess.copyOf(TableAccess _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static TableAccess.Builder<Void>TableAccess.copyOnly(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static TableAccess.Builder<Void>TableAccess.copyOnly(TableAccess _other, com.kscs.util.jaxb.PropertyTree _propertyTree) TableAccess.newCopyBuilder()<_B> TableAccess.Builder<_B>TableAccess.newCopyBuilder(_B _parentBuilder) <_B> TableAccess.Builder<_B>TableAccess.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TableAccess.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) TableAccess.Builder.withDataModels(Iterable<? extends DataModelType> dataModels) Sets the new value of "dataModels" (any previous value will be replaced)TableAccess.Builder.withDataModels(DataModelType... dataModels) Sets the new value of "dataModels" (any previous value will be replaced)TableAccess.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)TableAccess.Builder.withExecutionDuration(TimeLimits executionDuration) Sets the new value of "executionDuration" (any previous value will be replaced)TableAccess.Builder.withInterfaces(Iterable<? extends ServiceInterface> interfaces) Sets the new value of "interfaces" (any previous value will be replaced)TableAccess.Builder.withInterfaces(ServiceInterface... interfaces) Sets the new value of "interfaces" (any previous value will be replaced)TableAccess.Builder.withLanguages(Iterable<? extends Language> languages) Sets the new value of "languages" (any previous value will be replaced)TableAccess.Builder.withLanguages(Language... languages) Sets the new value of "languages" (any previous value will be replaced)TableAccess.Builder.withOutputFormats(Iterable<? extends OutputFormat> outputFormats) Sets the new value of "outputFormats" (any previous value will be replaced)TableAccess.Builder.withOutputFormats(OutputFormat... outputFormats) Sets the new value of "outputFormats" (any previous value will be replaced)TableAccess.Builder.withOutputLimit(DataLimits outputLimit) Sets the new value of "outputLimit" (any previous value will be replaced)TableAccess.Builder.withRetentionPeriod(TimeLimits retentionPeriod) Sets the new value of "retentionPeriod" (any previous value will be replaced)TableAccess.Builder.withStandardID(String standardID) Sets the new value of "standardID" (any previous value will be replaced)TableAccess.Builder.withUploadLimit(DataLimits uploadLimit) Sets the new value of "uploadLimit" (any previous value will be replaced)TableAccess.Builder.withUploadMethods(Iterable<? extends UploadMethod> uploadMethods) Sets the new value of "uploadMethods" (any previous value will be replaced)TableAccess.Builder.withUploadMethods(UploadMethod... uploadMethods) Sets the new value of "uploadMethods" (any previous value will be replaced)TableAccess.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)TableAccess.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.tap that return types with arguments of type TableAccess.BuilderModifier and TypeMethodDescriptionDataModelType.Builder<? extends TableAccess.Builder<_B>>TableAccess.Builder.addDataModels()Returns a new builder to build an additional value of the "DataModels" property.Language.Builder<? extends TableAccess.Builder<_B>>TableAccess.Builder.addLanguages()Returns a new builder to build an additional value of the "Languages" property.OutputFormat.Builder<? extends TableAccess.Builder<_B>>TableAccess.Builder.addOutputFormats()Returns a new builder to build an additional value of the "OutputFormats" property.UploadMethod.Builder<? extends TableAccess.Builder<_B>>TableAccess.Builder.addUploadMethods()Returns a new builder to build an additional value of the "UploadMethods" property.TimeLimits.Builder<? extends TableAccess.Builder<_B>>TableAccess.Builder.withExecutionDuration()Returns the existing builder or a new builder to build the value of the "executionDuration" property.DataLimits.Builder<? extends TableAccess.Builder<_B>>TableAccess.Builder.withOutputLimit()Returns the existing builder or a new builder to build the value of the "outputLimit" property.TimeLimits.Builder<? extends TableAccess.Builder<_B>>TableAccess.Builder.withRetentionPeriod()Returns the existing builder or a new builder to build the value of the "retentionPeriod" property.DataLimits.Builder<? extends TableAccess.Builder<_B>>TableAccess.Builder.withUploadLimit()Returns the existing builder or a new builder to build the value of the "uploadLimit" property.Methods in org.javastro.ivoa.entities.resource.tap with parameters of type TableAccess.BuilderModifier and TypeMethodDescriptionTableAccess.Builder.copyOf(TableAccess.Builder _other) <_B> voidTableAccess.copyTo(TableAccess.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidTableAccess.copyTo(TableAccess.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.