Uses of Class
org.javastro.ivoa.entities.resource.registry.Authority.Builder
Packages that use Authority.Builder
-
Uses of Authority.Builder in org.javastro.ivoa.entities.resource.registry
Methods in org.javastro.ivoa.entities.resource.registry that return Authority.BuilderModifier and TypeMethodDescriptionAuthority.Builder.addAltIdentifiers(Iterable<? extends String> altIdentifiers) Adds the given items to the value of "altIdentifiers"Authority.Builder.addAltIdentifiers(String... altIdentifiers) Adds the given items to the value of "altIdentifiers"Authority.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"Authority.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static Authority.Builder<Void>Authority.builder()static Authority.Builder<Void>Authority.copyExcept(Authority _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Authority.Builder<Void>Authority.copyExcept(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Authority.Builder.copyOf(Authority.Builder _other) static <_B> Authority.Builder<_B>static <_B> Authority.Builder<_B>Authority.copyOf(Authority _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Authority.Builder<_B>static <_B> Authority.Builder<_B>Authority.copyOf(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Authority.Builder<Void>static Authority.Builder<Void>Authority.newCopyBuilder()<_B> Authority.Builder<_B>Authority.newCopyBuilder(_B _parentBuilder) <_B> Authority.Builder<_B>Authority.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Authority.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Authority.Builder.withAltIdentifiers(Iterable<? extends String> altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Authority.Builder.withAltIdentifiers(String... altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)Authority.Builder.withContent(Content content) Sets the new value of "content" (any previous value will be replaced)Authority.Builder.withCreated(ZonedDateTime created) Sets the new value of "created" (any previous value will be replaced)Authority.Builder.withCuration(Curation curation) Sets the new value of "curation" (any previous value will be replaced)Authority.Builder.withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)Authority.Builder.withManagingOrg(ResourceName managingOrg) Sets the new value of "managingOrg" (any previous value will be replaced)Authority.Builder.withShortName(String shortName) Sets the new value of "shortName" (any previous value will be replaced)Authority.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)Authority.Builder.withUpdated(ZonedDateTime updated) Sets the new value of "updated" (any previous value will be replaced)Authority.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Authority.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Authority.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.registry that return types with arguments of type Authority.BuilderModifier and TypeMethodDescriptionContent.Builder<? extends Authority.Builder<_B>>Authority.Builder.withContent()Returns the existing builder or a new builder to build the value of the "content" property.Curation.Builder<? extends Authority.Builder<_B>>Authority.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.ResourceName.Builder<? extends Authority.Builder<_B>>Authority.Builder.withManagingOrg()Returns the existing builder or a new builder to build the value of the "managingOrg" property.Methods in org.javastro.ivoa.entities.resource.registry with parameters of type Authority.BuilderModifier and TypeMethodDescriptionAuthority.Builder.copyOf(Authority.Builder _other) <_B> voidAuthority.copyTo(Authority.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidAuthority.copyTo(Authority.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.