Interface CapabilityStatement_Rest_Resource_SearchParamBuilder
-
- All Known Implementing Classes:
CapabilityStatement_Rest_Resource_SearchParamBuilder.Impl
public interface CapabilityStatement_Rest_Resource_SearchParamBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCapabilityStatement_Rest_Resource_SearchParamBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.CapabilityStatement$Rest$Resource$SearchParambuild()static CapabilityStatement_Rest_Resource_SearchParamBuilder.Implbuilder(java.lang.String name, com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPE _type)static CapabilityStatement_Rest_Resource_SearchParamBuilder.Implinit(java.lang.String name, com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPE _type)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.CapabilityStatement$Rest$Resource$SearchParam build()
-
init
static CapabilityStatement_Rest_Resource_SearchParamBuilder.Impl init(java.lang.String name, com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPE _type)
-
builder
static CapabilityStatement_Rest_Resource_SearchParamBuilder.Impl builder(java.lang.String name, com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPE _type)
-
-