UpdateTriggerPayloadType Class

public final class UpdateTriggerPayloadType
extends ExpandableStringEnum<UpdateTriggerPayloadType>

Type of Payload body for Base image update triggers.

Field Summary

Modifier and Type Field and Description
static final UpdateTriggerPayloadType DEFAULT

Static value Default for UpdateTriggerPayloadType.

static final UpdateTriggerPayloadType TOKEN

Static value Token for UpdateTriggerPayloadType.

Constructor Summary

Constructor Description
UpdateTriggerPayloadType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of UpdateTriggerPayloadType value.

Method Summary

Modifier and Type Method and Description
static UpdateTriggerPayloadType fromString(String name)

Creates or finds a UpdateTriggerPayloadType from its string representation.

static Collection<UpdateTriggerPayloadType> values()

Gets known UpdateTriggerPayloadType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DEFAULT

public static final UpdateTriggerPayloadType DEFAULT

Static value Default for UpdateTriggerPayloadType.

TOKEN

public static final UpdateTriggerPayloadType TOKEN

Static value Token for UpdateTriggerPayloadType.

Constructor Details

UpdateTriggerPayloadType

@Deprecated
public UpdateTriggerPayloadType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of UpdateTriggerPayloadType value.

Method Details

fromString

public static UpdateTriggerPayloadType fromString(String name)

Creates or finds a UpdateTriggerPayloadType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding UpdateTriggerPayloadType.

values

public static Collection values()

Gets known UpdateTriggerPayloadType values.

Returns:

known UpdateTriggerPayloadType values.

Applies to