Uses of Class
org.hyperledger.acy_py.generated.model.V20PresExRecord.RoleEnum
-
Packages that use V20PresExRecord.RoleEnum Package Description org.hyperledger.acy_py.generated.model -
-
Uses of V20PresExRecord.RoleEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V20PresExRecord.RoleEnum Modifier and Type Method Description static V20PresExRecord.RoleEnumV20PresExRecord.RoleEnum. fromValue(String value)V20PresExRecord.RoleEnumV20PresExRecord. getRole()V20PresExRecord.RoleEnumV20PresExRecord.RoleEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static V20PresExRecord.RoleEnumV20PresExRecord.RoleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static V20PresExRecord.RoleEnum[]V20PresExRecord.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 V20PresExRecord.RoleEnum Modifier and Type Method Description V20PresExRecord.V20PresExRecordBuilderV20PresExRecord.V20PresExRecordBuilder. role(V20PresExRecord.RoleEnum role)voidV20PresExRecord. setRole(V20PresExRecord.RoleEnum role)voidV20PresExRecord.RoleEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, V20PresExRecord.RoleEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type V20PresExRecord.RoleEnum Constructor Description V20PresExRecord(Boolean autoPresent, Boolean autoVerify, V20PresExRecordByFormat byFormat, String connectionId, String createdAt, String errorMsg, V20PresExRecord.InitiatorEnum initiator, V20Pres pres, String presExId, V20PresProposal presProposal, V20PresRequest presRequest, V20PresExRecord.RoleEnum role, V20PresExRecord.StateEnum state, String threadId, Boolean trace, String updatedAt, V20PresExRecord.VerifiedEnum verified)
-