Skip navigation links


oracle.iam.provisioning.vo
Class EntitlementInstance.ACTION

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.provisioning.vo.EntitlementInstance.ACTION

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

public static final class EntitlementInstance.ACTION
extends java.lang.Enum

An enumeration that represents the operation associated with the Entitlement Instance. It can take three values: Insert, Update and Delete.

See Also:
Serialized Form

Field Summary
static EntitlementInstance.ACTION Add
           
static EntitlementInstance.ACTION Delete
           
static EntitlementInstance.ACTION Modify
           

 

Method Summary
static EntitlementInstance.ACTION valueOf(java.lang.String name)
           
static EntitlementInstance.ACTION[] 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

Add

public static final EntitlementInstance.ACTION Add

Modify

public static final EntitlementInstance.ACTION Modify

Delete

public static final EntitlementInstance.ACTION Delete

Method Detail

values

public static EntitlementInstance.ACTION[] values()

valueOf

public static EntitlementInstance.ACTION valueOf(java.lang.String name)

Skip navigation links


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