JobAgentIdentityType Class

public final class JobAgentIdentityType
extends ExpandableStringEnum<JobAgentIdentityType>

The job agent identity type.

Field Summary

Modifier and Type Field and Description
static final JobAgentIdentityType NONE

None.

static final JobAgentIdentityType SYSTEM_ASSIGNED

SystemAssigned.

static final JobAgentIdentityType SYSTEM_ASSIGNED_USER_ASSIGNED

SystemAssignedUserAssigned.

static final JobAgentIdentityType USER_ASSIGNED

UserAssigned.

Constructor Summary

Constructor Description
JobAgentIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of JobAgentIdentityType value.

Method Summary

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

Creates or finds a JobAgentIdentityType from its string representation.

static Collection<JobAgentIdentityType> values()

Gets known JobAgentIdentityType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NONE

public static final JobAgentIdentityType NONE

None.

SYSTEM_ASSIGNED

public static final JobAgentIdentityType SYSTEM_ASSIGNED

SystemAssigned.

SYSTEM_ASSIGNED_USER_ASSIGNED

public static final JobAgentIdentityType SYSTEM_ASSIGNED_USER_ASSIGNED

SystemAssignedUserAssigned.

USER_ASSIGNED

public static final JobAgentIdentityType USER_ASSIGNED

UserAssigned.

Constructor Details

JobAgentIdentityType

@Deprecated
public JobAgentIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of JobAgentIdentityType value.

Method Details

fromString

public static JobAgentIdentityType fromString(String name)

Creates or finds a JobAgentIdentityType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding JobAgentIdentityType.

values

public static Collection<JobAgentIdentityType> values()

Gets known JobAgentIdentityType values.

Returns:

known JobAgentIdentityType values.

Applies to