uk.gov.hmrc.objectstore.client

Members list

Type members

Classlikes

final case class Md5Hash(value: String) extends AnyVal

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
case class Object[CONTENT](location: File, content: CONTENT, metadata: ObjectMetadata)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ObjectListing(objectSummaries: List[ObjectSummary])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ObjectMetadata(contentType: String, contentLength: Long, contentMd5: Md5Hash, lastModified: Instant, userMetadata: Map[String, String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ObjectSummary(location: File, contentLength: Long, lastModified: Instant)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ObjectSummaryWithMd5(location: File, contentLength: Long, contentMd5: Md5Hash, lastModified: Instant)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait Path

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Directory
class File
object Path

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Path.type
final case class PresignedDownloadUrl(downloadUrl: URL, contentLength: Long, contentMd5: Md5Hash)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed abstract class RetentionPeriod(val value: String)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object OneDay
object OneMonth
object OneWeek
object OneYear
object SevenYears
object SixMonths
object TenYears
Show all

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Sha256Checksum(value: String) extends AnyVal

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type