Uses of Class
org.javastro.ivoa.entities.resource.Creator.Builder
Packages that use Creator.Builder
-
Uses of Creator.Builder in org.javastro.ivoa.entities.resource
Methods in org.javastro.ivoa.entities.resource that return Creator.BuilderModifier and TypeMethodDescriptionCreator.Builder.addAltIdentifiers(Iterable<? extends String> altIdentifiers) Adds the given items to the value of "altIdentifiers"Creator.Builder.addAltIdentifiers(String... altIdentifiers) Adds the given items to the value of "altIdentifiers"Creator.Builder<? extends Curation.Builder<_B>>Curation.Builder.addCreators()Returns a new builder to build an additional value of the "Creators" property.static Creator.Builder<Void>Creator.builder()static Creator.Builder<Void>Creator.copyExcept(Creator _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Creator.Builder.copyOf(Creator.Builder _other) static <_B> Creator.Builder<_B>static <_B> Creator.Builder<_B>Creator.copyOf(Creator _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Creator.Builder<Void>Creator.newCopyBuilder()<_B> Creator.Builder<_B>Creator.newCopyBuilder(_B _parentBuilder) <_B> Creator.Builder<_B>Creator.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Creator.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Creator.Builder.withAltIdentifiers(Iterable<? extends String> altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Creator.Builder.withAltIdentifiers(String... altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Sets the new value of "ivoId" (any previous value will be replaced)Sets the new value of "logo" (any previous value will be replaced)Creator.Builder.withName(ResourceName name) Sets the new value of "name" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource that return types with arguments of type Creator.BuilderModifier and TypeMethodDescriptionResourceName.Builder<? extends Creator.Builder<_B>>Creator.Builder.withName()Returns the existing builder or a new builder to build the value of the "name" property.Methods in org.javastro.ivoa.entities.resource with parameters of type Creator.BuilderModifier and TypeMethodDescriptionCreator.Builder.copyOf(Creator.Builder _other) <_B> voidCreator.copyTo(Creator.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidCreator.copyTo(Creator.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.