Package ca.uhn.fhir.rest.client.method
Class BaseResourceReturningMethodBinding.ResourceOrDstu1Bundle
- java.lang.Object
-
- ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding.ResourceOrDstu1Bundle
-
- Enclosing class:
- BaseResourceReturningMethodBinding
public static class BaseResourceReturningMethodBinding.ResourceOrDstu1Bundle extends Object
-
-
Constructor Summary
Constructors Constructor Description ResourceOrDstu1Bundle(org.hl7.fhir.instance.model.api.IBaseResource theResource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hl7.fhir.instance.model.api.IBaseResourcegetResource()
-
-
-
Constructor Detail
-
ResourceOrDstu1Bundle
public ResourceOrDstu1Bundle(org.hl7.fhir.instance.model.api.IBaseResource theResource)
-
-
Method Detail
-
getResource
public org.hl7.fhir.instance.model.api.IBaseResource getResource()
-
-