Package com.ibm.fhir.server.registry
Class ServerRegistryResource
- java.lang.Object
 - 
- com.ibm.fhir.registry.resource.FHIRRegistryResource
 - 
- com.ibm.fhir.server.registry.ServerRegistryResource
 
 
 
- 
- All Implemented Interfaces:
 Comparable<FHIRRegistryResource>
public class ServerRegistryResource extends FHIRRegistryResource
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class com.ibm.fhir.registry.resource.FHIRRegistryResource
FHIRRegistryResource.Version 
 - 
 
- 
Field Summary
- 
Fields inherited from class com.ibm.fhir.registry.resource.FHIRRegistryResource
id, kind, resourceType, type, url, version 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ServerRegistryResource(Class<? extends Resource> resourceType, String id, String url, FHIRRegistryResource.Version version, String kind, String type, Resource resource) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServerRegistryResourcefrom(Resource resource)ResourcegetResource()- 
Methods inherited from class com.ibm.fhir.registry.resource.FHIRRegistryResource
as, compareTo, equals, getId, getKind, getResourceType, getType, getUrl, getVersion, hashCode, is 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getResource
public Resource getResource()
- Specified by:
 getResourcein classFHIRRegistryResource
 
- 
from
public static ServerRegistryResource from(Resource resource)
 
 - 
 
 -