@Value.Immutable
public interface SlackGroupIF
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedEpochSeconds() |
String |
getCreatorId() |
String |
getId() |
Optional<Message> |
getLatest() |
List<String> |
getMemberIds() |
String |
getName() |
ChannelMetadata |
getPurpose() |
ChannelMetadata |
getTopic() |
boolean |
isArchived() |
boolean |
isMpim() |
String getId()
String getName()
long getCreatedEpochSeconds()
String getCreatorId()
boolean isArchived()
boolean isMpim()
ChannelMetadata getTopic()
ChannelMetadata getPurpose()
Copyright © 2019. All rights reserved.