static VerificationResult.Attestation.Builder |
VerificationResult.Attestation.builder() |
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.communicationMethod(CodeableConcept communicationMethod) |
The method by which attested information was submitted/retrieved (manual; API; Push).
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.date(java.time.LocalDate date) |
Convenience method for setting date .
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.date(Date date) |
The date the information was attested to.
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.from(VerificationResult.Attestation attestation) |
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.onBehalfOf(Reference onBehalfOf) |
When the who is asserting on behalf of another (organization or individual).
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.proxyIdentityCertificate(java.lang.String proxyIdentityCertificate) |
Convenience method for setting proxyIdentityCertificate .
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.proxyIdentityCertificate(String proxyIdentityCertificate) |
A digital identity certificate associated with the proxy entity submitting attested information on behalf of the
attestation source.
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.proxySignature(Signature proxySignature) |
Signed assertion by the proxy entity indicating that they have the right to submit attested information on behalf of
the attestation source.
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.sourceIdentityCertificate(java.lang.String sourceIdentityCertificate) |
Convenience method for setting sourceIdentityCertificate .
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.sourceIdentityCertificate(String sourceIdentityCertificate) |
A digital identity certificate associated with the attestation source.
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.sourceSignature(Signature sourceSignature) |
Signed assertion by the attestation source that they have attested to the information.
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.toBuilder() |
|
VerificationResult.Attestation.Builder |
VerificationResult.Attestation.Builder.who(Reference who) |
The individual or organization attesting to information.
|