Uses of Class
org.hyperledger.acy_py.generated.model.V20CredExRecord.StateEnum
-
Packages that use V20CredExRecord.StateEnum Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries.api.issue_credential_v1 -
-
Uses of V20CredExRecord.StateEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V20CredExRecord.StateEnum Modifier and Type Method Description static V20CredExRecord.StateEnumV20CredExRecord.StateEnum. fromValue(String value)V20CredExRecord.StateEnumV20CredExRecord. getState()V20CredExRecord.StateEnumV20CredExRecord.StateEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static V20CredExRecord.StateEnumV20CredExRecord.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static V20CredExRecord.StateEnum[]V20CredExRecord.StateEnum. 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 V20CredExRecord.StateEnum Modifier and Type Method Description voidV20CredExRecord. setState(V20CredExRecord.StateEnum state)V20CredExRecord.V20CredExRecordBuilderV20CredExRecord.V20CredExRecordBuilder. state(V20CredExRecord.StateEnum state)voidV20CredExRecord.StateEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, V20CredExRecord.StateEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type V20CredExRecord.StateEnum Constructor Description V20CredExRecord(Boolean autoIssue, Boolean autoOffer, Boolean autoRemove, V20CredExRecordByFormat byFormat, String connectionId, String createdAt, String credExId, V20CredIssue credIssue, V20CredOffer credOffer, V20CredPreview credPreview, V20CredProposal credProposal, V20CredRequest credRequest, String errorMsg, V20CredExRecord.InitiatorEnum initiator, String parentThreadId, V20CredExRecord.RoleEnum role, V20CredExRecord.StateEnum state, String threadId, Boolean trace, String updatedAt) -
Uses of V20CredExRecord.StateEnum in org.hyperledger.aries.api.issue_credential_v1
Methods in org.hyperledger.aries.api.issue_credential_v1 with parameters of type V20CredExRecord.StateEnum Modifier and Type Method Description static CredentialExchangeStateCredentialExchangeState. fromV2(V20CredExRecord.StateEnum v2)Maps v2 credential exchange states to their respective v1 states
-