Skip to content

Commit 57cc7ce

Browse files
github-actions[bot]github-actionsYang-33mokuzon
authored
Codes are generated by openapi generator (#1364)
Co-authored-by: github-actions <[email protected]> Co-authored-by: Yuta Kasai <[email protected]> Co-authored-by: Motoi Okuzono <[email protected]>
1 parent f7cf89e commit 57cc7ce

File tree

1 file changed

+4
-4
lines changed
  • clients/line-bot-messaging-api-client/src/main/java/com/linecorp/bot/messaging/model

1 file changed

+4
-4
lines changed

clients/line-bot-messaging-api-client/src/main/java/com/linecorp/bot/messaging/model/PostbackAction.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ public record PostbackAction(
4949
/** Gets or Sets inputOption */
5050
public enum InputOption {
5151
@JsonProperty("closeRichMenu")
52-
CLOSERICHMENU,
52+
CLOSE_RICH_MENU,
5353
@JsonProperty("openRichMenu")
54-
OPENRICHMENU,
54+
OPEN_RICH_MENU,
5555
@JsonProperty("openKeyboard")
56-
OPENKEYBOARD,
56+
OPEN_KEYBOARD,
5757
@JsonProperty("openVoice")
58-
OPENVOICE,
58+
OPEN_VOICE,
5959

6060
@JsonEnumDefaultValue
6161
UNDEFINED;

0 commit comments

Comments
 (0)