Uses of Enum
no.digipost.signature.client.direct.DirectJobStatus
Packages that use DirectJobStatus
-
Uses of DirectJobStatus in no.digipost.signature.client.direct
Methods in no.digipost.signature.client.direct that return DirectJobStatusModifier and TypeMethodDescriptionstatic DirectJobStatusDirectJobStatus.fromXmlType(no.digipost.signature.api.xml.XMLDirectSignatureJobStatus xmlJobStatus) DirectJobStatusResponse.getStatus()static DirectJobStatusReturns the enum constant of this type with the specified name.static DirectJobStatus[]DirectJobStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.digipost.signature.client.direct with parameters of type DirectJobStatusConstructors in no.digipost.signature.client.direct with parameters of type DirectJobStatusModifierConstructorDescriptionDirectJobStatusResponse(Long signatureJobId, String reference, DirectJobStatus signatureJobStatus, ConfirmationReference confirmationUrl, DeleteDocumentsUrl deleteDocumentsUrl, List<Signature> signatures, PAdESReference pAdESReference, Instant nextPermittedPollTime)