Class ShareDocumentsRequestState
java.lang.Object
no.digipost.api.client.representations.Representation
no.digipost.api.client.representations.shareddocuments.ShareDocumentsRequestState
-
Field Summary
Fields inherited from class no.digipost.api.client.representations.Representation
links -
Constructor Summary
ConstructorsConstructorDescriptionShareDocumentsRequestState(List<SharedDocument> sharedDocuments, ZonedDateTime sharedAtTime, ZonedDateTime expiryTime, ZonedDateTime withdrawnTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSharedDocument(SharedDocument sharedDocument) getLinks()voidsetExpiryTime(ZonedDateTime expiryTime) protected voidvoidsetSharedAtTime(ZonedDateTime sharedAtTime) voidsetSharedDocuments(List<SharedDocument> sharedDocuments) voidsetWithdrawnTime(ZonedDateTime withdrawnTime) toString()Methods inherited from class no.digipost.api.client.representations.Representation
addLink, getLinkByRelationName
-
Constructor Details
-
ShareDocumentsRequestState
public ShareDocumentsRequestState() -
ShareDocumentsRequestState
public ShareDocumentsRequestState(List<SharedDocument> sharedDocuments, ZonedDateTime sharedAtTime, ZonedDateTime expiryTime, ZonedDateTime withdrawnTime)
-
-
Method Details