Uses of Class
org.javastro.ivoa.entities.resource.applications.Application.Builder
Packages that use Application.Builder
-
Uses of Application.Builder in org.javastro.ivoa.entities.resource.applications
Subclasses of Application.Builder in org.javastro.ivoa.entities.resource.applicationsModifier and TypeClassDescriptionstatic classstatic classMethods in org.javastro.ivoa.entities.resource.applications that return Application.BuilderModifier and TypeMethodDescriptionApplication.Builder.addAltIdentifiers(Iterable<? extends String> altIdentifiers) Adds the given items to the value of "altIdentifiers"Application.Builder.addAltIdentifiers(String... altIdentifiers) Adds the given items to the value of "altIdentifiers"Application.Builder.addDataFormats(Iterable<? extends DataFormat> dataFormats) Adds the given items to the value of "dataFormats"Application.Builder.addDataFormats(DataFormat... dataFormats) Adds the given items to the value of "dataFormats"Application.Builder.addSourceLanguages(Iterable<? extends String> sourceLanguages) Adds the given items to the value of "sourceLanguages"Application.Builder.addSourceLanguages(String... sourceLanguages) Adds the given items to the value of "sourceLanguages"Application.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"Application.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"Application.Builder.addVoStandards(Iterable<? extends ApplicationCapability> voStandards) Adds the given items to the value of "voStandards"Application.Builder.addVoStandards(ApplicationCapability... voStandards) Adds the given items to the value of "voStandards"static Application.Builder<Void>Application.builder()static Application.Builder<Void>Application.copyExcept(Application _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Application.Builder<Void>Application.copyExcept(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Application.Builder.copyOf(Application _other) Application.Builder.copyOf(Application.Builder _other) static <_B> Application.Builder<_B>Application.copyOf(Application _other) static <_B> Application.Builder<_B>Application.copyOf(Application _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Application.Builder<_B>static <_B> Application.Builder<_B>Application.copyOf(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Application.Builder<Void>Application.copyOnly(Application _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Application.Builder<Void>Application.newCopyBuilder()<_B> Application.Builder<_B>Application.newCopyBuilder(_B _parentBuilder) <_B> Application.Builder<_B>Application.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Application.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Application.Builder.withAltIdentifiers(Iterable<? extends String> altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Application.Builder.withAltIdentifiers(String... altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Application.Builder.withContent(Content content) Sets the new value of "content" (any previous value will be replaced)Sets the new value of "cost" (any previous value will be replaced)Application.Builder.withCreated(LocalDateTime created) Sets the new value of "created" (any previous value will be replaced)Application.Builder.withCuration(Curation curation) Sets the new value of "curation" (any previous value will be replaced)Application.Builder.withDataFormats(Iterable<? extends DataFormat> dataFormats) Sets the new value of "dataFormats" (any previous value will be replaced)Application.Builder.withDataFormats(DataFormat... dataFormats) Sets the new value of "dataFormats" (any previous value will be replaced)Application.Builder.withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)Application.Builder.withLicence(String licence) Sets the new value of "licence" (any previous value will be replaced)Application.Builder.withOpenSource(Boolean openSource) Sets the new value of "openSource" (any previous value will be replaced)Application.Builder.withShortName(String shortName) Sets the new value of "shortName" (any previous value will be replaced)Application.Builder.withSourceCodeURL(String sourceCodeURL) Sets the new value of "sourceCodeURL" (any previous value will be replaced)Application.Builder.withSourceLanguages(Iterable<? extends String> sourceLanguages) Sets the new value of "sourceLanguages" (any previous value will be replaced)Application.Builder.withSourceLanguages(String... sourceLanguages) Sets the new value of "sourceLanguages" (any previous value will be replaced)Application.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)Application.Builder.withUpdated(LocalDateTime updated) Sets the new value of "updated" (any previous value will be replaced)Application.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Application.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Application.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)Application.Builder.withVoStandards(Iterable<? extends ApplicationCapability> voStandards) Sets the new value of "voStandards" (any previous value will be replaced)Application.Builder.withVoStandards(ApplicationCapability... voStandards) Sets the new value of "voStandards" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.applications that return types with arguments of type Application.BuilderModifier and TypeMethodDescriptionDataFormat.Builder<? extends Application.Builder<_B>>Application.Builder.addDataFormats()Returns a new builder to build an additional value of the "DataFormats" property.ApplicationCapability.Builder<? extends Application.Builder<_B>>Application.Builder.addVoStandards()Returns a new builder to build an additional value of the "VoStandards" property.Content.Builder<? extends Application.Builder<_B>>Application.Builder.withContent()Returns the existing builder or a new builder to build the value of the "content" property.Curation.Builder<? extends Application.Builder<_B>>Application.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.applications with parameters of type Application.BuilderModifier and TypeMethodDescriptionApplication.Builder.copyOf(Application.Builder _other) <_B> voidApplication.copyTo(Application.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidApplication.copyTo(Application.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.