Uses of Class
org.javastro.ivoa.entities.resource.Contact.Builder
Packages that use Contact.Builder
-
Uses of Contact.Builder in org.javastro.ivoa.entities.resource
Methods in org.javastro.ivoa.entities.resource that return Contact.BuilderModifier and TypeMethodDescriptionContact.Builder.addAltIdentifiers(Iterable<? extends String> altIdentifiers) Adds the given items to the value of "altIdentifiers"Contact.Builder.addAltIdentifiers(String... altIdentifiers) Adds the given items to the value of "altIdentifiers"Contact.Builder<? extends Curation.Builder<_B>>Curation.Builder.addContacts()Returns a new builder to build an additional value of the "Contacts" property.static Contact.Builder<Void>Contact.builder()static Contact.Builder<Void>Contact.copyExcept(Contact _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Contact.Builder.copyOf(Contact.Builder _other) static <_B> Contact.Builder<_B>static <_B> Contact.Builder<_B>Contact.copyOf(Contact _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Contact.Builder<Void>Contact.newCopyBuilder()<_B> Contact.Builder<_B>Contact.newCopyBuilder(_B _parentBuilder) <_B> Contact.Builder<_B>Contact.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Contact.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Contact.Builder.withAddress(String address) Sets the new value of "address" (any previous value will be replaced)Contact.Builder.withAltIdentifiers(Iterable<? extends String> altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Contact.Builder.withAltIdentifiers(String... altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Sets the new value of "email" (any previous value will be replaced)Sets the new value of "ivoId" (any previous value will be replaced)Contact.Builder.withName(ResourceName name) Sets the new value of "name" (any previous value will be replaced)Contact.Builder.withTelephone(String telephone) Sets the new value of "telephone" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource that return types with arguments of type Contact.BuilderModifier and TypeMethodDescriptionResourceName.Builder<? extends Contact.Builder<_B>>Contact.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 Contact.BuilderModifier and TypeMethodDescriptionContact.Builder.copyOf(Contact.Builder _other) <_B> voidContact.copyTo(Contact.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidContact.copyTo(Contact.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.