| Modifier and Type | Method and Description |
|---|---|
static TopicPathBuilder |
TopicPath.fromNamespace(String namespace)
Returns a mutable builder to create immutable
TopicPath instances for a given namespace. |
TopicPathBuilder |
TopicPathBuilder.live()
Sets the
Channel of this builder to TopicPath.Channel.LIVE. |
static TopicPathBuilder |
TopicPath.newBuilder(String thingId)
Deprecated.
Thing ID is now typed. Use
TopicPath.newBuilder(org.eclipse.ditto.model.things.ThingId) instead. |
static TopicPathBuilder |
TopicPath.newBuilder(org.eclipse.ditto.model.things.ThingId thingId)
Returns a mutable builder to create immutable
TopicPath instances for a given thingId. |
static TopicPathBuilder |
ProtocolFactory.newTopicPathBuilder(String thingId)
Deprecated.
Thing ID is now typed. Use
ProtocolFactory.newTopicPathBuilder(org.eclipse.ditto.model.things.ThingId)
instead. |
static TopicPathBuilder |
ProtocolFactory.newTopicPathBuilder(org.eclipse.ditto.model.things.ThingId thingId)
Returns a new
TopicPathBuilder for the specified thingId. |
static TopicPathBuilder |
ProtocolFactory.newTopicPathBuilderFromNamespace(String namespace)
Returns a new
TopicPathBuilder. |
TopicPathBuilder |
TopicPathBuilder.policies()
Sets the
Group of this builder to TopicPath.Group.POLICIES. |
TopicPathBuilder |
TopicPathBuilder.things()
Sets the
Group of this builder to TopicPath.Group.THINGS. |
TopicPathBuilder |
TopicPathBuilder.twin()
Sets the
Channel of this builder to TopicPath.Channel.TWIN. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.