Uses of Class
org.hl7.fhir.utilities.graphql.Argument.ArgumentListStatus
-
Packages that use Argument.ArgumentListStatus Package Description org.hl7.fhir.utilities.graphql -
-
Uses of Argument.ArgumentListStatus in org.hl7.fhir.utilities.graphql
Methods in org.hl7.fhir.utilities.graphql that return Argument.ArgumentListStatus Modifier and Type Method Description Argument.ArgumentListStatusArgument. getListStatus()static Argument.ArgumentListStatusArgument.ArgumentListStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Argument.ArgumentListStatus[]Argument.ArgumentListStatus. 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 Argument.ArgumentListStatus Modifier and Type Method Description ArgumentObjectValue. addField(String name, Argument.ArgumentListStatus listStatus)voidArgument. setListStatus(Argument.ArgumentListStatus listStatus)
-