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