Class CompositeClientParam<A extends IParam,B extends IParam>

java.lang.Object
ca.uhn.fhir.rest.gclient.CompositeClientParam<A,B>
All Implemented Interfaces:
IParam

public class CompositeClientParam<A extends IParam,B extends IParam> extends Object implements IParam
Composite parameter type for use in fluent client interfaces
  • Constructor Details

  • Method Details

    • getParamName

      public String getParamName()
      Description copied from interface: IParam
      Returns the name of this parameter
      Specified by:
      getParamName in interface IParam
    • withLeft

    • isMissing

      public ICriterion<?> isMissing(boolean theMissing)
      Description copied from interface: IParam
      Sets the :missing qualifier for this parameter. Set this to true to indicate that the server should return resources with this value

      missing

      . Set this to false to indicate that the server should return resources with this value populated.
      Specified by:
      isMissing in interface IParam