public class IQLExportRequestBean extends Object implements Serializable
| Constructor and Description |
|---|
IQLExportRequestBean(String id,
ObjectTypeBean objectType,
ExportConfigurationBean configuration,
String query,
String charEncoder) |
| Modifier and Type | Method and Description |
|---|---|
static IQLExportRequestBean |
fromString(String serialized) |
String |
getCharEncoder() |
ExportConfigurationBean |
getConfiguration() |
String |
getId() |
ObjectTypeBean |
getObjectType() |
String |
getQuery() |
String |
serializeToString() |
public IQLExportRequestBean(String id, ObjectTypeBean objectType, ExportConfigurationBean configuration, String query, String charEncoder)
public static IQLExportRequestBean fromString(String serialized) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic String getCharEncoder()
public ExportConfigurationBean getConfiguration()
public String getId()
public ObjectTypeBean getObjectType()
public String getQuery()
public String serializeToString() throws IOException
IOExceptionCopyright © 2023 Atlassian. All rights reserved.