Class ResourceRef
- java.lang.Object
-
- org.linuxforhealth.fhir.bucket.api.ResourceRef
-
public class ResourceRef extends java.lang.Object
Container for a resource type and logical id
-
-
Constructor Summary
Constructors Constructor Description ResourceRef(java.lang.String resourceType, java.lang.String logicalId)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLogicalId()
java.lang.String
getResourceType()
-