Uses of Class
org.javastro.ivoa.entities.resource.dataservice.CatalogResource.Builder
Packages that use CatalogResource.Builder
-
Uses of CatalogResource.Builder in org.javastro.ivoa.entities.resource.dataservice
Subclasses of CatalogResource.Builder in org.javastro.ivoa.entities.resource.dataserviceMethods in org.javastro.ivoa.entities.resource.dataservice that return CatalogResource.BuilderModifier and TypeMethodDescriptionCatalogResource.Builder.addAltIdentifiers(Iterable<? extends String> altIdentifiers) Adds the given items to the value of "altIdentifiers"CatalogResource.Builder.addAltIdentifiers(String... altIdentifiers) Adds the given items to the value of "altIdentifiers"CatalogResource.Builder.addCapabilities(Iterable<? extends Capability> capabilities) Adds the given items to the value of "capabilities"CatalogResource.Builder.addCapabilities(Capability... capabilities) Adds the given items to the value of "capabilities"CatalogResource.Builder.addFacilities(Iterable<? extends ResourceName> facilities) Adds the given items to the value of "facilities"CatalogResource.Builder.addFacilities(ResourceName... facilities) Adds the given items to the value of "facilities"CatalogResource.Builder.addInstruments(Iterable<? extends ResourceName> instruments) Adds the given items to the value of "instruments"CatalogResource.Builder.addInstruments(ResourceName... instruments) Adds the given items to the value of "instruments"Adds the given items to the value of "rights"Adds the given items to the value of "rights"CatalogResource.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"CatalogResource.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static CatalogResource.Builder<Void>CatalogResource.builder()static CatalogResource.Builder<Void>CatalogResource.copyExcept(CatalogResource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CatalogResource.Builder<Void>CatalogResource.copyExcept(DataResource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CatalogResource.Builder<Void>CatalogResource.copyExcept(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CatalogResource.Builder<Void>CatalogResource.copyExcept(Service _other, com.kscs.util.jaxb.PropertyTree _propertyTree) CatalogResource.Builder.copyOf(CatalogResource _other) CatalogResource.Builder.copyOf(CatalogResource.Builder _other) static <_B> CatalogResource.Builder<_B>CatalogResource.copyOf(CatalogResource _other) static <_B> CatalogResource.Builder<_B>CatalogResource.copyOf(CatalogResource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> CatalogResource.Builder<_B>CatalogResource.copyOf(DataResource _other) static <_B> CatalogResource.Builder<_B>CatalogResource.copyOf(DataResource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> CatalogResource.Builder<_B>static <_B> CatalogResource.Builder<_B>CatalogResource.copyOf(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> CatalogResource.Builder<_B>static <_B> CatalogResource.Builder<_B>CatalogResource.copyOf(Service _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static CatalogResource.Builder<Void>CatalogResource.copyOnly(CatalogResource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CatalogResource.Builder<Void>CatalogResource.copyOnly(DataResource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CatalogResource.Builder<Void>static CatalogResource.Builder<Void>CatalogResource.newCopyBuilder()<_B> CatalogResource.Builder<_B>CatalogResource.newCopyBuilder(_B _parentBuilder) <_B> CatalogResource.Builder<_B>CatalogResource.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CatalogResource.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CatalogResource.Builder.withAltIdentifiers(Iterable<? extends String> altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)CatalogResource.Builder.withAltIdentifiers(String... altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)CatalogResource.Builder.withCapabilities(Iterable<? extends Capability> capabilities) Sets the new value of "capabilities" (any previous value will be replaced)CatalogResource.Builder.withCapabilities(Capability... capabilities) Sets the new value of "capabilities" (any previous value will be replaced)CatalogResource.Builder.withContent(Content content) Sets the new value of "content" (any previous value will be replaced)CatalogResource.Builder.withCoverage(Coverage coverage) Sets the new value of "coverage" (any previous value will be replaced)CatalogResource.Builder.withCreated(LocalDateTime created) Sets the new value of "created" (any previous value will be replaced)CatalogResource.Builder.withCuration(Curation curation) Sets the new value of "curation" (any previous value will be replaced)CatalogResource.Builder.withFacilities(Iterable<? extends ResourceName> facilities) Sets the new value of "facilities" (any previous value will be replaced)CatalogResource.Builder.withFacilities(ResourceName... facilities) Sets the new value of "facilities" (any previous value will be replaced)CatalogResource.Builder.withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)CatalogResource.Builder.withInstruments(Iterable<? extends ResourceName> instruments) Sets the new value of "instruments" (any previous value will be replaced)CatalogResource.Builder.withInstruments(ResourceName... instruments) Sets the new value of "instruments" (any previous value will be replaced)CatalogResource.Builder.withRights(Iterable<? extends Rights> rights) Sets the new value of "rights" (any previous value will be replaced)CatalogResource.Builder.withRights(Rights... rights) Sets the new value of "rights" (any previous value will be replaced)CatalogResource.Builder.withShortName(String shortName) Sets the new value of "shortName" (any previous value will be replaced)CatalogResource.Builder.withStatus(String status) Sets the new value of "status" (any previous value will be replaced)CatalogResource.Builder.withTableset(Tableset tableset) Sets the new value of "tableset" (any previous value will be replaced)Sets the new value of "title" (any previous value will be replaced)CatalogResource.Builder.withUpdated(LocalDateTime updated) Sets the new value of "updated" (any previous value will be replaced)CatalogResource.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)CatalogResource.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)CatalogResource.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type CatalogResource.BuilderModifier and TypeMethodDescriptionContent.Builder<? extends CatalogResource.Builder<_B>>CatalogResource.Builder.withContent()Returns the existing builder or a new builder to build the value of the "content" property.Coverage.Builder<? extends CatalogResource.Builder<_B>>CatalogResource.Builder.withCoverage()Returns the existing builder or a new builder to build the value of the "coverage" property.Curation.Builder<? extends CatalogResource.Builder<_B>>CatalogResource.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Tableset.Builder<? extends CatalogResource.Builder<_B>>CatalogResource.Builder.withTableset()Returns the existing builder or a new builder to build the value of the "tableset" property.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type CatalogResource.BuilderModifier and TypeMethodDescriptionCatalogResource.Builder.copyOf(CatalogResource.Builder _other) <_B> voidCatalogResource.copyTo(CatalogResource.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidCatalogResource.copyTo(CatalogResource.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.