Uses of Class
org.javastro.ivoa.entities.resource.Relationship.Builder
Packages that use Relationship.Builder
-
Uses of Relationship.Builder in org.javastro.ivoa.entities.resource
Methods in org.javastro.ivoa.entities.resource that return Relationship.BuilderModifier and TypeMethodDescriptionRelationship.Builder.addRelatedResources(Iterable<? extends ResourceName> relatedResources) Adds the given items to the value of "relatedResources"Relationship.Builder.addRelatedResources(ResourceName... relatedResources) Adds the given items to the value of "relatedResources"Relationship.Builder<? extends Content.Builder<_B>>Content.Builder.addRelationships()Returns a new builder to build an additional value of the "Relationships" property.static Relationship.Builder<Void>Relationship.builder()static Relationship.Builder<Void>Relationship.copyExcept(Relationship _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Relationship.Builder.copyOf(Relationship _other) Relationship.Builder.copyOf(Relationship.Builder _other) static <_B> Relationship.Builder<_B>Relationship.copyOf(Relationship _other) static <_B> Relationship.Builder<_B>Relationship.copyOf(Relationship _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Relationship.Builder<Void>Relationship.copyOnly(Relationship _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Relationship.newCopyBuilder()<_B> Relationship.Builder<_B>Relationship.newCopyBuilder(_B _parentBuilder) <_B> Relationship.Builder<_B>Relationship.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Relationship.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Relationship.Builder.withRelatedResources(Iterable<? extends ResourceName> relatedResources) Sets the new value of "relatedResources" (any previous value will be replaced)Relationship.Builder.withRelatedResources(ResourceName... relatedResources) Sets the new value of "relatedResources" (any previous value will be replaced)Relationship.Builder.withRelationshipType(String relationshipType) Sets the new value of "relationshipType" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource that return types with arguments of type Relationship.BuilderModifier and TypeMethodDescriptionResourceName.Builder<? extends Relationship.Builder<_B>>Relationship.Builder.addRelatedResources()Returns a new builder to build an additional value of the "RelatedResources" property.Methods in org.javastro.ivoa.entities.resource with parameters of type Relationship.BuilderModifier and TypeMethodDescriptionRelationship.Builder.copyOf(Relationship.Builder _other) <_B> voidRelationship.copyTo(Relationship.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidRelationship.copyTo(Relationship.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.