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