CommandParameter

A map of key-value pairs that describe the command.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default value used to describe the command. This is the value assumed by the parameter if no other value is assigned to it.

Link copied to clipboard

The description of the command parameter.

Link copied to clipboard

The name of a specific parameter used in a command and command execution.

Link copied to clipboard

The value used to describe the command. When you assign a value to a parameter, it will override any default value that you had already specified.

Functions

Link copied to clipboard
inline fun copy(block: CommandParameter.Builder.() -> Unit = {}): CommandParameter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String