object-store-client-common
object-store-client-common
API
uk.gov.hmrc.objectstore.client
category
Functor
Functor
Monad
Monad
MonadError
config
ObjectStoreClientConfig
http
HttpClient
ObjectStoreContentRead
ObjectStoreContentWrite
ObjectStoreRead
ObjectStoreWrite
Payload
Md5Hash
Object
ObjectListing
ObjectMetadata
ObjectSummary
ObjectSummaryWithMd5
Path
Path
Directory
File
File
RetentionPeriod
RetentionPeriod
OneDay
OneMonth
OneWeek
OneYear
SevenYears
SixMonths
TenYears
object-store-client-common
/
uk.gov.hmrc.objectstore.client
/
uk.gov.hmrc.objectstore.client.http
/
ObjectStoreContentWrite
ObjectStoreContentWrite
uk.gov.hmrc.objectstore.client.http.ObjectStoreContentWrite
trait
ObjectStoreContentWrite
[
F
[
_
],
CONTENT
,
BODY
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
ObjectStoreContentWrite
[
F
,
CONTENT
,
BODY
]
Members list
Clear all
Value members
Abstract methods
def
writeContent
(
content
:
CONTENT
,
contentType
:
Option
[
String
],
contentMd5
:
Option
[
Md5Hash
]):
F
[
BODY
]
Concrete methods
def
contramap
[
CONTENT2
](
f
:
CONTENT2
=>
CONTENT
):
ObjectStoreContentWrite
[
F
,
CONTENT2
,
BODY
]
def
contramapF
[
CONTENT2
](
f
:
CONTENT2
=>
F
[
CONTENT
])(
implicit
F
:
Monad
[
F
]):
ObjectStoreContentWrite
[
F
,
CONTENT2
,
BODY
]
In this article
Attributes
Members list
Value members
Abstract methods
Concrete methods