Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.RequestType.Builder
Packages that use RequestType.Builder
-
Uses of RequestType.Builder in org.javastro.ivoa.entities.resource.registry.oaipmh
Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return RequestType.BuilderModifier and TypeMethodDescriptionstatic RequestType.Builder<Void>RequestType.builder()static RequestType.Builder<Void>RequestType.copyExcept(RequestType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) RequestType.Builder.copyOf(RequestType _other) RequestType.Builder.copyOf(RequestType.Builder _other) static <_B> RequestType.Builder<_B>RequestType.copyOf(RequestType _other) static <_B> RequestType.Builder<_B>RequestType.copyOf(RequestType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static RequestType.Builder<Void>RequestType.copyOnly(RequestType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) RequestType.newCopyBuilder()<_B> RequestType.Builder<_B>RequestType.newCopyBuilder(_B _parentBuilder) <_B> RequestType.Builder<_B>RequestType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) RequestType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Sets the new value of "from" (any previous value will be replaced)RequestType.Builder.withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)RequestType.Builder.withMetadataPrefix(String metadataPrefix) Sets the new value of "metadataPrefix" (any previous value will be replaced)RequestType.Builder<? extends OAIPMH.Builder<_B>>OAIPMH.Builder.withRequest()Returns the existing builder or a new builder to build the value of the "request" property.RequestType.Builder.withResumptionToken(String resumptionToken) Sets the new value of "resumptionToken" (any previous value will be replaced)Sets the new value of "set" (any previous value will be replaced)Sets the new value of "until" (any previous value will be replaced)Sets the new value of "value" (any previous value will be replaced)Sets the new value of "verb" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type RequestType.BuilderModifier and TypeMethodDescriptionRequestType.Builder.copyOf(RequestType.Builder _other) <_B> voidRequestType.copyTo(RequestType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidRequestType.copyTo(RequestType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.