public enum QzApi extends Enum<QzApi>
| Enum Constant and Description |
|---|
DEFINED |
DELETE_ACTOR_KEY |
GET_ACTOR_KEY |
POST_ACTOR |
POST_ACTOR_EXISTING |
POST_ACTOR_MISSING |
POST_ACTOR_SEARCH |
POST_BATCH_DELETE |
POST_BATCH_UPDATE |
PUT_ACTOR_KEY |
| Modifier and Type | Method and Description |
|---|---|
static QzApi |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QzApi[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QzApi POST_ACTOR
public static final QzApi GET_ACTOR_KEY
public static final QzApi PUT_ACTOR_KEY
public static final QzApi DELETE_ACTOR_KEY
public static final QzApi POST_ACTOR_SEARCH
public static final QzApi POST_ACTOR_MISSING
public static final QzApi POST_ACTOR_EXISTING
public static final QzApi POST_BATCH_UPDATE
public static final QzApi POST_BATCH_DELETE
public static final QzApi DEFINED
public static QzApi[] values()
for (QzApi c : QzApi.values()) System.out.println(c);
public static QzApi 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 nullCopyright © 2021. All rights reserved.