Uses of Class
org.javastro.ivoa.entities.resource.standard.EndorsedVersion
Packages that use EndorsedVersion
-
Uses of EndorsedVersion in org.javastro.ivoa.entities.resource.standard
Fields in org.javastro.ivoa.entities.resource.standard with type parameters of type EndorsedVersionModifier and TypeFieldDescriptionprotected List<EndorsedVersion>Standard.endorsedVersionsMore than one version can be listed, indicating that any of these versions are recognized as acceptable for use.Methods in org.javastro.ivoa.entities.resource.standard that return EndorsedVersionModifier and TypeMethodDescriptionObjectFactory.createEndorsedVersion()Create an instance ofEndorsedVersionEndorsedVersion.withStatus(String value) Methods in org.javastro.ivoa.entities.resource.standard that return types with arguments of type EndorsedVersionModifier and TypeMethodDescriptionStandard.getEndorsedVersions()More than one version can be listed, indicating that any of these versions are recognized as acceptable for use.Methods in org.javastro.ivoa.entities.resource.standard with parameters of type EndorsedVersionModifier and TypeMethodDescriptionServiceStandard.withEndorsedVersions(EndorsedVersion... values) Standard.withEndorsedVersions(EndorsedVersion... values) Method parameters in org.javastro.ivoa.entities.resource.standard with type arguments of type EndorsedVersionModifier and TypeMethodDescriptionServiceStandard.withEndorsedVersions(Collection<EndorsedVersion> values) Standard.withEndorsedVersions(Collection<EndorsedVersion> values)