Uses of Class
org.javastro.ivoa.entities.resource.Resource.Builder
Packages that use Resource.Builder
Package
Description
-
Uses of Resource.Builder in org.javastro.ivoa.entities.resource
Subclasses of Resource.Builder in org.javastro.ivoa.entities.resourceMethods in org.javastro.ivoa.entities.resource that return Resource.BuilderModifier and TypeMethodDescriptionResource.Builder.addAltIdentifiers(Iterable<? extends String> altIdentifiers) Adds the given items to the value of "altIdentifiers"Resource.Builder.addAltIdentifiers(String... altIdentifiers) Adds the given items to the value of "altIdentifiers"Resource.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"Resource.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static Resource.Builder<Void>Resource.builder()static Resource.Builder<Void>Resource.copyExcept(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Resource.Builder.copyOf(Resource.Builder _other) static <_B> Resource.Builder<_B>static <_B> Resource.Builder<_B>Resource.copyOf(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Resource.Builder<Void>Resource.newCopyBuilder()<_B> Resource.Builder<_B>Resource.newCopyBuilder(_B _parentBuilder) <_B> Resource.Builder<_B>Resource.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Resource.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Resource.Builder.withAltIdentifiers(Iterable<? extends String> altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Resource.Builder.withAltIdentifiers(String... altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Resource.Builder.withContent(Content content) Sets the new value of "content" (any previous value will be replaced)Resource.Builder.withCreated(ZonedDateTime created) Sets the new value of "created" (any previous value will be replaced)Resource.Builder.withCuration(Curation curation) Sets the new value of "curation" (any previous value will be replaced)Resource.Builder.withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)Resource.Builder.withShortName(String shortName) Sets the new value of "shortName" (any previous value will be replaced)Resource.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)Resource.Builder.withUpdated(ZonedDateTime updated) Sets the new value of "updated" (any previous value will be replaced)Resource.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Resource.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Resource.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource that return types with arguments of type Resource.BuilderModifier and TypeMethodDescriptionValidation.Builder<? extends Resource.Builder<_B>>Resource.Builder.addValidationLevels()Returns a new builder to build an additional value of the "ValidationLevels" property.Content.Builder<? extends Resource.Builder<_B>>Resource.Builder.withContent()Returns the existing builder or a new builder to build the value of the "content" property.Curation.Builder<? extends Resource.Builder<_B>>Resource.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 with parameters of type Resource.BuilderModifier and TypeMethodDescriptionResource.Builder.copyOf(Resource.Builder _other) <_B> voidResource.copyTo(Resource.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidResource.copyTo(Resource.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder. -
Uses of Resource.Builder in org.javastro.ivoa.entities.resource.applications
Subclasses of Resource.Builder in org.javastro.ivoa.entities.resource.applicationsModifier and TypeClassDescriptionstatic classstatic classstatic class -
Uses of Resource.Builder in org.javastro.ivoa.entities.resource.dataservice
Subclasses of Resource.Builder in org.javastro.ivoa.entities.resource.dataserviceModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic class -
Uses of Resource.Builder in org.javastro.ivoa.entities.resource.registry
Subclasses of Resource.Builder in org.javastro.ivoa.entities.resource.registry -
Uses of Resource.Builder in org.javastro.ivoa.entities.resource.registry.iface
Methods in org.javastro.ivoa.entities.resource.registry.iface that return Resource.BuilderModifier and TypeMethodDescriptionResource.Builder<? extends VOResources.Builder<_B>>VOResources.Builder.addResources()Returns a new builder to build an additional value of the "Resources" property. -
Uses of Resource.Builder in org.javastro.ivoa.entities.resource.standard
Subclasses of Resource.Builder in org.javastro.ivoa.entities.resource.standard