FileResponse

io.cequence.pineconescala.domain.response.FileResponse
See theFileResponse companion object
final case class FileResponse(name: String, id: UUID, metadata: Map[String, String], created_on: Option[OffsetDateTime], updated_on: Option[OffsetDateTime], status: Status)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def hasProcessingFailed: Boolean
def hasStatus(status: Status): Boolean
def isAvailable: Boolean
def isDeleting: Boolean
def isProcessing: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product