Uses of Class
org.javastro.ivoa.entities.resource.Service.Builder
Packages that use Service.Builder
Package
Description
-
Uses of Service.Builder in org.javastro.ivoa.entities.resource
Methods in org.javastro.ivoa.entities.resource that return Service.BuilderModifier and TypeMethodDescriptionService.Builder.addAltIdentifiers(Iterable<? extends String> altIdentifiers) Adds the given items to the value of "altIdentifiers"Service.Builder.addAltIdentifiers(String... altIdentifiers) Adds the given items to the value of "altIdentifiers"Service.Builder.addCapabilities(Iterable<? extends Capability> capabilities) Adds the given items to the value of "capabilities"Service.Builder.addCapabilities(Capability... capabilities) Adds the given items to the value of "capabilities"Adds the given items to the value of "rights"Adds the given items to the value of "rights"Service.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"Service.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static Service.Builder<Void>Service.builder()static Service.Builder<Void>Service.copyExcept(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Service.Builder<Void>Service.copyExcept(Service _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Service.Builder.copyOf(Service.Builder _other) static <_B> Service.Builder<_B>static <_B> Service.Builder<_B>Service.copyOf(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Service.Builder<_B>static <_B> Service.Builder<_B>Service.copyOf(Service _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Service.Builder<Void>static Service.Builder<Void>Service.newCopyBuilder()<_B> Service.Builder<_B>Service.newCopyBuilder(_B _parentBuilder) <_B> Service.Builder<_B>Service.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Service.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Service.Builder.withAltIdentifiers(Iterable<? extends String> altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Service.Builder.withAltIdentifiers(String... altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Service.Builder.withCapabilities(Iterable<? extends Capability> capabilities) Sets the new value of "capabilities" (any previous value will be replaced)Service.Builder.withCapabilities(Capability... capabilities) Sets the new value of "capabilities" (any previous value will be replaced)Service.Builder.withContent(Content content) Sets the new value of "content" (any previous value will be replaced)Service.Builder.withCreated(ZonedDateTime created) Sets the new value of "created" (any previous value will be replaced)Service.Builder.withCuration(Curation curation) Sets the new value of "curation" (any previous value will be replaced)Service.Builder.withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)Service.Builder.withRights(Iterable<? extends Rights> rights) Sets the new value of "rights" (any previous value will be replaced)Service.Builder.withRights(Rights... rights) Sets the new value of "rights" (any previous value will be replaced)Service.Builder.withShortName(String shortName) Sets the new value of "shortName" (any previous value will be replaced)Service.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)Service.Builder.withUpdated(ZonedDateTime updated) Sets the new value of "updated" (any previous value will be replaced)Service.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Service.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Service.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 Service.BuilderModifier and TypeMethodDescriptionCapability.Builder<? extends Service.Builder<_B>>Service.Builder.addCapabilities()Returns a new builder to build an additional value of the "Capabilities" property.Rights.Builder<? extends Service.Builder<_B>>Service.Builder.addRights()Returns a new builder to build an additional value of the "Rights" property.Content.Builder<? extends Service.Builder<_B>>Service.Builder.withContent()Returns the existing builder or a new builder to build the value of the "content" property.Curation.Builder<? extends Service.Builder<_B>>Service.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 Service.BuilderModifier and TypeMethodDescriptionService.Builder.copyOf(Service.Builder _other) <_B> voidService.copyTo(Service.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidService.copyTo(Service.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 Service.Builder in org.javastro.ivoa.entities.resource.dataservice
Subclasses of Service.Builder in org.javastro.ivoa.entities.resource.dataserviceModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Uses of Service.Builder in org.javastro.ivoa.entities.resource.registry
Subclasses of Service.Builder in org.javastro.ivoa.entities.resource.registry