Partager via


GalleryApplicationScriptRebootBehavior Class

public final class GalleryApplicationScriptRebootBehavior
extends ExpandableStringEnum<GalleryApplicationScriptRebootBehavior>

Optional. The action to be taken with regards to install/update/remove of the gallery application in the event of a reboot.

Field Summary

Modifier and Type Field and Description
static final GalleryApplicationScriptRebootBehavior NONE

Static value None for GalleryApplicationScriptRebootBehavior.

static final GalleryApplicationScriptRebootBehavior RERUN

Static value Rerun for GalleryApplicationScriptRebootBehavior.

Constructor Summary

Constructor Description
GalleryApplicationScriptRebootBehavior()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of GalleryApplicationScriptRebootBehavior value.

Method Summary

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

Creates or finds a GalleryApplicationScriptRebootBehavior from its string representation.

static Collection<GalleryApplicationScriptRebootBehavior> values()

Gets known GalleryApplicationScriptRebootBehavior values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NONE

public static final GalleryApplicationScriptRebootBehavior NONE

Static value None for GalleryApplicationScriptRebootBehavior.

RERUN

public static final GalleryApplicationScriptRebootBehavior RERUN

Static value Rerun for GalleryApplicationScriptRebootBehavior.

Constructor Details

GalleryApplicationScriptRebootBehavior

@Deprecated
public GalleryApplicationScriptRebootBehavior()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of GalleryApplicationScriptRebootBehavior value.

Method Details

fromString

public static GalleryApplicationScriptRebootBehavior fromString(String name)

Creates or finds a GalleryApplicationScriptRebootBehavior from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding GalleryApplicationScriptRebootBehavior.

values

public static Collection values()

Gets known GalleryApplicationScriptRebootBehavior values.

Returns:

known GalleryApplicationScriptRebootBehavior values.

Applies to