Uses of Class
org.hyperledger.acy_py.generated.model.V10CredentialExchange.InitiatorEnum
-
Packages that use V10CredentialExchange.InitiatorEnum Package Description org.hyperledger.acy_py.generated.model -
-
Uses of V10CredentialExchange.InitiatorEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V10CredentialExchange.InitiatorEnum Modifier and Type Method Description static V10CredentialExchange.InitiatorEnumV10CredentialExchange.InitiatorEnum. fromValue(String value)V10CredentialExchange.InitiatorEnumV10CredentialExchange. getInitiator()V10CredentialExchange.InitiatorEnumV10CredentialExchange.InitiatorEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static V10CredentialExchange.InitiatorEnumV10CredentialExchange.InitiatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static V10CredentialExchange.InitiatorEnum[]V10CredentialExchange.InitiatorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.acy_py.generated.model with parameters of type V10CredentialExchange.InitiatorEnum Modifier and Type Method Description V10CredentialExchange.V10CredentialExchangeBuilderV10CredentialExchange.V10CredentialExchangeBuilder. initiator(V10CredentialExchange.InitiatorEnum initiator)voidV10CredentialExchange. setInitiator(V10CredentialExchange.InitiatorEnum initiator)voidV10CredentialExchange.InitiatorEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, V10CredentialExchange.InitiatorEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type V10CredentialExchange.InitiatorEnum Constructor Description 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)
-