共用方式為


MetadataIdentifier Class

public final class MetadataIdentifier
extends ExpandableStringEnum<MetadataIdentifier>

Identification of the information to be retrieved by API call.

Field Summary

Modifier and Type Field and Description
static final MetadataIdentifier MONITOR_SERVICE_LIST

Static value MonitorServiceList for MetadataIdentifier.

Constructor Summary

Constructor Description
MetadataIdentifier()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MetadataIdentifier value.

Method Summary

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

Creates or finds a MetadataIdentifier from its string representation.

static Collection<MetadataIdentifier> values()

Gets known MetadataIdentifier values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MONITOR_SERVICE_LIST

public static final MetadataIdentifier MONITOR_SERVICE_LIST

Static value MonitorServiceList for MetadataIdentifier.

Constructor Details

MetadataIdentifier

@Deprecated
public MetadataIdentifier()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MetadataIdentifier value.

Method Details

fromString

public static MetadataIdentifier fromString(String name)

Creates or finds a MetadataIdentifier from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MetadataIdentifier.

values

public static Collection<MetadataIdentifier> values()

Gets known MetadataIdentifier values.

Returns:

known MetadataIdentifier values.

Applies to