public static enum ResponsePayloadModel.TechnicalField extends Enum<ResponsePayloadModel.TechnicalField>
| Enum Constant and Description |
|---|
APPLIED |
PAGING_STATE |
| Modifier and Type | Method and Description |
|---|---|
String |
getGraphqlName() |
static ResponsePayloadModel.TechnicalField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponsePayloadModel.TechnicalField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResponsePayloadModel.TechnicalField APPLIED
public static final ResponsePayloadModel.TechnicalField PAGING_STATE
public static ResponsePayloadModel.TechnicalField[] values()
for (ResponsePayloadModel.TechnicalField c : ResponsePayloadModel.TechnicalField.values()) System.out.println(c);
public static ResponsePayloadModel.TechnicalField valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getGraphqlName()
Copyright © 2021. All rights reserved.