Class RevocationNotificationEventV2.RevocationNotificationEventV2Builder
- java.lang.Object
-
- org.hyperledger.aries.api.revocation.RevocationNotificationEventV2.RevocationNotificationEventV2Builder
-
- Enclosing class:
- RevocationNotificationEventV2
public static class RevocationNotificationEventV2.RevocationNotificationEventV2Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RevocationNotificationEventV2build()RevocationNotificationEventV2.RevocationNotificationEventV2Buildercomment(String comment)RevocationNotificationEventV2.RevocationNotificationEventV2BuildercredentialId(String credentialId)RevocationNotificationEventV2.RevocationNotificationEventV2BuilderrevocationFormat(RevocationNotificationEventV2.RevocationFormat revocationFormat)StringtoString()
-
-
-
Method Detail
-
revocationFormat
public RevocationNotificationEventV2.RevocationNotificationEventV2Builder revocationFormat(RevocationNotificationEventV2.RevocationFormat revocationFormat)
- Returns:
this.
-
credentialId
public RevocationNotificationEventV2.RevocationNotificationEventV2Builder credentialId(String credentialId)
- Returns:
this.
-
comment
public RevocationNotificationEventV2.RevocationNotificationEventV2Builder comment(String comment)
- Returns:
this.
-
build
public RevocationNotificationEventV2 build()
-
-