Skip navigation links


oracle.iam.api
Class OIMService.Intent

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.api.OIMService.Intent

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
OIMService

public static final class OIMService.Intent
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static OIMService.Intent ANY
           
static OIMService.Intent DIRECT
           
static OIMService.Intent REQUEST
           

 

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

REQUEST

public static final OIMService.Intent REQUEST

DIRECT

public static final OIMService.Intent DIRECT

ANY

public static final OIMService.Intent ANY

Method Detail

values

public static OIMService.Intent[] values()

valueOf

public static OIMService.Intent valueOf(java.lang.String name)

Skip navigation links


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