Uses of Class
org.linuxforhealth.fhir.registry.resource.FHIRRegistryResource.Version
-
Packages that use FHIRRegistryResource.Version Package Description org.linuxforhealth.fhir.registry.resource org.linuxforhealth.fhir.registry.util -
-
Uses of FHIRRegistryResource.Version in org.linuxforhealth.fhir.registry.resource
Fields in org.linuxforhealth.fhir.registry.resource declared as FHIRRegistryResource.Version Modifier and Type Field Description static FHIRRegistryResource.VersionFHIRRegistryResource.Version. NO_VERSIONprotected FHIRRegistryResource.VersionFHIRRegistryResource. versionMethods in org.linuxforhealth.fhir.registry.resource that return FHIRRegistryResource.Version Modifier and Type Method Description static FHIRRegistryResource.VersionFHIRRegistryResource.Version. from(java.lang.String version)FHIRRegistryResource.VersionFHIRRegistryResource. getVersion()Methods in org.linuxforhealth.fhir.registry.resource with parameters of type FHIRRegistryResource.Version Modifier and Type Method Description intFHIRRegistryResource.Version. compareTo(FHIRRegistryResource.Version version)Constructors in org.linuxforhealth.fhir.registry.resource with parameters of type FHIRRegistryResource.Version Constructor Description FHIRRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String id, java.lang.String url, FHIRRegistryResource.Version version, java.lang.String kind, java.lang.String type)FHIRRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String id, java.lang.String url, FHIRRegistryResource.Version version, java.lang.String kind, java.lang.String type, boolean defaultVersion)FHIRRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String id, java.lang.String url, FHIRRegistryResource.Version version, java.lang.String kind, java.lang.String type, Resource resource)FHIRRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String id, java.lang.String url, FHIRRegistryResource.Version version, java.lang.String kind, java.lang.String type, Resource resource, boolean defaultVersion) -
Uses of FHIRRegistryResource.Version in org.linuxforhealth.fhir.registry.util
Constructors in org.linuxforhealth.fhir.registry.util with parameters of type FHIRRegistryResource.Version Constructor Description PackageRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String id, java.lang.String url, FHIRRegistryResource.Version version, java.lang.String kind, java.lang.String type, java.lang.String path)
-