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