CreatedByType Class

public final class CreatedByType
extends ExpandableStringEnum<CreatedByType>

The type of identity that created the resource.

Field Summary

Modifier and Type Field and Description
static final CreatedByType APPLICATION

Static value Application for CreatedByType.

static final CreatedByType KEY

Static value Key for CreatedByType.

static final CreatedByType MANAGED_IDENTITY

Static value ManagedIdentity for CreatedByType.

static final CreatedByType USER

Static value User for CreatedByType.

Constructor Summary

Constructor Description
CreatedByType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CreatedByType value.

Method Summary

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

Creates or finds a CreatedByType from its string representation.

static Collection<CreatedByType> values()

Gets known CreatedByType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

APPLICATION

public static final CreatedByType APPLICATION

Static value Application for CreatedByType.

KEY

public static final CreatedByType KEY

Static value Key for CreatedByType.

MANAGED_IDENTITY

public static final CreatedByType MANAGED_IDENTITY

Static value ManagedIdentity for CreatedByType.

USER

public static final CreatedByType USER

Static value User for CreatedByType.

Constructor Details

CreatedByType

@Deprecated
public CreatedByType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CreatedByType value.

Method Details

fromString

public static CreatedByType fromString(String name)

Creates or finds a CreatedByType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CreatedByType.

values

public static Collection<CreatedByType> values()

Gets known CreatedByType values.

Returns:

known CreatedByType values.

Applies to