object ExportConfig extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExportConfig
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val entity: PLens[ExportConfig, ExportConfig, String, String]
  2. val fetchXml: PLens[ExportConfig, ExportConfig, Option[String], Option[String]]
  3. val filter: PLens[ExportConfig, ExportConfig, Option[String], Option[String]]
  4. val header: PLens[ExportConfig, ExportConfig, Boolean, Boolean]
  5. val includeCount: PLens[ExportConfig, ExportConfig, Boolean, Boolean]
  6. val includeFormattedValues: PLens[ExportConfig, ExportConfig, Boolean, Boolean]
  7. val maxPageSize: PLens[ExportConfig, ExportConfig, Option[Int], Option[Int]]
  8. val orderBy: PLens[ExportConfig, ExportConfig, Seq[String], Seq[String]]
  9. val queries: PLens[ExportConfig, ExportConfig, Map[String, String], Map[String, String]]
  10. val query: PLens[ExportConfig, ExportConfig, String, String]
  11. val queryFile: PLens[ExportConfig, ExportConfig, Option[String], Option[String]]
  12. val raw: PLens[ExportConfig, ExportConfig, Boolean, Boolean]
  13. val repeat: PLens[ExportConfig, ExportConfig, Boolean, Boolean]
  14. val repeatDelay: PLens[ExportConfig, ExportConfig, Int, Int]
  15. val select: PLens[ExportConfig, ExportConfig, Seq[String], Seq[String]]
  16. val skip: PLens[ExportConfig, ExportConfig, Option[Int], Option[Int]]
  17. val top: PLens[ExportConfig, ExportConfig, Option[Int], Option[Int]]
  18. val useFunction: PLens[ExportConfig, ExportConfig, Boolean, Boolean]
  19. val wrap: PLens[ExportConfig, ExportConfig, Boolean, Boolean]