Package org.hl7.fhir.utilities.graphql
Class Fragment
- java.lang.Object
-
- org.hl7.fhir.utilities.graphql.Fragment
-
-
Constructor Summary
Constructors Constructor Description Fragment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Directive>getDirectives()StringgetName()List<Selection>getSelectionSet()StringgetTypeCondition()voidsetName(String name)voidsetTypeCondition(String typeCondition)
-
-
-
Constructor Detail
-
Fragment
public Fragment()
-
-
Method Detail
-
getTypeCondition
public String getTypeCondition()
-
setTypeCondition
public void setTypeCondition(String typeCondition)
-
getSelectionSet
public List<Selection> getSelectionSet()
-
getDirectives
public List<Directive> getDirectives()
-
-