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