Uses of Class
org.javastro.ivoa.entities.resource.registry.oaipmh.ListIdentifiersType.Builder
Packages that use ListIdentifiersType.Builder
-
Uses of ListIdentifiersType.Builder in org.javastro.ivoa.entities.resource.registry.oaipmh
Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return ListIdentifiersType.BuilderModifier and TypeMethodDescriptionListIdentifiersType.Builder.addHeaders(Iterable<? extends HeaderType> headers) Adds the given items to the value of "headers"ListIdentifiersType.Builder.addHeaders(HeaderType... headers) Adds the given items to the value of "headers"static ListIdentifiersType.Builder<Void>ListIdentifiersType.builder()static ListIdentifiersType.Builder<Void>ListIdentifiersType.copyExcept(ListIdentifiersType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ListIdentifiersType.Builder.copyOf(ListIdentifiersType _other) ListIdentifiersType.Builder.copyOf(ListIdentifiersType.Builder _other) static <_B> ListIdentifiersType.Builder<_B>ListIdentifiersType.copyOf(ListIdentifiersType _other) static <_B> ListIdentifiersType.Builder<_B>ListIdentifiersType.copyOf(ListIdentifiersType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ListIdentifiersType.Builder<Void>ListIdentifiersType.copyOnly(ListIdentifiersType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ListIdentifiersType.newCopyBuilder()<_B> ListIdentifiersType.Builder<_B>ListIdentifiersType.newCopyBuilder(_B _parentBuilder) <_B> ListIdentifiersType.Builder<_B>ListIdentifiersType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ListIdentifiersType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ListIdentifiersType.Builder.withHeaders(Iterable<? extends HeaderType> headers) Sets the new value of "headers" (any previous value will be replaced)ListIdentifiersType.Builder.withHeaders(HeaderType... headers) Sets the new value of "headers" (any previous value will be replaced)ListIdentifiersType.Builder<? extends OAIPMH.Builder<_B>>OAIPMH.Builder.withListIdentifiers()Returns the existing builder or a new builder to build the value of the "listIdentifiers" property.ListIdentifiersType.Builder.withResumptionToken(ResumptionTokenType resumptionToken) Sets the new value of "resumptionToken" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.registry.oaipmh that return types with arguments of type ListIdentifiersType.BuilderModifier and TypeMethodDescriptionHeaderType.Builder<? extends ListIdentifiersType.Builder<_B>>ListIdentifiersType.Builder.addHeaders()Returns a new builder to build an additional value of the "Headers" property.ResumptionTokenType.Builder<? extends ListIdentifiersType.Builder<_B>>ListIdentifiersType.Builder.withResumptionToken()Returns the existing builder or a new builder to build the value of the "resumptionToken" property.Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type ListIdentifiersType.BuilderModifier and TypeMethodDescriptionListIdentifiersType.Builder.copyOf(ListIdentifiersType.Builder _other) <_B> voidListIdentifiersType.copyTo(ListIdentifiersType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidListIdentifiersType.copyTo(ListIdentifiersType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.