Uses of Class
org.javastro.ivoa.entities.resource.WebBrowser.Builder
Packages that use WebBrowser.Builder
-
Uses of WebBrowser.Builder in org.javastro.ivoa.entities.resource
Methods in org.javastro.ivoa.entities.resource that return WebBrowser.BuilderModifier and TypeMethodDescriptionWebBrowser.Builder.addAccessURLs(Iterable<? extends AccessURL> accessURLs) Adds the given items to the value of "accessURLs"WebBrowser.Builder.addAccessURLs(AccessURL... accessURLs) Adds the given items to the value of "accessURLs"WebBrowser.Builder.addMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Adds the given items to the value of "mirrorURLs"WebBrowser.Builder.addMirrorURLs(MirrorURL... mirrorURLs) Adds the given items to the value of "mirrorURLs"static WebBrowser.Builder<Void>WebBrowser.builder()static WebBrowser.Builder<Void>WebBrowser.copyExcept(ServiceInterface _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static WebBrowser.Builder<Void>WebBrowser.copyExcept(WebBrowser _other, com.kscs.util.jaxb.PropertyTree _propertyTree) WebBrowser.Builder.copyOf(WebBrowser _other) WebBrowser.Builder.copyOf(WebBrowser.Builder _other) static <_B> WebBrowser.Builder<_B>WebBrowser.copyOf(ServiceInterface _other) static <_B> WebBrowser.Builder<_B>WebBrowser.copyOf(ServiceInterface _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> WebBrowser.Builder<_B>WebBrowser.copyOf(WebBrowser _other) static <_B> WebBrowser.Builder<_B>WebBrowser.copyOf(WebBrowser _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static WebBrowser.Builder<Void>WebBrowser.copyOnly(ServiceInterface _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static WebBrowser.Builder<Void>WebBrowser.copyOnly(WebBrowser _other, com.kscs.util.jaxb.PropertyTree _propertyTree) WebBrowser.newCopyBuilder()<_B> WebBrowser.Builder<_B>WebBrowser.newCopyBuilder(_B _parentBuilder) <_B> WebBrowser.Builder<_B>WebBrowser.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) WebBrowser.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) WebBrowser.Builder.withAccessURLs(Iterable<? extends AccessURL> accessURLs) Sets the new value of "accessURLs" (any previous value will be replaced)WebBrowser.Builder.withAccessURLs(AccessURL... accessURLs) Sets the new value of "accessURLs" (any previous value will be replaced)WebBrowser.Builder.withMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced)WebBrowser.Builder.withMirrorURLs(MirrorURL... mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced)Sets the new value of "role" (any previous value will be replaced)WebBrowser.Builder.withSecurityMethod(SecurityMethod securityMethod) Sets the new value of "securityMethod" (any previous value will be replaced)WebBrowser.Builder.withTestQueryString(String testQueryString) Sets the new value of "testQueryString" (any previous value will be replaced)WebBrowser.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource that return types with arguments of type WebBrowser.BuilderModifier and TypeMethodDescriptionSecurityMethod.Builder<? extends WebBrowser.Builder<_B>>WebBrowser.Builder.withSecurityMethod()Returns the existing builder or a new builder to build the value of the "securityMethod" property.Methods in org.javastro.ivoa.entities.resource with parameters of type WebBrowser.BuilderModifier and TypeMethodDescriptionWebBrowser.Builder.copyOf(WebBrowser.Builder _other) <_B> voidWebBrowser.copyTo(WebBrowser.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidWebBrowser.copyTo(WebBrowser.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.