クラス QuickReplyItem

java.lang.Object
com.linecorp.bot.model.message.quickreply.QuickReplyItem

public final class QuickReplyItem
extends java.lang.Object
Quick reply items object.

This is a container that contains quick reply buttons.

関連項目:
//developers.line.me/en/reference/messaging-api/#quick-reply-button-object
  • ネストされたクラスの概要

    ネストされたクラス
    修飾子とタイプ クラス 説明
    static class  QuickReplyItem.QuickReplyItemBuilder  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    static QuickReplyItem.QuickReplyItemBuilder builder()  
    boolean equals​(java.lang.Object o)  
    Action getAction()
    Action which is triggered when the quick reply button is tapped.
    java.net.URI getImageUrl()
    URL of the icon that is displayed at the beginning of the button.
    java.lang.String getType()  
    int hashCode()  
    java.lang.String toString()  

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

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

    • getType

      public java.lang.String getType()
    • builder

      public static QuickReplyItem.QuickReplyItemBuilder builder()
    • getImageUrl

      public java.net.URI getImageUrl()
      URL of the icon that is displayed at the beginning of the button.
      • Max: 1000 characters
      • URL scheme: https
      • Image format: PNG
      • Aspect ratio: 1:1
      • Data size: Up to 1 MB

      There is no limit on the image size.

      関連項目:
      //developers.line.me/en/docs/messaging-api/using-quick-reply/
    • getAction

      public Action getAction()
      Action which is triggered when the quick reply button is tapped.
    • equals

      public boolean equals​(java.lang.Object o)
      オーバーライド:
      equals クラス内 java.lang.Object
    • hashCode

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

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