Uses of Class
org.hyperledger.acy_py.generated.model.RevokeRequest.NotifyVersionEnum
-
Packages that use RevokeRequest.NotifyVersionEnum Package Description org.hyperledger.acy_py.generated.model -
-
Uses of RevokeRequest.NotifyVersionEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return RevokeRequest.NotifyVersionEnum Modifier and Type Method Description static RevokeRequest.NotifyVersionEnumRevokeRequest.NotifyVersionEnum. fromValue(String value)RevokeRequest.NotifyVersionEnumRevokeRequest. getNotifyVersion()RevokeRequest.NotifyVersionEnumRevokeRequest.NotifyVersionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static RevokeRequest.NotifyVersionEnumRevokeRequest.NotifyVersionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RevokeRequest.NotifyVersionEnum[]RevokeRequest.NotifyVersionEnum. 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 RevokeRequest.NotifyVersionEnum Modifier and Type Method Description RevokeRequest.RevokeRequestBuilderRevokeRequest.RevokeRequestBuilder. notifyVersion(RevokeRequest.NotifyVersionEnum notifyVersion)voidRevokeRequest. setNotifyVersion(RevokeRequest.NotifyVersionEnum notifyVersion)voidRevokeRequest.NotifyVersionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, RevokeRequest.NotifyVersionEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type RevokeRequest.NotifyVersionEnum Constructor Description RevokeRequest(String comment, String connectionId, String credExId, String credRevId, Boolean notify, RevokeRequest.NotifyVersionEnum notifyVersion, Boolean publish, String revRegId, String threadId)
-