Uses of Class
org.hyperledger.acy_py.generated.model.ConnRecord.TheirRoleEnum
-
Packages that use ConnRecord.TheirRoleEnum Package Description org.hyperledger.acy_py.generated.model -
-
Uses of ConnRecord.TheirRoleEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return ConnRecord.TheirRoleEnum Modifier and Type Method Description static ConnRecord.TheirRoleEnumConnRecord.TheirRoleEnum. fromValue(String value)ConnRecord.TheirRoleEnumConnRecord. getTheirRole()ConnRecord.TheirRoleEnumConnRecord.TheirRoleEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ConnRecord.TheirRoleEnumConnRecord.TheirRoleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnRecord.TheirRoleEnum[]ConnRecord.TheirRoleEnum. 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 ConnRecord.TheirRoleEnum Modifier and Type Method Description voidConnRecord. setTheirRole(ConnRecord.TheirRoleEnum theirRole)ConnRecord.ConnRecordBuilderConnRecord.ConnRecordBuilder. theirRole(ConnRecord.TheirRoleEnum theirRole)voidConnRecord.TheirRoleEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ConnRecord.TheirRoleEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type ConnRecord.TheirRoleEnum Constructor Description ConnRecord(ConnRecord.AcceptEnum accept, String alias, String connectionId, ConnRecord.ConnectionProtocolEnum connectionProtocol, String createdAt, String errorMsg, String inboundConnectionId, String invitationKey, ConnRecord.InvitationModeEnum invitationMode, String invitationMsgId, String myDid, String requestId, String rfc23State, ConnRecord.RoutingStateEnum routingState, String state, String theirDid, String theirLabel, String theirPublicDid, ConnRecord.TheirRoleEnum theirRole, String updatedAt)
-