com.evolveum.midpoint.schema
Class GetOperationOptions

java.lang.Object
  extended by com.evolveum.midpoint.schema.GetOperationOptions

public class GetOperationOptions
extends Object

Author:
semancik

Constructor Summary
GetOperationOptions()
           
 
Method Summary
static GetOperationOptions createNoFetch()
           
static GetOperationOptions createRaw()
           
static GetOperationOptions createResolve()
           
 boolean equals(Object obj)
           
 Boolean getNoFetch()
           
 Boolean getRaw()
           
 Boolean getResolve()
           
 int hashCode()
           
static boolean isNoFetch(GetOperationOptions options)
           
static boolean isRaw(GetOperationOptions options)
           
static boolean isResolve(GetOperationOptions options)
           
 void setNoFetch(Boolean noFetch)
           
 void setRaw(Boolean raw)
           
 void setResolve(Boolean resolve)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetOperationOptions

public GetOperationOptions()
Method Detail

getResolve

public Boolean getResolve()

setResolve

public void setResolve(Boolean resolve)

isResolve

public static boolean isResolve(GetOperationOptions options)

createResolve

public static GetOperationOptions createResolve()

getNoFetch

public Boolean getNoFetch()

setNoFetch

public void setNoFetch(Boolean noFetch)

isNoFetch

public static boolean isNoFetch(GetOperationOptions options)

createNoFetch

public static GetOperationOptions createNoFetch()

getRaw

public Boolean getRaw()

setRaw

public void setRaw(Boolean raw)

isRaw

public static boolean isRaw(GetOperationOptions options)

createRaw

public static GetOperationOptions createRaw()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 evolveum. All Rights Reserved.