Uses of Class
org.javastro.ivoa.entities.resource.registry.Registry.Builder
Packages that use Registry.Builder
-
Uses of Registry.Builder in org.javastro.ivoa.entities.resource.registry
Methods in org.javastro.ivoa.entities.resource.registry that return Registry.BuilderModifier and TypeMethodDescriptionRegistry.Builder.addAltIdentifiers(Iterable<? extends String> altIdentifiers) Adds the given items to the value of "altIdentifiers"Registry.Builder.addAltIdentifiers(String... altIdentifiers) Adds the given items to the value of "altIdentifiers"Registry.Builder.addCapabilities(Iterable<? extends Capability> capabilities) Adds the given items to the value of "capabilities"Registry.Builder.addCapabilities(Capability... capabilities) Adds the given items to the value of "capabilities"Registry.Builder.addManagedAuthorities(Iterable<? extends String> managedAuthorities) Adds the given items to the value of "managedAuthorities"Registry.Builder.addManagedAuthorities(String... managedAuthorities) Adds the given items to the value of "managedAuthorities"Adds the given items to the value of "rights"Adds the given items to the value of "rights"Registry.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"Registry.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static Registry.Builder<Void>Registry.builder()static Registry.Builder<Void>Registry.copyExcept(Registry _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Registry.Builder<Void>Registry.copyExcept(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Registry.Builder<Void>Registry.copyExcept(Service _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Registry.Builder.copyOf(Registry.Builder _other) static <_B> Registry.Builder<_B>static <_B> Registry.Builder<_B>Registry.copyOf(Registry _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Registry.Builder<_B>static <_B> Registry.Builder<_B>Registry.copyOf(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Registry.Builder<_B>static <_B> Registry.Builder<_B>Registry.copyOf(Service _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Registry.Builder<Void>static Registry.Builder<Void>static Registry.Builder<Void>Registry.newCopyBuilder()<_B> Registry.Builder<_B>Registry.newCopyBuilder(_B _parentBuilder) <_B> Registry.Builder<_B>Registry.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Registry.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Registry.Builder.withAltIdentifiers(Iterable<? extends String> altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Registry.Builder.withAltIdentifiers(String... altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Registry.Builder.withCapabilities(Iterable<? extends Capability> capabilities) Sets the new value of "capabilities" (any previous value will be replaced)Registry.Builder.withCapabilities(Capability... capabilities) Sets the new value of "capabilities" (any previous value will be replaced)Registry.Builder.withContent(Content content) Sets the new value of "content" (any previous value will be replaced)Registry.Builder.withCreated(ZonedDateTime created) Sets the new value of "created" (any previous value will be replaced)Registry.Builder.withCuration(Curation curation) Sets the new value of "curation" (any previous value will be replaced)Registry.Builder.withFull(boolean full) Sets the new value of "full" (any previous value will be replaced)Registry.Builder.withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)Registry.Builder.withManagedAuthorities(Iterable<? extends String> managedAuthorities) Sets the new value of "managedAuthorities" (any previous value will be replaced)Registry.Builder.withManagedAuthorities(String... managedAuthorities) Sets the new value of "managedAuthorities" (any previous value will be replaced)Registry.Builder.withRights(Iterable<? extends Rights> rights) Sets the new value of "rights" (any previous value will be replaced)Registry.Builder.withRights(Rights... rights) Sets the new value of "rights" (any previous value will be replaced)Registry.Builder.withShortName(String shortName) Sets the new value of "shortName" (any previous value will be replaced)Registry.Builder.withStatus(String status) Sets the new value of "status" (any previous value will be replaced)Sets the new value of "title" (any previous value will be replaced)Registry.Builder.withUpdated(ZonedDateTime updated) Sets the new value of "updated" (any previous value will be replaced)Registry.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Registry.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Registry.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 Registry.BuilderModifier and TypeMethodDescriptionContent.Builder<? extends Registry.Builder<_B>>Registry.Builder.withContent()Returns the existing builder or a new builder to build the value of the "content" property.Curation.Builder<? extends Registry.Builder<_B>>Registry.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Methods in org.javastro.ivoa.entities.resource.registry with parameters of type Registry.BuilderModifier and TypeMethodDescriptionRegistry.Builder.copyOf(Registry.Builder _other) <_B> voidRegistry.copyTo(Registry.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidRegistry.copyTo(Registry.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.