Uses of Class
org.hyperledger.acy_py.generated.model.V20PresExRecord.VerifiedEnum
-
Packages that use V20PresExRecord.VerifiedEnum Package Description org.hyperledger.acy_py.generated.model -
-
Uses of V20PresExRecord.VerifiedEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V20PresExRecord.VerifiedEnum Modifier and Type Method Description static V20PresExRecord.VerifiedEnumV20PresExRecord.VerifiedEnum. fromValue(String value)V20PresExRecord.VerifiedEnumV20PresExRecord. getVerified()V20PresExRecord.VerifiedEnumV20PresExRecord.VerifiedEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static V20PresExRecord.VerifiedEnumV20PresExRecord.VerifiedEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static V20PresExRecord.VerifiedEnum[]V20PresExRecord.VerifiedEnum. 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.VerifiedEnum Modifier and Type Method Description voidV20PresExRecord. setVerified(V20PresExRecord.VerifiedEnum verified)V20PresExRecord.V20PresExRecordBuilderV20PresExRecord.V20PresExRecordBuilder. verified(V20PresExRecord.VerifiedEnum verified)voidV20PresExRecord.VerifiedEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, V20PresExRecord.VerifiedEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type V20PresExRecord.VerifiedEnum 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)
-