Uses of Class
org.hyperledger.acy_py.generated.model.V10PresentationExchange.RoleEnum
-
Packages that use V10PresentationExchange.RoleEnum Package Description org.hyperledger.acy_py.generated.model -
-
Uses of V10PresentationExchange.RoleEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return V10PresentationExchange.RoleEnum Modifier and Type Method Description static V10PresentationExchange.RoleEnumV10PresentationExchange.RoleEnum. fromValue(String value)V10PresentationExchange.RoleEnumV10PresentationExchange. getRole()V10PresentationExchange.RoleEnumV10PresentationExchange.RoleEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static V10PresentationExchange.RoleEnumV10PresentationExchange.RoleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static V10PresentationExchange.RoleEnum[]V10PresentationExchange.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 V10PresentationExchange.RoleEnum Modifier and Type Method Description V10PresentationExchange.V10PresentationExchangeBuilderV10PresentationExchange.V10PresentationExchangeBuilder. role(V10PresentationExchange.RoleEnum role)voidV10PresentationExchange. setRole(V10PresentationExchange.RoleEnum role)voidV10PresentationExchange.RoleEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, V10PresentationExchange.RoleEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type V10PresentationExchange.RoleEnum Constructor Description V10PresentationExchange(Boolean autoPresent, Boolean autoVerify, String connectionId, String createdAt, String errorMsg, V10PresentationExchange.InitiatorEnum initiator, IndyProof presentation, String presentationExchangeId, PresentationProposal presentationProposalDict, IndyProofRequest presentationRequest, PresentationRequest presentationRequestDict, V10PresentationExchange.RoleEnum role, String state, String threadId, Boolean trace, String updatedAt, V10PresentationExchange.VerifiedEnum verified)
-