Class V10PresentationExchange.V10PresentationExchangeBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V10PresentationExchange.V10PresentationExchangeBuilder
-
- Enclosing class:
- V10PresentationExchange
public static class V10PresentationExchange.V10PresentationExchangeBuilder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
autoPresent
public V10PresentationExchange.V10PresentationExchangeBuilder autoPresent(Boolean autoPresent)
- Returns:
this.
-
autoVerify
public V10PresentationExchange.V10PresentationExchangeBuilder autoVerify(Boolean autoVerify)
- Returns:
this.
-
connectionId
public V10PresentationExchange.V10PresentationExchangeBuilder connectionId(String connectionId)
- Returns:
this.
-
createdAt
public V10PresentationExchange.V10PresentationExchangeBuilder createdAt(String createdAt)
- Returns:
this.
-
errorMsg
public V10PresentationExchange.V10PresentationExchangeBuilder errorMsg(String errorMsg)
- Returns:
this.
-
initiator
public V10PresentationExchange.V10PresentationExchangeBuilder initiator(V10PresentationExchange.InitiatorEnum initiator)
- Returns:
this.
-
presentation
public V10PresentationExchange.V10PresentationExchangeBuilder presentation(IndyProof presentation)
- Returns:
this.
-
presentationExchangeId
public V10PresentationExchange.V10PresentationExchangeBuilder presentationExchangeId(String presentationExchangeId)
- Returns:
this.
-
presentationProposalDict
public V10PresentationExchange.V10PresentationExchangeBuilder presentationProposalDict(PresentationProposal presentationProposalDict)
- Returns:
this.
-
presentationRequest
public V10PresentationExchange.V10PresentationExchangeBuilder presentationRequest(IndyProofRequest presentationRequest)
- Returns:
this.
-
presentationRequestDict
public V10PresentationExchange.V10PresentationExchangeBuilder presentationRequestDict(PresentationRequest presentationRequestDict)
- Returns:
this.
-
role
public V10PresentationExchange.V10PresentationExchangeBuilder role(V10PresentationExchange.RoleEnum role)
- Returns:
this.
-
state
public V10PresentationExchange.V10PresentationExchangeBuilder state(String state)
- Returns:
this.
-
threadId
public V10PresentationExchange.V10PresentationExchangeBuilder threadId(String threadId)
- Returns:
this.
-
trace
public V10PresentationExchange.V10PresentationExchangeBuilder trace(Boolean trace)
- Returns:
this.
-
updatedAt
public V10PresentationExchange.V10PresentationExchangeBuilder updatedAt(String updatedAt)
- Returns:
this.
-
verified
public V10PresentationExchange.V10PresentationExchangeBuilder verified(V10PresentationExchange.VerifiedEnum verified)
- Returns:
this.
-
build
public V10PresentationExchange build()
-
-