package
synapse
Type Members
-
case class
AsynchronousJobStatus(errorMessage: Option[String], progressMessage: Option[String], progressTotal: Option[Int], etag: String, jobId: String, errorDetails: Option[String], exception: Option[String], startedByUserId: Int, jobState: AsyncJobState.Value, progressCurrent: Option[Int], changedOn: Date, startedOn: Date, runtimeMS: Long, jobCanceling: Boolean) extends Product with Serializable
-
case class
BulkFileDownloadRequest(requestedFiles: Seq[FileHandleAssociation], concreteType: Option[String] = None) extends Product with Serializable
-
case class
BulkFileDownloadResponse(fileSummary: Seq[FileDownloadSummary], concreteType: String, userId: String, resultZipFileHandleId: String) extends Product with Serializable
-
case class
ColumnModel(id: String, columnType: ColumnType.Value, name: String, maximumSize: Option[Int], enumValues: Option[Seq[String]], defaultValue: Option[String]) extends Product with Serializable
-
case class
DownloadFromTableResult(headers: Seq[SelectColumn], resultsFileHandleId: String, concreteType: String, etag: String, tableId: String) extends Product with Serializable
-
case class
FileDownloadSummary(zipEntryName: Option[String], status: String, failureMessage: Option[String], failureCode: Option[String], associateObjectType: FileHandleAssociateType.Value, fileHandleId: String, associateObjectId: String) extends Product with Serializable
-
case class
FileHandle(createdOn: Date, id: String, concreteType: String, contentSize: Int, createdBy: String, etag: String, fileName: String, contentType: String, contentMd5: String, storageLocationId: Option[Int]) extends Product with Serializable
-
case class
FileHandleAssociation(associateObjectType: FileHandleAssociateType.Value, fileHandleId: String, associateObjectId: String) extends Product with Serializable
-
case class
FileHandleResults(list: Seq[FileHandle]) extends Product with Serializable
-
case class
PaginatedColumnModels(totalNumberOfResults: Int, results: Seq[ColumnModel]) extends Product with Serializable
-
case class
RowReference(rowId: Int, versionNumber: Int) extends Product with Serializable
-
case class
RowReferenceSet(headers: Seq[SelectColumn], etag: Option[String], tableId: String, rows: Seq[RowReference]) extends Product with Serializable
-
case class
SelectColumn(id: String, columnType: ColumnType.Value, name: String) extends Product with Serializable
-
case class
Session(sessionToken: String, acceptsTermsOfUse: Boolean) extends Product with Serializable
-