NotificationFeedId.@Deprecated public static class Id.NotificationFeed extends Id.NamespacedId
| Modifier and Type | Class and Description |
|---|---|
static class |
Id.NotificationFeed.Builder
Deprecated.
|
Id.Application, Id.Artifact, Id.DatasetInstance, Id.DatasetModule, Id.DatasetType, Id.Flow, Id.Namespace, Id.NamespacedId, Id.NotificationFeed, Id.Program, Id.QueryHandle, Id.Run, Id.Schedule, Id.Service, Id.Stream, Id.SystemService, Id.Worker, Id.Workflow| Modifier and Type | Method and Description |
|---|---|
static Id.NotificationFeed |
from(String namespace,
String category,
String name)
Deprecated.
|
static Id.NotificationFeed |
fromId(String id)
Deprecated.
Id.NotificationFeed object from an id in the form of "namespace.category.name". |
String |
getCategory()
Deprecated.
|
String |
getDescription()
Deprecated.
|
String |
getFeedId()
Deprecated.
|
String |
getId()
Deprecated.
|
String |
getName()
Deprecated.
|
Id.Namespace |
getNamespace()
Deprecated.
|
String |
getNamespaceId()
Deprecated.
|
NotificationFeedId |
toEntityId()
Deprecated.
|
public static Id.NotificationFeed fromId(String id)
Id.NotificationFeed object from an id in the form of "namespace.category.name".id - id of the notification feed to buildId.NotificationFeed object which id is the same as idIllegalArgumentException - when the id doesn't match a valid feed idpublic static Id.NotificationFeed from(String namespace, String category, String name)
public String getCategory()
public String getFeedId()
public String getNamespaceId()
public String getName()
public String getDescription()
public Id.Namespace getNamespace()
getNamespace in class Id.NamespacedIdpublic NotificationFeedId toEntityId()
EntityId corresponding to thisCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.