Modifier and Type | Class and Description |
---|---|
static class |
Request.Operation |
Modifier and Type | Field and Description |
---|---|
static Set<String> |
validOperationSet |
Constructor and Description |
---|
Request() |
Modifier and Type | Method and Description |
---|---|
String |
getOperation() |
List<RequestDocument> |
getRequestDocuments() |
String |
getUser() |
void |
setOperation(String operation) |
void |
setRequestDocuments(List<RequestDocument> requestDocuments) |
void |
setUser(String user) |
public static Set<String> validOperationSet
public Request()
public String getOperation()
public void setOperation(String operation)
public List<RequestDocument> getRequestDocuments()
public void setRequestDocuments(List<RequestDocument> requestDocuments)
Copyright © 2004–2016 The Kuali Foundation. All rights reserved.