Package com.linecorp.bot.model.action
Class CameraRollAction
- java.lang.Object
-
- com.linecorp.bot.model.action.CameraRollAction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCameraRollAction.CameraRollActionBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CameraRollAction.CameraRollActionBuilderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetLabel()Label for the action.inthashCode()CameraRollAction.CameraRollActionBuildertoBuilder()java.lang.StringtoString()static CameraRollActionwithLabel(java.lang.String label)
-
-
-
Method Detail
-
withLabel
public static CameraRollAction withLabel(java.lang.String label)
-
builder
public static CameraRollAction.CameraRollActionBuilder builder()
-
toBuilder
public CameraRollAction.CameraRollActionBuilder toBuilder()
-
getLabel
public java.lang.String getLabel()
Label for the action. Max: 20 characters
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-