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 com.ibm.fhir.server.registry -
-
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 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)
-
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)
-
Uses of FHIRRegistryResource.Version in com.ibm.fhir.server.registry
Constructors in com.ibm.fhir.server.registry with parameters of type FHIRRegistryResource.Version Constructor Description ServerRegistryResource(Class<? extends Resource> resourceType, String id, String url, FHIRRegistryResource.Version version, String kind, String type, Resource resource)
-