Uses of Class
org.hl7.fhir.r4.utils.GraphQLSchemaGenerator.FHIROperationType
-
Packages that use GraphQLSchemaGenerator.FHIROperationType Package Description org.hl7.fhir.r4.utils -
-
Uses of GraphQLSchemaGenerator.FHIROperationType in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return GraphQLSchemaGenerator.FHIROperationType Modifier and Type Method Description static GraphQLSchemaGenerator.FHIROperationTypeGraphQLSchemaGenerator.FHIROperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static GraphQLSchemaGenerator.FHIROperationType[]GraphQLSchemaGenerator.FHIROperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.hl7.fhir.r4.utils with type arguments of type GraphQLSchemaGenerator.FHIROperationType Modifier and Type Method Description voidGraphQLSchemaGenerator. generateResource(OutputStream stream, StructureDefinition sd, List<SearchParameter> parameters, EnumSet<GraphQLSchemaGenerator.FHIROperationType> operations)
-