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