Uses of Class
org.javastro.ivoa.entities.resource.tap.DataLimits.Builder
Packages that use DataLimits.Builder
-
Uses of DataLimits.Builder in org.javastro.ivoa.entities.resource.tap
Methods in org.javastro.ivoa.entities.resource.tap that return DataLimits.BuilderModifier and TypeMethodDescriptionstatic DataLimits.Builder<Void>DataLimits.builder()static DataLimits.Builder<Void>DataLimits.copyExcept(DataLimits _other, com.kscs.util.jaxb.PropertyTree _propertyTree) DataLimits.Builder.copyOf(DataLimits _other) DataLimits.Builder.copyOf(DataLimits.Builder _other) static <_B> DataLimits.Builder<_B>DataLimits.copyOf(DataLimits _other) static <_B> DataLimits.Builder<_B>DataLimits.copyOf(DataLimits _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static DataLimits.Builder<Void>DataLimits.copyOnly(DataLimits _other, com.kscs.util.jaxb.PropertyTree _propertyTree) DataLimits.newCopyBuilder()<_B> DataLimits.Builder<_B>DataLimits.newCopyBuilder(_B _parentBuilder) <_B> DataLimits.Builder<_B>DataLimits.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) DataLimits.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) DataLimits.Builder.withDefault(DataLimit _default) Sets the new value of "_default" (any previous value will be replaced)Sets the new value of "hard" (any previous value will be replaced)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.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 that return types with arguments of type DataLimits.BuilderModifier and TypeMethodDescriptionDataLimit.Builder<? extends DataLimits.Builder<_B>>DataLimits.Builder.withDefault()Returns the existing builder or a new builder to build the value of the "_default" property.DataLimit.Builder<? extends DataLimits.Builder<_B>>DataLimits.Builder.withHard()Returns the existing builder or a new builder to build the value of the "hard" property.Methods in org.javastro.ivoa.entities.resource.tap with parameters of type DataLimits.BuilderModifier and TypeMethodDescriptionDataLimits.Builder.copyOf(DataLimits.Builder _other) <_B> voidDataLimits.copyTo(DataLimits.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidDataLimits.copyTo(DataLimits.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.