Skip to content

Commit b9e4031

Browse files
github-actions[bot]github-actionsYang-33
authored
Codes are generated by openapi generator (#1441)
Co-authored-by: github-actions <[email protected]> Co-authored-by: Yuta Kasai <[email protected]>
1 parent 33eea0d commit b9e4031

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clients/line-bot-manage-audience-client/src/main/java/com/linecorp/bot/audience/model/AudienceGroupFailedType.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ public enum AudienceGroupFailedType {
3434
@JsonProperty("INTERNAL_ERROR")
3535
INTERNAL_ERROR,
3636

37-
@JsonProperty("null")
38-
NULL,
39-
4037
@JsonEnumDefaultValue
4138
UNDEFINED;
4239

@@ -45,7 +42,6 @@ public String toValue() {
4542
return switch (this) {
4643
case AUDIENCE_GROUP_AUDIENCE_INSUFFICIENT -> "AUDIENCE_GROUP_AUDIENCE_INSUFFICIENT";
4744
case INTERNAL_ERROR -> "INTERNAL_ERROR";
48-
case NULL -> "null";
4945

5046
default -> "UNDEFINED";
5147
};

0 commit comments

Comments
 (0)