Uses of Class
org.hyperledger.acy_py.generated.model.IndyCredInfo
-
Packages that use IndyCredInfo Package Description org.hyperledger.acy_py.generated.model -
-
Uses of IndyCredInfo in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return IndyCredInfo Modifier and Type Method Description IndyCredInfoIndyCredInfo.IndyCredInfoBuilder. build()IndyCredInfoV10CredentialExchange. getCredential()IndyCredInfoIndyCredPrecis. getCredInfo()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type IndyCredInfo Modifier and Type Method Description List<IndyCredInfo>CredInfoList. getResults()Methods in org.hyperledger.acy_py.generated.model with parameters of type IndyCredInfo Modifier and Type Method Description V10CredentialExchange.V10CredentialExchangeBuilderV10CredentialExchange.V10CredentialExchangeBuilder. credential(IndyCredInfo credential)IndyCredPrecis.IndyCredPrecisBuilderIndyCredPrecis.IndyCredPrecisBuilder. credInfo(IndyCredInfo credInfo)voidV10CredentialExchange. setCredential(IndyCredInfo credential)voidIndyCredPrecis. setCredInfo(IndyCredInfo credInfo)Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type IndyCredInfo Modifier and Type Method Description CredInfoList.CredInfoListBuilderCredInfoList.CredInfoListBuilder. results(List<IndyCredInfo> results)voidCredInfoList. setResults(List<IndyCredInfo> results)Constructors in org.hyperledger.acy_py.generated.model with parameters of type IndyCredInfo Constructor Description IndyCredPrecis(IndyCredInfo credInfo, IndyNonRevocationInterval interval, List<String> presentationReferents)V10CredentialExchange(Boolean autoIssue, Boolean autoOffer, Boolean autoRemove, String connectionId, String createdAt, IndyCredInfo credential, String credentialDefinitionId, String credentialExchangeId, String credentialId, IndyCredAbstract credentialOffer, CredentialOffer credentialOfferDict, CredentialProposal credentialProposalDict, IndyCredRequest credentialRequest, Object credentialRequestMetadata, String errorMsg, V10CredentialExchange.InitiatorEnum initiator, String parentThreadId, IndyCredential rawCredential, String revocRegId, String revocationId, V10CredentialExchange.RoleEnum role, String schemaId, String state, String threadId, Boolean trace, String updatedAt)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type IndyCredInfo Constructor Description CredInfoList(List<IndyCredInfo> results)
-