パッケージ com.linecorp.bot.cli

クラス FriendDemographicsGetCommand

  • すべての実装されたインタフェース:
    CliCommand

    @Component
    @ConditionalOnProperty(name="command",
                           havingValue="friend-demographics-get")
    public class FriendDemographicsGetCommand
    extends java.lang.Object
    implements CliCommand
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      FriendDemographicsGetCommand​(com.linecorp.bot.client.LineMessagingClient lineMessagingClient)  
    • メソッドの概要

      すべてのメソッド インスタンス・メソッド concreteメソッド 
      修飾子とタイプ メソッド 説明
      void execute()
      Performs actual command body.
      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクタの詳細

      • FriendDemographicsGetCommand

        @Autowired
        public FriendDemographicsGetCommand​(com.linecorp.bot.client.LineMessagingClient lineMessagingClient)
    • メソッドの詳細

      • execute

        public void execute()
                     throws java.lang.Exception
        インタフェースからコピーされた説明: CliCommand
        Performs actual command body.
        定義:
        execute インタフェース内 CliCommand
        例外:
        java.lang.Exception - Command implementation can throws Exception. Exception thrown is logged in caller.