public interface ModeInfo extends ClientLinked
Modifier and Type | Interface and Description |
---|---|
static class |
ModeInfo.DefaultModeInfo
A default ModeInfo implementation.
|
Modifier and Type | Method and Description |
---|---|
Channel |
getChannel()
Gets the channel for which this entry exists.
|
Optional<Instant> |
getCreationTime()
Gets the time at which this entry was created.
|
Optional<String> |
getCreator()
Gets the name of the party listed as creating the entry.
|
Mask |
getMask()
Gets the mask.
|
ChannelMode |
getMode()
Gets the mode for which this info exists.
|
default void |
remove()
Attempts to remove this item from the channel.
|
getClient
@Nonnull Optional<String> getCreator()
@Nonnull Channel getChannel()
@Nonnull ChannelMode getMode()
@Nonnull Optional<Instant> getCreationTime()
default void remove()
Copyright © 2013–2019 Kitteh. All rights reserved.