Uses of Class
org.hyperledger.aries.api.revocation.RevocationNotificationEventV2.RevocationFormat
-
Packages that use RevocationNotificationEventV2.RevocationFormat Package Description org.hyperledger.aries.api.revocation -
-
Uses of RevocationNotificationEventV2.RevocationFormat in org.hyperledger.aries.api.revocation
Methods in org.hyperledger.aries.api.revocation that return RevocationNotificationEventV2.RevocationFormat Modifier and Type Method Description RevocationNotificationEventV2.RevocationFormatRevocationNotificationEventV2. getRevocationFormat()static RevocationNotificationEventV2.RevocationFormatRevocationNotificationEventV2.RevocationFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static RevocationNotificationEventV2.RevocationFormat[]RevocationNotificationEventV2.RevocationFormat. 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 RevocationNotificationEventV2.RevocationFormat Modifier and Type Method Description RevocationNotificationEventV2.RevocationNotificationEventV2BuilderRevocationNotificationEventV2.RevocationNotificationEventV2Builder. revocationFormat(RevocationNotificationEventV2.RevocationFormat revocationFormat)voidRevocationNotificationEventV2. setRevocationFormat(RevocationNotificationEventV2.RevocationFormat revocationFormat)Constructors in org.hyperledger.aries.api.revocation with parameters of type RevocationNotificationEventV2.RevocationFormat Constructor Description RevocationNotificationEventV2(RevocationNotificationEventV2.RevocationFormat revocationFormat, String credentialId, String comment)
-