Uses of Class
org.hl7.fhir.utilities.graphql.Fragment
-
Packages that use Fragment Package Description org.hl7.fhir.utilities.graphql -
-
Uses of Fragment in org.hl7.fhir.utilities.graphql
Methods in org.hl7.fhir.utilities.graphql that return Fragment Modifier and Type Method Description FragmentDocument. fragment(String name)FragmentSelection. getInlineFragment()Methods in org.hl7.fhir.utilities.graphql that return types with arguments of type Fragment Modifier and Type Method Description List<Fragment>Document. getFragments()Methods in org.hl7.fhir.utilities.graphql with parameters of type Fragment Modifier and Type Method Description voidSelection. setInlineFragment(Fragment inlineFragment)
-