Skip navigation links


oracle.iam.oimcommon.vo
Class RiskContext.AccountScanScope

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.oimcommon.vo.RiskContext.AccountScanScope

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
RiskContext

public static final class RiskContext.AccountScanScope
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static RiskContext.AccountScanScope ACTIVE_ACCOUNTS
           
static RiskContext.AccountScanScope ALL_ACCOUNTS
           

 

Method Summary
static RiskContext.AccountScanScope valueOf(java.lang.String name)
           
static RiskContext.AccountScanScope[] values()
           

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

ALL_ACCOUNTS

public static final RiskContext.AccountScanScope ALL_ACCOUNTS

ACTIVE_ACCOUNTS

public static final RiskContext.AccountScanScope ACTIVE_ACCOUNTS

Method Detail

values

public static RiskContext.AccountScanScope[] values()

valueOf

public static RiskContext.AccountScanScope valueOf(java.lang.String name)

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.