public class ExportTableRequest extends Object
Constructor and Description |
---|
ExportTableRequest() |
ExportTableRequest(String tableName,
ExportOperation operationType,
String user,
String basketId,
String toSaveName,
ExportCSVSettings csvSettings) |
Modifier and Type | Method and Description |
---|---|
String |
basketId() |
void |
basketId(String basketId) |
ExportCSVSettings |
csvSettings() |
void |
csvSettings(ExportCSVSettings csvSettings) |
ExportOperation |
operationType() |
void |
operationType(ExportOperation operationType) |
String |
tableName() |
void |
tableName(String tableName) |
String |
toSaveName() |
void |
toSaveName(String toSaveName) |
String |
toString() |
String |
user() |
void |
user(String user) |
public ExportTableRequest()
public ExportTableRequest(String tableName, ExportOperation operationType, String user, String basketId, String toSaveName, ExportCSVSettings csvSettings)
public String tableName()
public void tableName(String tableName)
tableName
- the tableName to setpublic ExportOperation operationType()
public void operationType(ExportOperation operationType)
operationType
- the operationType to setpublic String user()
public void user(String user)
user
- the user to setpublic String basketId()
public void basketId(String basketId)
basketId
- the basketId to setpublic String toSaveName()
public void toSaveName(String toSaveName)
toSaveName
- the toSaveName to setpublic ExportCSVSettings csvSettings()
public void csvSettings(ExportCSVSettings csvSettings)
csvSettings
- the csvSettings to setCopyright © 2017. All Rights Reserved.