public static final class Id.NotificationFeed.Builder extends Object
Id.NotificationFeed.| Constructor and Description |
|---|
Id.NotificationFeed.Builder() |
Id.NotificationFeed.Builder(Id.NotificationFeed feed) |
| Modifier and Type | Method and Description |
|---|---|
Id.NotificationFeed |
build() |
Id.NotificationFeed.Builder |
setCategory(String category) |
Id.NotificationFeed.Builder |
setDescription(String description) |
Id.NotificationFeed.Builder |
setName(String name) |
Id.NotificationFeed.Builder |
setNamespaceId(String namespace) |
public Id.NotificationFeed.Builder()
public Id.NotificationFeed.Builder(Id.NotificationFeed feed)
public Id.NotificationFeed.Builder setName(String name)
public Id.NotificationFeed.Builder setNamespaceId(String namespace)
public Id.NotificationFeed.Builder setDescription(String description)
public Id.NotificationFeed.Builder setCategory(String category)
public Id.NotificationFeed build()
Id.NotificationFeed object containing all the fields set in the builder.IllegalArgumentException - if the namespaceId, category or name is invalid.Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.