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.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) - 
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) 
 -