Uses of Class
org.hl7.fhir.utilities.graphql.Operation.OperationType
-
Packages that use Operation.OperationType Package Description org.hl7.fhir.utilities.graphql -
-
Uses of Operation.OperationType in org.hl7.fhir.utilities.graphql
Methods in org.hl7.fhir.utilities.graphql that return Operation.OperationType Modifier and Type Method Description Operation.OperationTypeOperation. getOperationType()static Operation.OperationTypeOperation.OperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static Operation.OperationType[]Operation.OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.utilities.graphql with parameters of type Operation.OperationType Modifier and Type Method Description voidOperation. setOperationType(Operation.OperationType operationType)
-