public static enum Request.Operation extends Enum<Request.Operation>
Enum Constant and Description |
---|
bind |
bulkIngest |
checkIn |
checkOut |
delete |
deleteVerify |
deleteWithLinkedDocs |
ingest |
transfer |
transferInstances |
transferItems |
unbind |
Modifier and Type | Method and Description |
---|---|
static Request.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Request.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Request.Operation ingest
public static final Request.Operation bulkIngest
public static final Request.Operation checkIn
public static final Request.Operation checkOut
public static final Request.Operation delete
public static final Request.Operation deleteVerify
public static final Request.Operation deleteWithLinkedDocs
public static final Request.Operation bind
public static final Request.Operation unbind
public static final Request.Operation transfer
public static final Request.Operation transferInstances
public static final Request.Operation transferItems
public static Request.Operation[] values()
for (Request.Operation c : Request.Operation.values()) System.out.println(c);
public static Request.Operation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2004–2015 The Kuali Foundation. All rights reserved.