@Generated public enum RegistryWebhookEvent extends Enum<RegistryWebhookEvent>
Modifier and Type | Method and Description |
---|---|
static RegistryWebhookEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegistryWebhookEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegistryWebhookEvent COMMENT_CREATED
public static final RegistryWebhookEvent MODEL_VERSION_CREATED
public static final RegistryWebhookEvent MODEL_VERSION_TAG_SET
public static final RegistryWebhookEvent MODEL_VERSION_TRANSITIONED_STAGE
public static final RegistryWebhookEvent MODEL_VERSION_TRANSITIONED_TO_ARCHIVED
public static final RegistryWebhookEvent MODEL_VERSION_TRANSITIONED_TO_PRODUCTION
public static final RegistryWebhookEvent MODEL_VERSION_TRANSITIONED_TO_STAGING
public static final RegistryWebhookEvent REGISTERED_MODEL_CREATED
public static final RegistryWebhookEvent TRANSITION_REQUEST_CREATED
public static final RegistryWebhookEvent TRANSITION_REQUEST_TO_ARCHIVED_CREATED
public static final RegistryWebhookEvent TRANSITION_REQUEST_TO_PRODUCTION_CREATED
public static final RegistryWebhookEvent TRANSITION_REQUEST_TO_STAGING_CREATED
public static RegistryWebhookEvent[] values()
for (RegistryWebhookEvent c : RegistryWebhookEvent.values()) System.out.println(c);
public static RegistryWebhookEvent 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 © 2023. All rights reserved.