Class RevocationNotificationEvent.RevocationNotificationEventBuilder
- java.lang.Object
-
- org.hyperledger.aries.api.revocation.RevocationNotificationEvent.RevocationNotificationEventBuilder
-
- Enclosing class:
- RevocationNotificationEvent
public static class RevocationNotificationEvent.RevocationNotificationEventBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RevocationNotificationEventbuild()RevocationNotificationEvent.RevocationNotificationEventBuildercomment(String comment)RevocationNotificationEvent.RevocationNotificationEventBuilderthreadId(String threadId)StringtoString()
-
-
-
Method Detail
-
threadId
public RevocationNotificationEvent.RevocationNotificationEventBuilder threadId(String threadId)
- Returns:
this.
-
comment
public RevocationNotificationEvent.RevocationNotificationEventBuilder comment(String comment)
- Returns:
this.
-
build
public RevocationNotificationEvent build()
-
-