public final class NotificationSubscriptionChangedBody extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NotificationSubscriptionChangedBody.Builder |
Modifier and Type | Method and Description |
---|---|
static NotificationSubscriptionChangedBody.Builder |
builder() |
boolean |
equals(Object o) |
List<NotificationSubscriptionEvent> |
getSubscriptions()
The list of to Topics that this user has subscribed/permitted to receive notification from your skill.
|
int |
hashCode() |
String |
toString() |
public static NotificationSubscriptionChangedBody.Builder builder()
public List<NotificationSubscriptionEvent> getSubscriptions()
Copyright © 2023. All rights reserved.