Uses of Class
org.hyperledger.aries.api.revocation.RevokeRequest.NotifyVersion
-
Packages that use RevokeRequest.NotifyVersion Package Description org.hyperledger.aries.api.revocation -
-
Uses of RevokeRequest.NotifyVersion in org.hyperledger.aries.api.revocation
Methods in org.hyperledger.aries.api.revocation that return RevokeRequest.NotifyVersion Modifier and Type Method Description RevokeRequest.NotifyVersionRevokeRequest. getNotifyVersion()Specify which version of the revocation notification should be sentstatic RevokeRequest.NotifyVersionRevokeRequest.NotifyVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static RevokeRequest.NotifyVersion[]RevokeRequest.NotifyVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.aries.api.revocation with parameters of type RevokeRequest.NotifyVersion Modifier and Type Method Description RevokeRequest.RevokeRequestBuilderRevokeRequest.RevokeRequestBuilder. notifyVersion(RevokeRequest.NotifyVersion notifyVersion)Specify which version of the revocation notification should be sentvoidRevokeRequest. setNotifyVersion(RevokeRequest.NotifyVersion notifyVersion)Specify which version of the revocation notification should be sentConstructors in org.hyperledger.aries.api.revocation with parameters of type RevokeRequest.NotifyVersion Constructor Description RevokeRequest(String comment, String connectionId, String credExId, String credRevId, Boolean notify, RevokeRequest.NotifyVersion notifyVersion, Boolean publish, String revRegId, String threadId)
-