Class IQLExportRequestBean
java.lang.Object
com.riadalabs.jira.plugins.insight.services.model.IQLExportRequestBean
- All Implemented Interfaces:
Serializable
Model representing an Export Request
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIQLExportRequestBean
(String id, ObjectTypeBean objectType, ExportConfigurationBean configuration, String query, String charEncoder) -
Method Summary
Modifier and TypeMethodDescriptionstatic IQLExportRequestBean
fromString
(String serialized) getId()
getQuery()
-
Constructor Details
-
IQLExportRequestBean
public IQLExportRequestBean(String id, ObjectTypeBean objectType, ExportConfigurationBean configuration, String query, String charEncoder)
-
-
Method Details
-
fromString
public static IQLExportRequestBean fromString(String serialized) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-
getCharEncoder
-
getConfiguration
-
getId
-
getObjectType
-
getQuery
-
serializeToString
- Throws:
IOException
-