クラス CameraRollAction

java.lang.Object
com.linecorp.bot.model.action.CameraRollAction
すべての実装されたインタフェース:
Action

public final class CameraRollAction
extends java.lang.Object
implements Action
When a button associated with this action is tapped, the camera roll screen in the LINE app is opened.

This action can be configured only with quick reply buttons.

  • メソッドの詳細

    • withLabel

      public static CameraRollAction withLabel​(java.lang.String label)
    • builder

    • toBuilder

    • getLabel

      public java.lang.String getLabel()
      Label for the action. Max: 20 characters
      定義:
      getLabel インタフェース内 Action
    • 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