Package org.hl7.fhir.utilities.graphql
Class Selection
- java.lang.Object
-
- org.hl7.fhir.utilities.graphql.Selection
-
-
Constructor Summary
Constructors Constructor Description Selection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldgetField()FragmentSpreadgetFragmentSpread()FragmentgetInlineFragment()voidsetField(Field field)voidsetFragmentSpread(FragmentSpread fragmentSpread)voidsetInlineFragment(Fragment inlineFragment)
-
-
-
Constructor Detail
-
Selection
public Selection()
-
-
Method Detail
-
getInlineFragment
public Fragment getInlineFragment()
-
setInlineFragment
public void setInlineFragment(Fragment inlineFragment)
-
getFragmentSpread
public FragmentSpread getFragmentSpread()
-
setFragmentSpread
public void setFragmentSpread(FragmentSpread fragmentSpread)
-
-