DeleteExistingPeering Class

public final class DeleteExistingPeering
extends ExpandableStringEnum<DeleteExistingPeering>

Flag if need to remove current existing peerings.

Field Summary

Modifier and Type Field and Description
static final DeleteExistingPeering FALSE

Static value False for DeleteExistingPeering.

static final DeleteExistingPeering TRUE

Static value True for DeleteExistingPeering.

Constructor Summary

Constructor Description
DeleteExistingPeering()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DeleteExistingPeering value.

Method Summary

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

Creates or finds a DeleteExistingPeering from its string representation.

static Collection<DeleteExistingPeering> values()

Gets known DeleteExistingPeering values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final DeleteExistingPeering FALSE

Static value False for DeleteExistingPeering.

TRUE

public static final DeleteExistingPeering TRUE

Static value True for DeleteExistingPeering.

Constructor Details

DeleteExistingPeering

@Deprecated
public DeleteExistingPeering()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DeleteExistingPeering value.

Method Details

fromString

public static DeleteExistingPeering fromString(String name)

Creates or finds a DeleteExistingPeering from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DeleteExistingPeering.

values

public static Collection values()

Gets known DeleteExistingPeering values.

Returns:

known DeleteExistingPeering values.

Applies to