Uses of Class
org.javastro.ivoa.entities.resource.cone.ConeSearch.Builder
Packages that use ConeSearch.Builder
-
Uses of ConeSearch.Builder in org.javastro.ivoa.entities.resource.cone
Methods in org.javastro.ivoa.entities.resource.cone that return ConeSearch.BuilderModifier and TypeMethodDescriptionConeSearch.Builder.addInterfaces(Iterable<? extends ServiceInterface> interfaces) Adds the given items to the value of "interfaces"ConeSearch.Builder.addInterfaces(ServiceInterface... interfaces) Adds the given items to the value of "interfaces"ConeSearch.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"ConeSearch.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static ConeSearch.Builder<Void>ConeSearch.builder()static ConeSearch.Builder<Void>ConeSearch.copyExcept(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ConeSearch.Builder<Void>ConeSearch.copyExcept(ConeSearch _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ConeSearch.Builder<Void>ConeSearch.copyExcept(CSCapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ConeSearch.Builder.copyOf(ConeSearch _other) ConeSearch.Builder.copyOf(ConeSearch.Builder _other) static <_B> ConeSearch.Builder<_B>ConeSearch.copyOf(Capability _other) static <_B> ConeSearch.Builder<_B>ConeSearch.copyOf(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> ConeSearch.Builder<_B>ConeSearch.copyOf(ConeSearch _other) static <_B> ConeSearch.Builder<_B>ConeSearch.copyOf(ConeSearch _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> ConeSearch.Builder<_B>ConeSearch.copyOf(CSCapRestriction _other) static <_B> ConeSearch.Builder<_B>ConeSearch.copyOf(CSCapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ConeSearch.Builder<Void>ConeSearch.copyOnly(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ConeSearch.Builder<Void>ConeSearch.copyOnly(ConeSearch _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ConeSearch.Builder<Void>ConeSearch.copyOnly(CSCapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ConeSearch.newCopyBuilder()<_B> ConeSearch.Builder<_B>ConeSearch.newCopyBuilder(_B _parentBuilder) <_B> ConeSearch.Builder<_B>ConeSearch.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ConeSearch.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ConeSearch.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)ConeSearch.Builder.withInterfaces(Iterable<? extends ServiceInterface> interfaces) Sets the new value of "interfaces" (any previous value will be replaced)ConeSearch.Builder.withInterfaces(ServiceInterface... interfaces) Sets the new value of "interfaces" (any previous value will be replaced)ConeSearch.Builder.withMaxRecords(int maxRecords) Sets the new value of "maxRecords" (any previous value will be replaced)ConeSearch.Builder.withMaxSR(float maxSR) Sets the new value of "maxSR" (any previous value will be replaced)ConeSearch.Builder.withStandardID(String standardID) Sets the new value of "standardID" (any previous value will be replaced)ConeSearch.Builder.withTestQuery(Query testQuery) Sets the new value of "testQuery" (any previous value will be replaced)ConeSearch.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)ConeSearch.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)ConeSearch.Builder.withVerbosity(boolean verbosity) Sets the new value of "verbosity" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.cone that return types with arguments of type ConeSearch.BuilderModifier and TypeMethodDescriptionQuery.Builder<? extends ConeSearch.Builder<_B>>ConeSearch.Builder.withTestQuery()Returns the existing builder or a new builder to build the value of the "testQuery" property.Methods in org.javastro.ivoa.entities.resource.cone with parameters of type ConeSearch.BuilderModifier and TypeMethodDescriptionConeSearch.Builder.copyOf(ConeSearch.Builder _other) <_B> voidConeSearch.copyTo(ConeSearch.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidConeSearch.copyTo(ConeSearch.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.