インタフェース CommandResultBuilder<R extends CommandResultBuilder<R>>

すべてのスーパーインタフェース:
Serializable
既知の実装クラスのリスト:
AbstractCommandResultBuilder, AutoShowUserResult.AutoShowUserResultBuilder, AutoTweetResult.AutoTweetResultBuilder

public interface CommandResultBuilder<R extends CommandResultBuilder<R>>
extends Serializable
導入されたバージョン:
1.0.0
  • メソッドの詳細

    • setActionStatus

      R setActionStatus​(@NonNull ActionStatus actionStatus)
      Sets the action status.
      パラメータ:
      actionStatus - The action status
      戻り値:
      The builder instance
      例外:
      NullPointerException - If null is passed as an argument
    • setActionErrors

      R setActionErrors​(@NonNull List<ActionError> actionErrors)
      Sets the action errors.
      パラメータ:
      actionErrors - The action errors
      戻り値:
      The builder instance
      例外:
      NullPointerException - If null is passed as an argument