Work with Topics

Use the Topic class to work with topics for a channel or conversation.

Represents a topic.

Topic Methods

The following are methods for Topic.

getCreator()

Signature

Return Value

Type: String

getLastSet()

Signature

Return Value

Type: Integer

getValue()

Signature

Return Value

Type: String

setCreator(creator)

Signature

Parameters

creator

Type: String

Return Value

Type: void

setLastSet(lastSet)

Signature

Parameters

lastSet

Type: Integer

Return Value

Type: void

setValue(value)

Signature

Parameters

value

Type: String

Return Value

Type: void