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.Version
FHIRRegistryResource. NO_VERSION
protected FHIRRegistryResource.Version
FHIRRegistryResource. version
Methods in com.ibm.fhir.registry.resource that return FHIRRegistryResource.Version Modifier and Type Method Description static FHIRRegistryResource.Version
FHIRRegistryResource.Version. from(String version)
FHIRRegistryResource.Version
FHIRRegistryResource. getVersion()
Methods in com.ibm.fhir.registry.resource with parameters of type FHIRRegistryResource.Version Modifier and Type Method Description int
FHIRRegistryResource.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)
-