public class ResponseDate extends Object
ZonedDateTime
.Modifier and Type | Class and Description |
---|---|
static class |
ResponseDate.ResponseDateConverter
XML converter class.
|
Modifier and Type | Field and Description |
---|---|
static DateTimeFormatter |
MINIO_RESPONSE_DATE_FORMAT |
Constructor and Description |
---|
ResponseDate() |
ResponseDate(ZonedDateTime zonedDateTime) |
Modifier and Type | Method and Description |
---|---|
static ResponseDate |
fromString(String responseDateString) |
String |
toString() |
ZonedDateTime |
zonedDateTime() |
public static final DateTimeFormatter MINIO_RESPONSE_DATE_FORMAT
public ResponseDate()
public ResponseDate(ZonedDateTime zonedDateTime)
public ZonedDateTime zonedDateTime()
public static ResponseDate fromString(String responseDateString)