class ImportMapActions extends LazyLogger

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImportMapActions
  2. LazyLogger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ImportMapActions(context: DynamicsContext)

Value Members

  1. implicit val dec1: EntityDecoder[IO, ExportMappingsImportMapResponse]
  2. implicit val dec2: EntityDecoder[IO, ImportMapOData]
  3. val delete: Action
  4. val download: Action
  5. implicit val enc: EntityEncoder[ImportMappingsImportMap]
  6. def filter(items: Traversable[ImportMapOData], filters: Seq[String]): Seq[ImportMapOData]
  7. def get(command: String): Action
  8. def getByName(name: String): IO[Option[ImportMapOData]]
  9. def getImportMapXml(importMapId: String): IO[String]

    Get an import map's XML content.

  10. def getList(): IO[Seq[ImportMapOData]]
  11. def importImportMap(xmlContent: String): IO[ImportMapOData]

    Import a map.

    Import a map. Overwrites anything that already exists with the same name.

  12. val list: Action
  13. lazy val logger: Logger
    Definition Classes
    LazyLogger
  14. val upload: Action

    Upload and optionally clobber an import map.

  15. def uploadMultiple(files: Seq[String], noclobber: Boolean = true): IO[Unit]
  16. def uploadOne(file: String, noclobber: Boolean): IO[Unit]

    Upload a single import map.

    Upload a single import map. Potentially clobber it if it already exists.