public static enum UploadTzbAction.ParameterType extends Enum<UploadTzbAction.ParameterType>
| Enum Constant and Description |
|---|
action_time |
created_at |
description |
fk_tree |
key |
payload |
status |
status_reason |
url |
| Modifier and Type | Method and Description |
|---|---|
static UploadTzbAction.ParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UploadTzbAction.ParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UploadTzbAction.ParameterType key
public static final UploadTzbAction.ParameterType status
public static final UploadTzbAction.ParameterType payload
public static final UploadTzbAction.ParameterType created_at
public static final UploadTzbAction.ParameterType action_time
public static final UploadTzbAction.ParameterType description
public static final UploadTzbAction.ParameterType status_reason
public static final UploadTzbAction.ParameterType fk_tree
public static final UploadTzbAction.ParameterType url
public static UploadTzbAction.ParameterType[] values()
for (UploadTzbAction.ParameterType c : UploadTzbAction.ParameterType.values()) System.out.println(c);
public static UploadTzbAction.ParameterType 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 © 2012–2025 cismet GmbH. All rights reserved.