Uses of Class
org.hyperledger.acy_py.generated.model.V10CredentialExchange.RoleEnum
-
Packages that use V10CredentialExchange.RoleEnum Package Description org.hyperledger.acy_py.generated.model -
-
Uses of V10CredentialExchange.RoleEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V10CredentialExchange.RoleEnum Modifier and Type Method Description static V10CredentialExchange.RoleEnumV10CredentialExchange.RoleEnum. fromValue(String value)V10CredentialExchange.RoleEnumV10CredentialExchange. getRole()V10CredentialExchange.RoleEnumV10CredentialExchange.RoleEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static V10CredentialExchange.RoleEnumV10CredentialExchange.RoleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static V10CredentialExchange.RoleEnum[]V10CredentialExchange.RoleEnum. 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.RoleEnum Modifier and Type Method Description V10CredentialExchange.V10CredentialExchangeBuilderV10CredentialExchange.V10CredentialExchangeBuilder. role(V10CredentialExchange.RoleEnum role)voidV10CredentialExchange. setRole(V10CredentialExchange.RoleEnum role)voidV10CredentialExchange.RoleEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, V10CredentialExchange.RoleEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type V10CredentialExchange.RoleEnum 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)
-