ResourcePropertiesObjectType Class

public final class ResourcePropertiesObjectType
extends ExpandableStringEnum<ResourcePropertiesObjectType>

Type of the specific object - used for deserializing.

Field Summary

Modifier and Type Field and Description
static final ResourcePropertiesObjectType DEFAULT_RESOURCE_PROPERTIES

Static value DefaultResourceProperties for ResourcePropertiesObjectType.

Constructor Summary

Constructor Description
ResourcePropertiesObjectType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ResourcePropertiesObjectType value.

Method Summary

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

Creates or finds a ResourcePropertiesObjectType from its string representation.

static Collection<ResourcePropertiesObjectType> values()

Gets known ResourcePropertiesObjectType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DEFAULT_RESOURCE_PROPERTIES

public static final ResourcePropertiesObjectType DEFAULT_RESOURCE_PROPERTIES

Static value DefaultResourceProperties for ResourcePropertiesObjectType.

Constructor Details

ResourcePropertiesObjectType

@Deprecated
public ResourcePropertiesObjectType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ResourcePropertiesObjectType value.

Method Details

fromString

public static ResourcePropertiesObjectType fromString(String name)

Creates or finds a ResourcePropertiesObjectType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ResourcePropertiesObjectType.

values

public static Collection<ResourcePropertiesObjectType> values()

Gets known ResourcePropertiesObjectType values.

Returns:

known ResourcePropertiesObjectType values.

Applies to