public interface ModeInfo extends ClientLinked
Modifier and Type | Method and Description |
---|---|
@NonNull Channel |
getChannel()
Gets the channel for which this entry exists.
|
@NonNull Optional<Instant> |
getCreationTime()
Gets the time at which this entry was created.
|
@NonNull Optional<String> |
getCreator()
Gets the name of the party listed as creating the entry.
|
@NonNull Mask |
getMask()
Gets the mask.
|
@NonNull 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 Mask getMask()
@NonNull ChannelMode getMode()
@NonNull Optional<Instant> getCreationTime()
default void remove()
Copyright © 2013–2021 Kitteh. All rights reserved.