Uses of Class
org.javastro.ivoa.entities.resource.standard.StandardKeyEnumeration.Builder
Packages that use StandardKeyEnumeration.Builder
-
Uses of StandardKeyEnumeration.Builder in org.javastro.ivoa.entities.resource.standard
Methods in org.javastro.ivoa.entities.resource.standard that return StandardKeyEnumeration.BuilderModifier and TypeMethodDescriptionStandardKeyEnumeration.Builder.addAltIdentifiers(Iterable<? extends String> altIdentifiers) Adds the given items to the value of "altIdentifiers"StandardKeyEnumeration.Builder.addAltIdentifiers(String... altIdentifiers) Adds the given items to the value of "altIdentifiers"StandardKeyEnumeration.Builder.addKeies(Iterable<? extends StandardKey> keies) Adds the given items to the value of "keies"StandardKeyEnumeration.Builder.addKeies(StandardKey... keies) Adds the given items to the value of "keies"StandardKeyEnumeration.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"StandardKeyEnumeration.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static StandardKeyEnumeration.Builder<Void>StandardKeyEnumeration.builder()static StandardKeyEnumeration.Builder<Void>StandardKeyEnumeration.copyExcept(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static StandardKeyEnumeration.Builder<Void>StandardKeyEnumeration.copyExcept(StandardKeyEnumeration _other, com.kscs.util.jaxb.PropertyTree _propertyTree) StandardKeyEnumeration.Builder.copyOf(StandardKeyEnumeration _other) StandardKeyEnumeration.Builder.copyOf(StandardKeyEnumeration.Builder _other) static <_B> StandardKeyEnumeration.Builder<_B>static <_B> StandardKeyEnumeration.Builder<_B>StandardKeyEnumeration.copyOf(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> StandardKeyEnumeration.Builder<_B>StandardKeyEnumeration.copyOf(StandardKeyEnumeration _other) static <_B> StandardKeyEnumeration.Builder<_B>StandardKeyEnumeration.copyOf(StandardKeyEnumeration _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static StandardKeyEnumeration.Builder<Void>static StandardKeyEnumeration.Builder<Void>StandardKeyEnumeration.copyOnly(StandardKeyEnumeration _other, com.kscs.util.jaxb.PropertyTree _propertyTree) StandardKeyEnumeration.newCopyBuilder()<_B> StandardKeyEnumeration.Builder<_B>StandardKeyEnumeration.newCopyBuilder(_B _parentBuilder) <_B> StandardKeyEnumeration.Builder<_B>StandardKeyEnumeration.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) StandardKeyEnumeration.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) StandardKeyEnumeration.Builder.withAltIdentifiers(Iterable<? extends String> altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)StandardKeyEnumeration.Builder.withAltIdentifiers(String... altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)StandardKeyEnumeration.Builder.withContent(Content content) Sets the new value of "content" (any previous value will be replaced)StandardKeyEnumeration.Builder.withCreated(ZonedDateTime created) Sets the new value of "created" (any previous value will be replaced)StandardKeyEnumeration.Builder.withCuration(Curation curation) Sets the new value of "curation" (any previous value will be replaced)StandardKeyEnumeration.Builder.withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)StandardKeyEnumeration.Builder.withKeies(Iterable<? extends StandardKey> keies) Sets the new value of "keies" (any previous value will be replaced)StandardKeyEnumeration.Builder.withKeies(StandardKey... keies) Sets the new value of "keies" (any previous value will be replaced)StandardKeyEnumeration.Builder.withShortName(String shortName) Sets the new value of "shortName" (any previous value will be replaced)StandardKeyEnumeration.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)StandardKeyEnumeration.Builder.withUpdated(ZonedDateTime updated) Sets the new value of "updated" (any previous value will be replaced)StandardKeyEnumeration.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)StandardKeyEnumeration.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)StandardKeyEnumeration.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.standard that return types with arguments of type StandardKeyEnumeration.BuilderModifier and TypeMethodDescriptionStandardKey.Builder<? extends StandardKeyEnumeration.Builder<_B>>StandardKeyEnumeration.Builder.addKeies()Returns a new builder to build an additional value of the "Keies" property.Content.Builder<? extends StandardKeyEnumeration.Builder<_B>>StandardKeyEnumeration.Builder.withContent()Returns the existing builder or a new builder to build the value of the "content" property.Curation.Builder<? extends StandardKeyEnumeration.Builder<_B>>StandardKeyEnumeration.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.standard with parameters of type StandardKeyEnumeration.BuilderModifier and TypeMethodDescriptionStandardKeyEnumeration.Builder.copyOf(StandardKeyEnumeration.Builder _other) <_B> voidStandardKeyEnumeration.copyTo(StandardKeyEnumeration.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidStandardKeyEnumeration.copyTo(StandardKeyEnumeration.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.