Uses of Class
no.digipost.signature.client.core.Sender
Packages that use Sender
Package
Description
-
Uses of Sender in no.digipost.signature.client
Methods in no.digipost.signature.client with parameters of type SenderModifier and TypeMethodDescriptionClientConfiguration.Builder.defaultSender(Sender sender) Set the defaultSenderto use if not specifying sender per signature job. -
Uses of Sender in no.digipost.signature.client.core.internal
Methods in no.digipost.signature.client.core.internal that return SenderModifier and TypeMethodDescriptiondefault SenderMaySpecifySender.resolveSenderWithFallbackTo(Stream<MaySpecifySender> fallbacks) default SenderMaySpecifySender.resolveSenderWithFallbackTo(MaySpecifySender firstFallback, MaySpecifySender... moreFallbacks) Methods in no.digipost.signature.client.core.internal that return types with arguments of type SenderMethods in no.digipost.signature.client.core.internal with parameters of type SenderModifier and TypeMethodDescription<RES> JobStatusResponse<RES>ClientHelper.getStatusChange(ApiFlow<?, ?, RES> target, Sender sender) static MaySpecifySenderMaySpecifySender.ofNullable(Sender sender) <RESPONSE,REQUEST>
RESPONSEClientHelper.sendSignatureJobRequest(ApiFlow<REQUEST, RESPONSE, ?> target, REQUEST signatureJobRequest, DocumentBundle documentBundle, Sender sender) static MaySpecifySenderMaySpecifySender.specifiedAs(Sender sender) JobCustomizations.withSender(Sender sender) Set the sender for this specific signature job. -
Uses of Sender in no.digipost.signature.client.direct
Methods in no.digipost.signature.client.direct that return types with arguments of type SenderMethods in no.digipost.signature.client.direct with parameters of type SenderModifier and TypeMethodDescriptionDirectClient.getStatusChange(Sender sender) If there is a job with an updatedstatus, the returned object contains necessary information to act on the status change.DirectJob.Builder.withSender(Sender sender) -
Uses of Sender in no.digipost.signature.client.portal
Methods in no.digipost.signature.client.portal that return types with arguments of type SenderMethods in no.digipost.signature.client.portal with parameters of type SenderModifier and TypeMethodDescriptionPortalClient.getStatusChange(Sender sender) If there is a job with an updatedstatus, the returned object contains necessary information to act on the status change.PortalJob.Builder.withSender(Sender sender)