public static enum CreateWebhookRequest.TypeEnum extends Enum<CreateWebhookRequest.TypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateWebhookRequest.TypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static CreateWebhookRequest.TypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static CreateWebhookRequest.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateWebhookRequest.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="wecom") public static final CreateWebhookRequest.TypeEnum WECOM
@SerializedName(value="dingtalk") public static final CreateWebhookRequest.TypeEnum DINGTALK
@SerializedName(value="lark") public static final CreateWebhookRequest.TypeEnum LARK
@SerializedName(value="custom") public static final CreateWebhookRequest.TypeEnum CUSTOM
public static CreateWebhookRequest.TypeEnum[] values()
for (CreateWebhookRequest.TypeEnum c : CreateWebhookRequest.TypeEnum.values()) System.out.println(c);
public static CreateWebhookRequest.TypeEnum 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 getValue()
public String toString()
toString in class Enum<CreateWebhookRequest.TypeEnum>public static CreateWebhookRequest.TypeEnum fromValue(String input)
Copyright © 2026. All rights reserved.