Share via


BatchAccessScope Class

public final class BatchAccessScope
extends ExpandableStringEnum<BatchAccessScope>

BatchAccessScope enums.

Field Summary

Modifier and Type Field and Description
static final BatchAccessScope JOB

Grants access to perform all operations on the Job containing the Task.

Constructor Summary

Constructor Description
BatchAccessScope()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BatchAccessScope value.

Method Summary

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

Creates or finds a BatchAccessScope from its string representation.

static Collection<BatchAccessScope> values()

Gets known BatchAccessScope values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

JOB

public static final BatchAccessScope JOB

Grants access to perform all operations on the Job containing the Task.

Constructor Details

BatchAccessScope

@Deprecated
public BatchAccessScope()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BatchAccessScope value.

Method Details

fromString

public static BatchAccessScope fromString(String name)

Creates or finds a BatchAccessScope from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding BatchAccessScope.

values

public static Collection<BatchAccessScope> values()

Gets known BatchAccessScope values.

Returns:

known BatchAccessScope values.

Applies to