UpdateActionType Class

public final class UpdateActionType
extends ExpandableStringEnum<UpdateActionType>

Type of the actual difference for the compared object, while performing schema comparison.

Field Summary

Modifier and Type Field and Description
static final UpdateActionType ADDED_ON_TARGET

Static value AddedOnTarget for UpdateActionType.

static final UpdateActionType CHANGED_ON_TARGET

Static value ChangedOnTarget for UpdateActionType.

static final UpdateActionType DELETED_ON_TARGET

Static value DeletedOnTarget for UpdateActionType.

Constructor Summary

Constructor Description
UpdateActionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of UpdateActionType value.

Method Summary

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

Creates or finds a UpdateActionType from its string representation.

static Collection<UpdateActionType> values()

Gets known UpdateActionType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ADDED_ON_TARGET

public static final UpdateActionType ADDED_ON_TARGET

Static value AddedOnTarget for UpdateActionType.

CHANGED_ON_TARGET

public static final UpdateActionType CHANGED_ON_TARGET

Static value ChangedOnTarget for UpdateActionType.

DELETED_ON_TARGET

public static final UpdateActionType DELETED_ON_TARGET

Static value DeletedOnTarget for UpdateActionType.

Constructor Details

UpdateActionType

@Deprecated
public UpdateActionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of UpdateActionType value.

Method Details

fromString

public static UpdateActionType fromString(String name)

Creates or finds a UpdateActionType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding UpdateActionType.

values

public static Collection values()

Gets known UpdateActionType values.

Returns:

known UpdateActionType values.

Applies to