public interface CommandsTopicPathBuilder extends TopicPathBuildable
| Modifier and Type | Method and Description |
|---|---|
CommandsTopicPathBuilder |
create()
Sets the
Action of this builder to TopicPath.Action.CREATE. |
CommandsTopicPathBuilder |
delete()
Sets the
Action of this builder to TopicPath.Action.DELETE. |
CommandsTopicPathBuilder |
modify()
Sets the
Action of this builder to TopicPath.Action.MODIFY. |
CommandsTopicPathBuilder |
retrieve()
Sets the
Action of this builder to TopicPath.Action.RETRIEVE. |
buildCommandsTopicPathBuilder create()
Action of this builder to TopicPath.Action.CREATE. A previously set action is replaced.CommandsTopicPathBuilder retrieve()
Action of this builder to TopicPath.Action.RETRIEVE. A previously set action is
replaced.CommandsTopicPathBuilder modify()
Action of this builder to TopicPath.Action.MODIFY. A previously set action is replaced.CommandsTopicPathBuilder delete()
Action of this builder to TopicPath.Action.DELETE. A previously set action is replaced.Copyright © 2017–2019 Eclipse Foundation. All rights reserved.