public class PreviewAssignment extends XMLRequest
AgentAssignment.| Constructor and Description |
|---|
PreviewAssignment(AgentAssignment agentAssignment)
Creates a new Preview Assignment Request for Agent Assignment Variable.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumnNames()
Returns a String array which contains the names of the columns.
|
String[] |
getRow(int index)
Returns the data of the specified row.
|
int |
size()
Returns the number of data rows in the preview.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic PreviewAssignment(AgentAssignment agentAssignment)
agentAssignment - agentAssignmentpublic int size()
public String[] getRow(int index)
index - Index, 0 to size() -1public String[] getColumnNames()
Copyright © 2021. All rights reserved.