Package | Description |
---|---|
com.communote.plugins.api.rest.v30.resource.topic |
Modifier and Type | Method and Description |
---|---|
ETopicIdentifier |
GetTopicParameter.getTopicIdentifier()
Returns the constant TopicIdentifier.
|
ETopicIdentifier |
DeleteTopicParameter.getTopicIdentifier()
Returns the constant TopicIdentifier.
|
ETopicIdentifier |
EditTopicParameter.getTopicIdentifier()
Returns the constant TopicIdentifier.
|
ETopicIdentifier |
CreateTopicParameter.getTopicIdentifier()
Returns the constant TopicIdentifier.
|
static ETopicIdentifier |
ETopicIdentifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETopicIdentifier[] |
ETopicIdentifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GetTopicParameter.setTopicIdentifier(ETopicIdentifier topicIdentifier)
Sets the constant TopicIdentifier.
|
void |
DeleteTopicParameter.setTopicIdentifier(ETopicIdentifier topicIdentifier)
Sets the constant TopicIdentifier.
|
void |
EditTopicParameter.setTopicIdentifier(ETopicIdentifier topicIdentifier)
Sets the constant TopicIdentifier.
|
void |
CreateTopicParameter.setTopicIdentifier(ETopicIdentifier topicIdentifier)
Sets the constant TopicIdentifier.
|
Copyright © 2019 Communote team. All rights reserved.