AccessReviewApplyResult Class

public final class AccessReviewApplyResult
extends ExpandableStringEnum<AccessReviewApplyResult>

The outcome of applying the decision.

Field Summary

Modifier and Type Field and Description
static final AccessReviewApplyResult APPLIED_SUCCESSFULLY

AppliedSuccessfully.

static final AccessReviewApplyResult APPLIED_SUCCESSFULLY_BUT_OBJECT_NOT_FOUND

AppliedSuccessfullyButObjectNotFound.

static final AccessReviewApplyResult APPLIED_WITH_UNKNOWN_FAILURE

AppliedWithUnknownFailure.

static final AccessReviewApplyResult APPLYING

Applying.

static final AccessReviewApplyResult APPLY_NOT_SUPPORTED

ApplyNotSupported.

static final AccessReviewApplyResult NEW

New.

Constructor Summary

Constructor Description
AccessReviewApplyResult()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AccessReviewApplyResult value.

Method Summary

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

Creates or finds a AccessReviewApplyResult from its string representation.

static Collection<AccessReviewApplyResult> values()

Gets known AccessReviewApplyResult values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

APPLIED_SUCCESSFULLY

public static final AccessReviewApplyResult APPLIED_SUCCESSFULLY

AppliedSuccessfully.

APPLIED_SUCCESSFULLY_BUT_OBJECT_NOT_FOUND

public static final AccessReviewApplyResult APPLIED_SUCCESSFULLY_BUT_OBJECT_NOT_FOUND

AppliedSuccessfullyButObjectNotFound.

APPLIED_WITH_UNKNOWN_FAILURE

public static final AccessReviewApplyResult APPLIED_WITH_UNKNOWN_FAILURE

AppliedWithUnknownFailure.

APPLYING

public static final AccessReviewApplyResult APPLYING

Applying.

APPLY_NOT_SUPPORTED

public static final AccessReviewApplyResult APPLY_NOT_SUPPORTED

ApplyNotSupported.

NEW

public static final AccessReviewApplyResult NEW

New.

Constructor Details

AccessReviewApplyResult

@Deprecated
public AccessReviewApplyResult()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AccessReviewApplyResult value.

Method Details

fromString

public static AccessReviewApplyResult fromString(String name)

Creates or finds a AccessReviewApplyResult from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AccessReviewApplyResult.

values

public static Collection<AccessReviewApplyResult> values()

Gets known AccessReviewApplyResult values.

Returns:

known AccessReviewApplyResult values.

Applies to