Package org.hl7.fhir.utilities.graphql
Class Operation
- java.lang.Object
-
- org.hl7.fhir.utilities.graphql.Operation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOperation.OperationType
-
Constructor Summary
Constructors Constructor Description Operation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Directive>getDirectives()StringgetName()Operation.OperationTypegetOperationType()List<Selection>getSelectionSet()List<Variable>getVariables()voidsetName(String name)voidsetOperationType(Operation.OperationType operationType)
-
-
-
Constructor Detail
-
Operation
public Operation()
-
-
Method Detail
-
getOperationType
public Operation.OperationType getOperationType()
-
setOperationType
public void setOperationType(Operation.OperationType operationType)
-
getSelectionSet
public List<Selection> getSelectionSet()
-
getVariables
public List<Variable> getVariables()
-
getDirectives
public List<Directive> getDirectives()
-
-