クラス LocationAction.LocationActionBuilder

java.lang.Object
com.linecorp.bot.model.action.LocationAction.LocationActionBuilder
含まれているクラス:
LocationAction

public static class LocationAction.LocationActionBuilder
extends java.lang.Object
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    LocationAction build()  
    LocationAction.LocationActionBuilder label​(java.lang.String label)
    Label for the action.
    java.lang.String toString()  

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • メソッドの詳細

    • label

      public LocationAction.LocationActionBuilder label​(java.lang.String label)
      Label for the action. Max: 20 characters
      戻り値:
      this.
    • build

      public LocationAction build()
    • toString

      public java.lang.String toString()
      オーバーライド:
      toString クラス内 java.lang.Object