Class V10CredentialExchange.V10CredentialExchangeBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V10CredentialExchange.V10CredentialExchangeBuilder
-
- Enclosing class:
- V10CredentialExchange
public static class V10CredentialExchange.V10CredentialExchangeBuilder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
autoIssue
public V10CredentialExchange.V10CredentialExchangeBuilder autoIssue(Boolean autoIssue)
- Returns:
this.
-
autoOffer
public V10CredentialExchange.V10CredentialExchangeBuilder autoOffer(Boolean autoOffer)
- Returns:
this.
-
autoRemove
public V10CredentialExchange.V10CredentialExchangeBuilder autoRemove(Boolean autoRemove)
- Returns:
this.
-
connectionId
public V10CredentialExchange.V10CredentialExchangeBuilder connectionId(String connectionId)
- Returns:
this.
-
createdAt
public V10CredentialExchange.V10CredentialExchangeBuilder createdAt(String createdAt)
- Returns:
this.
-
credential
public V10CredentialExchange.V10CredentialExchangeBuilder credential(IndyCredInfo credential)
- Returns:
this.
-
credentialDefinitionId
public V10CredentialExchange.V10CredentialExchangeBuilder credentialDefinitionId(String credentialDefinitionId)
- Returns:
this.
-
credentialExchangeId
public V10CredentialExchange.V10CredentialExchangeBuilder credentialExchangeId(String credentialExchangeId)
- Returns:
this.
-
credentialId
public V10CredentialExchange.V10CredentialExchangeBuilder credentialId(String credentialId)
- Returns:
this.
-
credentialOffer
public V10CredentialExchange.V10CredentialExchangeBuilder credentialOffer(IndyCredAbstract credentialOffer)
- Returns:
this.
-
credentialOfferDict
public V10CredentialExchange.V10CredentialExchangeBuilder credentialOfferDict(CredentialOffer credentialOfferDict)
- Returns:
this.
-
credentialProposalDict
public V10CredentialExchange.V10CredentialExchangeBuilder credentialProposalDict(CredentialProposal credentialProposalDict)
- Returns:
this.
-
credentialRequest
public V10CredentialExchange.V10CredentialExchangeBuilder credentialRequest(IndyCredRequest credentialRequest)
- Returns:
this.
-
credentialRequestMetadata
public V10CredentialExchange.V10CredentialExchangeBuilder credentialRequestMetadata(Object credentialRequestMetadata)
- Returns:
this.
-
errorMsg
public V10CredentialExchange.V10CredentialExchangeBuilder errorMsg(String errorMsg)
- Returns:
this.
-
initiator
public V10CredentialExchange.V10CredentialExchangeBuilder initiator(V10CredentialExchange.InitiatorEnum initiator)
- Returns:
this.
-
parentThreadId
public V10CredentialExchange.V10CredentialExchangeBuilder parentThreadId(String parentThreadId)
- Returns:
this.
-
rawCredential
public V10CredentialExchange.V10CredentialExchangeBuilder rawCredential(IndyCredential rawCredential)
- Returns:
this.
-
revocRegId
public V10CredentialExchange.V10CredentialExchangeBuilder revocRegId(String revocRegId)
- Returns:
this.
-
revocationId
public V10CredentialExchange.V10CredentialExchangeBuilder revocationId(String revocationId)
- Returns:
this.
-
role
public V10CredentialExchange.V10CredentialExchangeBuilder role(V10CredentialExchange.RoleEnum role)
- Returns:
this.
-
schemaId
public V10CredentialExchange.V10CredentialExchangeBuilder schemaId(String schemaId)
- Returns:
this.
-
state
public V10CredentialExchange.V10CredentialExchangeBuilder state(String state)
- Returns:
this.
-
threadId
public V10CredentialExchange.V10CredentialExchangeBuilder threadId(String threadId)
- Returns:
this.
-
trace
public V10CredentialExchange.V10CredentialExchangeBuilder trace(Boolean trace)
- Returns:
this.
-
updatedAt
public V10CredentialExchange.V10CredentialExchangeBuilder updatedAt(String updatedAt)
- Returns:
this.
-
build
public V10CredentialExchange build()
-
-