Class PostmarkedMetadata
- java.lang.Object
-
- no.digipost.api.client.representations.EventMetadata
-
- no.digipost.api.client.representations.PostmarkedMetadata
-
public class PostmarkedMetadata extends EventMetadata
-
-
Field Summary
Fields Modifier and Type Field Description ZonedDateTime
postmarkedTime
-
Constructor Summary
Constructors Constructor Description PostmarkedMetadata()
PostmarkedMetadata(ZonedDateTime postmarkedTime)
-
-
-
Field Detail
-
postmarkedTime
public final ZonedDateTime postmarkedTime
-
-
Constructor Detail
-
PostmarkedMetadata
public PostmarkedMetadata()
-
PostmarkedMetadata
public PostmarkedMetadata(ZonedDateTime postmarkedTime)
-
-