Class CommandMetadata.Builder

    • Constructor Detail

      • Builder

        public Builder​(java.lang.String name,
                       java.lang.String user,
                       java.lang.String version,
                       CommandStatus status)
        Constructor which has required fields.
        Parameters:
        name - The name to use for the command
        user - The user who owns the command
        version - The version of the command
        status - The status of the command
    • Method Detail

      • build

        public CommandMetadata build()
        Build the command metadata instance.
        Returns:
        Create the final read-only commandMetadata instance