パッケージ com.linecorp.bot.cli
クラス FriendDemographicsGetCommand
- java.lang.Object
-
- 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メソッド 修飾子とタイプ メソッド 説明 voidexecute()Performs actual command body.
-
-
-
メソッドの詳細
-
execute
public void execute() throws java.lang.Exceptionインタフェースからコピーされた説明:CliCommandPerforms actual command body.- 定義:
executeインタフェース内CliCommand- 例外:
java.lang.Exception- Command implementation can throws Exception. Exception thrown is logged in caller.
-
-