public static enum HttpHealthcareApiClient.FhirResourcePagesIterator.FhirMethod extends java.lang.Enum<HttpHealthcareApiClient.FhirResourcePagesIterator.FhirMethod>
| Enum Constant and Description | 
|---|
| PATIENT_EVERYTHING | 
| SEARCH | 
| Modifier and Type | Method and Description | 
|---|---|
| static HttpHealthcareApiClient.FhirResourcePagesIterator.FhirMethod | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static HttpHealthcareApiClient.FhirResourcePagesIterator.FhirMethod[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final HttpHealthcareApiClient.FhirResourcePagesIterator.FhirMethod SEARCH
public static final HttpHealthcareApiClient.FhirResourcePagesIterator.FhirMethod PATIENT_EVERYTHING
public static HttpHealthcareApiClient.FhirResourcePagesIterator.FhirMethod[] values()
for (HttpHealthcareApiClient.FhirResourcePagesIterator.FhirMethod c : HttpHealthcareApiClient.FhirResourcePagesIterator.FhirMethod.values()) System.out.println(c);
public static HttpHealthcareApiClient.FhirResourcePagesIterator.FhirMethod valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null