From bd433607efdbf6d79f824408a157ec8411290b78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 09:51:51 +0900 Subject: [PATCH] Codes are generated by openapi generator (#534) Co-authored-by: github-actions --- ...ients-MessagingApi-Model-AudioMessage.html | 44 +++--- ...ts-MessagingApi-Model-ButtonsTemplate.html | 68 ++++----- ...nts-MessagingApi-Model-CarouselColumn.html | 60 ++++---- ...s-MessagingApi-Model-CarouselTemplate.html | 38 ++--- ...ts-MessagingApi-Model-ConfirmTemplate.html | 44 +++--- ...NE-Clients-MessagingApi-Model-FlexBox.html | 144 +++++++++--------- ...Clients-MessagingApi-Model-FlexButton.html | 82 +++++----- ...ients-MessagingApi-Model-FlexCarousel.html | 30 ++-- ...E-Clients-MessagingApi-Model-FlexIcon.html | 66 ++++---- ...lients-MessagingApi-Model-FlexMessage.html | 44 +++--- ...-Clients-MessagingApi-Model-FlexVideo.html | 66 ++++---- ...essagingApi-Model-ImageCarouselColumn.html | 44 +++--- ...sagingApi-Model-ImageCarouselTemplate.html | 30 ++-- ...ients-MessagingApi-Model-ImageMessage.html | 44 +++--- ...nts-MessagingApi-Model-ImagemapAction.html | 34 ++--- ...ients-MessagingApi-Model-ImagemapArea.html | 72 ++++----- ...s-MessagingApi-Model-ImagemapBaseSize.html | 44 +++--- ...ts-MessagingApi-Model-ImagemapMessage.html | 76 ++++----- ...ts-MessagingApi-Model-LocationMessage.html | 72 ++++----- ...sagingApi-Model-MessageImagemapAction.html | 52 +++---- ...nts-MessagingApi-Model-StickerMessage.html | 48 +++--- ...ts-MessagingApi-Model-TemplateMessage.html | 44 +++--- ...lients-MessagingApi-Model-TextMessage.html | 38 ++--- ...-MessagingApi-Model-URIImagemapAction.html | 52 +++---- ...ients-MessagingApi-Model-VideoMessage.html | 48 +++--- .../messaging-api/lib/Model/AudioMessage.php | 14 +- .../lib/Model/ButtonsTemplate.php | 14 +- .../lib/Model/CarouselColumn.php | 14 +- .../lib/Model/CarouselTemplate.php | 7 +- .../lib/Model/ConfirmTemplate.php | 14 +- .../messaging-api/lib/Model/FlexBox.php | 14 +- .../messaging-api/lib/Model/FlexButton.php | 7 +- .../messaging-api/lib/Model/FlexCarousel.php | 7 +- .../messaging-api/lib/Model/FlexIcon.php | 7 +- .../messaging-api/lib/Model/FlexMessage.php | 14 +- .../messaging-api/lib/Model/FlexVideo.php | 21 ++- .../lib/Model/ImageCarouselColumn.php | 14 +- .../lib/Model/ImageCarouselTemplate.php | 7 +- .../messaging-api/lib/Model/ImageMessage.php | 14 +- .../lib/Model/ImagemapAction.php | 7 +- .../messaging-api/lib/Model/ImagemapArea.php | 28 +++- .../lib/Model/ImagemapBaseSize.php | 14 +- .../lib/Model/ImagemapMessage.php | 28 +++- .../lib/Model/LocationMessage.php | 28 +++- .../lib/Model/MessageImagemapAction.php | 7 +- .../lib/Model/StickerMessage.php | 14 +- .../lib/Model/TemplateMessage.php | 14 +- .../messaging-api/lib/Model/TextMessage.php | 7 +- .../lib/Model/URIImagemapAction.php | 7 +- .../messaging-api/lib/Model/VideoMessage.php | 14 +- 50 files changed, 932 insertions(+), 788 deletions(-) diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-AudioMessage.html b/docs/classes/LINE-Clients-MessagingApi-Model-AudioMessage.html index 6d783715..4c2851ea 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-AudioMessage.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-AudioMessage.html @@ -308,7 +308,7 @@

getDuration() -  : int|null +  : int
Gets duration
@@ -322,7 +322,7 @@

getOriginalContentUrl() -  : string|null +  : string
Gets originalContentUrl
@@ -946,7 +946,7 @@

@@ -1013,7 +1013,7 @@

@@ -1021,14 +1021,14 @@

public - getDuration() : int|null + getDuration() : int

Return values
- int|null + int — @@ -1079,7 +1079,7 @@

@@ -1087,14 +1087,14 @@

public - getOriginalContentUrl() : string|null + getOriginalContentUrl() : string

Return values
- string|null + string — @@ -1330,7 +1330,7 @@

@@ -1414,7 +1414,7 @@

@@ -1459,7 +1459,7 @@

@@ -1504,7 +1504,7 @@

@@ -1558,7 +1558,7 @@

@@ -1669,7 +1669,7 @@

@@ -1677,14 +1677,14 @@

public - setDuration(int|null $duration) : self + setDuration(int $duration) : self

Parameters
$duration - : int|null + : int

duration

@@ -1714,7 +1714,7 @@

@@ -1722,14 +1722,14 @@

public - setOriginalContentUrl(string|null $originalContentUrl) : self + setOriginalContentUrl(string $originalContentUrl) : self

Parameters
$originalContentUrl - : string|null + : string

originalContentUrl

@@ -1927,7 +1927,7 @@

@@ -1960,7 +1960,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-ButtonsTemplate.html b/docs/classes/LINE-Clients-MessagingApi-Model-ButtonsTemplate.html index 7625f3d0..e7a0a7f7 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-ButtonsTemplate.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-ButtonsTemplate.html @@ -308,7 +308,7 @@

getActions() -  : array<string|int, Action>|null +  : array<string|int, Action>
Gets actions
@@ -357,7 +357,7 @@

getText() -  : string|null +  : string
Gets text
@@ -1002,7 +1002,7 @@

@@ -1069,7 +1069,7 @@

@@ -1077,14 +1077,14 @@

public - getActions() : array<string|int, Action>|null + getActions() : array<string|int, Action>

Return values
- array<string|int, Action>|null + array<string|int, Action> — @@ -1102,7 +1102,7 @@

@@ -1135,7 +1135,7 @@

@@ -1168,7 +1168,7 @@

@@ -1201,7 +1201,7 @@

@@ -1300,7 +1300,7 @@

@@ -1308,14 +1308,14 @@

public - getText() : string|null + getText() : string

Return values
- string|null + string — @@ -1333,7 +1333,7 @@

@@ -1366,7 +1366,7 @@

@@ -1518,7 +1518,7 @@

@@ -1602,7 +1602,7 @@

@@ -1647,7 +1647,7 @@

@@ -1692,7 +1692,7 @@

@@ -1746,7 +1746,7 @@

@@ -1857,7 +1857,7 @@

@@ -1865,14 +1865,14 @@

public - setActions(array<string|int, Action>|null $actions) : self + setActions(array<string|int, Action$actions) : self

Parameters
$actions - : array<string|int, Action>|null + : array<string|int, Action>

actions

@@ -1902,7 +1902,7 @@

@@ -1947,7 +1947,7 @@

@@ -1992,7 +1992,7 @@

@@ -2037,7 +2037,7 @@

@@ -2115,7 +2115,7 @@

@@ -2123,14 +2123,14 @@

public - setText(string|null $text) : self + setText(string $text) : self

Parameters
$text - : string|null + : string

text

@@ -2160,7 +2160,7 @@

@@ -2205,7 +2205,7 @@

@@ -2295,7 +2295,7 @@

@@ -2328,7 +2328,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-CarouselColumn.html b/docs/classes/LINE-Clients-MessagingApi-Model-CarouselColumn.html index 7bf8fac8..66d208a2 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-CarouselColumn.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-CarouselColumn.html @@ -333,7 +333,7 @@

getActions() -  : array<string|int, Action>|null +  : array<string|int, Action>
Gets actions
@@ -368,7 +368,7 @@

getText() -  : string|null +  : string
Gets text
@@ -985,7 +985,7 @@

@@ -1052,7 +1052,7 @@

@@ -1060,14 +1060,14 @@

public - getActions() : array<string|int, Action>|null + getActions() : array<string|int, Action>

Return values
- array<string|int, Action>|null + array<string|int, Action> — @@ -1085,7 +1085,7 @@

@@ -1118,7 +1118,7 @@

@@ -1217,7 +1217,7 @@

@@ -1225,14 +1225,14 @@

public - getText() : string|null + getText() : string

Return values
- string|null + string — @@ -1250,7 +1250,7 @@

@@ -1283,7 +1283,7 @@

@@ -1402,7 +1402,7 @@

@@ -1486,7 +1486,7 @@

@@ -1531,7 +1531,7 @@

@@ -1576,7 +1576,7 @@

@@ -1630,7 +1630,7 @@

@@ -1741,7 +1741,7 @@

@@ -1749,14 +1749,14 @@

public - setActions(array<string|int, Action>|null $actions) : self + setActions(array<string|int, Action$actions) : self

Parameters
$actions - : array<string|int, Action>|null + : array<string|int, Action>

actions

@@ -1786,7 +1786,7 @@

@@ -1831,7 +1831,7 @@

@@ -1909,7 +1909,7 @@

@@ -1917,14 +1917,14 @@

public - setText(string|null $text) : self + setText(string $text) : self

Parameters
$text - : string|null + : string

text

@@ -1954,7 +1954,7 @@

@@ -1999,7 +1999,7 @@

@@ -2044,7 +2044,7 @@

@@ -2077,7 +2077,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-CarouselTemplate.html b/docs/classes/LINE-Clients-MessagingApi-Model-CarouselTemplate.html index 360e89de..481e8a84 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-CarouselTemplate.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-CarouselTemplate.html @@ -308,7 +308,7 @@

getColumns() -  : array<string|int, CarouselColumn>|null +  : array<string|int, CarouselColumn>
Gets columns
@@ -932,7 +932,7 @@

@@ -999,7 +999,7 @@

@@ -1007,14 +1007,14 @@

public - getColumns() : array<string|int, CarouselColumn>|null + getColumns() : array<string|int, CarouselColumn>

Return values
- array<string|int, CarouselColumn>|null + array<string|int, CarouselColumn> — @@ -1032,7 +1032,7 @@

@@ -1065,7 +1065,7 @@

@@ -1283,7 +1283,7 @@

@@ -1367,7 +1367,7 @@

@@ -1412,7 +1412,7 @@

@@ -1457,7 +1457,7 @@

@@ -1511,7 +1511,7 @@

@@ -1622,7 +1622,7 @@

@@ -1630,14 +1630,14 @@

public - setColumns(array<string|int, CarouselColumn>|null $columns) : self + setColumns(array<string|int, CarouselColumn$columns) : self

Parameters
$columns - : array<string|int, CarouselColumn>|null + : array<string|int, CarouselColumn>

columns

@@ -1667,7 +1667,7 @@

@@ -1712,7 +1712,7 @@

@@ -1835,7 +1835,7 @@

@@ -1868,7 +1868,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-ConfirmTemplate.html b/docs/classes/LINE-Clients-MessagingApi-Model-ConfirmTemplate.html index bff76510..f63e846c 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-ConfirmTemplate.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-ConfirmTemplate.html @@ -308,7 +308,7 @@

getActions() -  : array<string|int, Action>|null +  : array<string|int, Action>
Gets actions
@@ -329,7 +329,7 @@

getText() -  : string|null +  : string
Gets text
@@ -918,7 +918,7 @@

@@ -985,7 +985,7 @@

@@ -993,14 +993,14 @@

public - getActions() : array<string|int, Action>|null + getActions() : array<string|int, Action>

Return values
- array<string|int, Action>|null + array<string|int, Action> — @@ -1084,7 +1084,7 @@

@@ -1092,14 +1092,14 @@

public - getText() : string|null + getText() : string

Return values
- string|null + string — @@ -1236,7 +1236,7 @@

@@ -1320,7 +1320,7 @@

@@ -1365,7 +1365,7 @@

@@ -1410,7 +1410,7 @@

@@ -1464,7 +1464,7 @@

@@ -1575,7 +1575,7 @@

@@ -1583,14 +1583,14 @@

public - setActions(array<string|int, Action>|null $actions) : self + setActions(array<string|int, Action$actions) : self

Parameters
$actions - : array<string|int, Action>|null + : array<string|int, Action>

actions

@@ -1653,7 +1653,7 @@

@@ -1661,14 +1661,14 @@

public - setText(string|null $text) : self + setText(string $text) : self

Parameters
$text - : string|null + : string

text

@@ -1743,7 +1743,7 @@

@@ -1776,7 +1776,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-FlexBox.html b/docs/classes/LINE-Clients-MessagingApi-Model-FlexBox.html index 63b86ae7..8918b47d 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-FlexBox.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-FlexBox.html @@ -455,7 +455,7 @@

getContents() -  : array<string|int, FlexComponent>|null +  : array<string|int, FlexComponent>
Gets contents
@@ -497,7 +497,7 @@

getLayout() -  : string|null +  : string
Gets layout
@@ -1800,7 +1800,7 @@

@@ -1867,7 +1867,7 @@

@@ -1900,7 +1900,7 @@

@@ -1966,7 +1966,7 @@

@@ -1999,7 +1999,7 @@

@@ -2032,7 +2032,7 @@

@@ -2065,7 +2065,7 @@

@@ -2098,7 +2098,7 @@

@@ -2106,14 +2106,14 @@

public - getContents() : array<string|int, FlexComponent>|null + getContents() : array<string|int, FlexComponent>

Return values
- array<string|int, FlexComponent>|null + array<string|int, FlexComponent> — @@ -2131,7 +2131,7 @@

@@ -2164,7 +2164,7 @@

@@ -2197,7 +2197,7 @@

@@ -2230,7 +2230,7 @@

@@ -2296,7 +2296,7 @@

@@ -2304,14 +2304,14 @@

public - getLayout() : string|null + getLayout() : string

Return values
- string|null + string — @@ -2362,7 +2362,7 @@

@@ -2395,7 +2395,7 @@

@@ -2428,7 +2428,7 @@

@@ -2494,7 +2494,7 @@

@@ -2527,7 +2527,7 @@

@@ -2560,7 +2560,7 @@

@@ -2593,7 +2593,7 @@

@@ -2626,7 +2626,7 @@

@@ -2659,7 +2659,7 @@

@@ -2692,7 +2692,7 @@

@@ -2725,7 +2725,7 @@

@@ -2758,7 +2758,7 @@

@@ -2791,7 +2791,7 @@

@@ -2857,7 +2857,7 @@

@@ -2956,7 +2956,7 @@

@@ -3075,7 +3075,7 @@

@@ -3159,7 +3159,7 @@

@@ -3204,7 +3204,7 @@

@@ -3249,7 +3249,7 @@

@@ -3303,7 +3303,7 @@

@@ -3414,7 +3414,7 @@

@@ -3459,7 +3459,7 @@

@@ -3504,7 +3504,7 @@

@@ -3549,7 +3549,7 @@

@@ -3594,7 +3594,7 @@

@@ -3639,7 +3639,7 @@

@@ -3684,7 +3684,7 @@

@@ -3692,14 +3692,14 @@

public - setContents(array<string|int, FlexComponent>|null $contents) : self + setContents(array<string|int, FlexComponent$contents) : self

Parameters
$contents - : array<string|int, FlexComponent>|null + : array<string|int, FlexComponent>

contents

@@ -3729,7 +3729,7 @@

@@ -3774,7 +3774,7 @@

@@ -3819,7 +3819,7 @@

@@ -3864,7 +3864,7 @@

@@ -3909,7 +3909,7 @@

@@ -3917,14 +3917,14 @@

public - setLayout(string|null $layout) : self + setLayout(string $layout) : self

Parameters
$layout - : string|null + : string

layout

@@ -3954,7 +3954,7 @@

@@ -3999,7 +3999,7 @@

@@ -4044,7 +4044,7 @@

@@ -4089,7 +4089,7 @@

@@ -4134,7 +4134,7 @@

@@ -4179,7 +4179,7 @@

@@ -4224,7 +4224,7 @@

@@ -4269,7 +4269,7 @@

@@ -4314,7 +4314,7 @@

@@ -4359,7 +4359,7 @@

@@ -4404,7 +4404,7 @@

@@ -4449,7 +4449,7 @@

@@ -4494,7 +4494,7 @@

@@ -4539,7 +4539,7 @@

@@ -4662,7 +4662,7 @@

@@ -4707,7 +4707,7 @@

@@ -4740,7 +4740,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-FlexButton.html b/docs/classes/LINE-Clients-MessagingApi-Model-FlexButton.html index 958cc2c8..c3404749 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-FlexButton.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-FlexButton.html @@ -385,7 +385,7 @@

getAction() -  : Action|null +  : Action
Gets action
@@ -1517,7 +1517,7 @@

@@ -1584,7 +1584,7 @@

@@ -1592,14 +1592,14 @@

public - getAction() : Action|null + getAction() : Action

Return values
- Action|null + Action — @@ -1617,7 +1617,7 @@

@@ -1683,7 +1683,7 @@

@@ -1716,7 +1716,7 @@

@@ -1749,7 +1749,7 @@

@@ -1815,7 +1815,7 @@

@@ -1881,7 +1881,7 @@

@@ -1947,7 +1947,7 @@

@@ -1980,7 +1980,7 @@

@@ -2013,7 +2013,7 @@

@@ -2046,7 +2046,7 @@

@@ -2079,7 +2079,7 @@

@@ -2145,7 +2145,7 @@

@@ -2178,7 +2178,7 @@

@@ -2396,7 +2396,7 @@

@@ -2480,7 +2480,7 @@

@@ -2525,7 +2525,7 @@

@@ -2570,7 +2570,7 @@

@@ -2624,7 +2624,7 @@

@@ -2735,7 +2735,7 @@

@@ -2743,14 +2743,14 @@

public - setAction(Action|null $action) : self + setAction(Action $action) : self

Parameters
$action - : Action|null + : Action

action

@@ -2780,7 +2780,7 @@

@@ -2825,7 +2825,7 @@

@@ -2870,7 +2870,7 @@

@@ -2915,7 +2915,7 @@

@@ -2960,7 +2960,7 @@

@@ -3005,7 +3005,7 @@

@@ -3050,7 +3050,7 @@

@@ -3095,7 +3095,7 @@

@@ -3140,7 +3140,7 @@

@@ -3185,7 +3185,7 @@

@@ -3230,7 +3230,7 @@

@@ -3275,7 +3275,7 @@

@@ -3320,7 +3320,7 @@

@@ -3443,7 +3443,7 @@

@@ -3476,7 +3476,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-FlexCarousel.html b/docs/classes/LINE-Clients-MessagingApi-Model-FlexCarousel.html index c8c200ab..4967241d 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-FlexCarousel.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-FlexCarousel.html @@ -308,7 +308,7 @@

getContents() -  : array<string|int, FlexBubble>|null +  : array<string|int, FlexBubble>
Gets contents
@@ -904,7 +904,7 @@

@@ -971,7 +971,7 @@

@@ -979,14 +979,14 @@

public - getContents() : array<string|int, FlexBubble>|null + getContents() : array<string|int, FlexBubble>

Return values
- array<string|int, FlexBubble>|null + array<string|int, FlexBubble> — @@ -1189,7 +1189,7 @@

@@ -1273,7 +1273,7 @@

@@ -1318,7 +1318,7 @@

@@ -1363,7 +1363,7 @@

@@ -1417,7 +1417,7 @@

@@ -1528,7 +1528,7 @@

@@ -1536,14 +1536,14 @@

public - setContents(array<string|int, FlexBubble>|null $contents) : self + setContents(array<string|int, FlexBubble$contents) : self

Parameters
$contents - : array<string|int, FlexBubble>|null + : array<string|int, FlexBubble>

contents

@@ -1651,7 +1651,7 @@

@@ -1684,7 +1684,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-FlexIcon.html b/docs/classes/LINE-Clients-MessagingApi-Model-FlexIcon.html index cd1b06b5..d0689915 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-FlexIcon.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-FlexIcon.html @@ -413,7 +413,7 @@

getUrl() -  : string|null +  : string
Gets url
@@ -1109,7 +1109,7 @@

@@ -1176,7 +1176,7 @@

@@ -1209,7 +1209,7 @@

@@ -1275,7 +1275,7 @@

@@ -1308,7 +1308,7 @@

@@ -1341,7 +1341,7 @@

@@ -1374,7 +1374,7 @@

@@ -1407,7 +1407,7 @@

@@ -1473,7 +1473,7 @@

@@ -1506,7 +1506,7 @@

@@ -1605,7 +1605,7 @@

@@ -1613,14 +1613,14 @@

public - getUrl() : string|null + getUrl() : string

Return values
- string|null + string — @@ -1724,7 +1724,7 @@

@@ -1808,7 +1808,7 @@

@@ -1853,7 +1853,7 @@

@@ -1898,7 +1898,7 @@

@@ -1952,7 +1952,7 @@

@@ -2063,7 +2063,7 @@

@@ -2108,7 +2108,7 @@

@@ -2153,7 +2153,7 @@

@@ -2198,7 +2198,7 @@

@@ -2243,7 +2243,7 @@

@@ -2288,7 +2288,7 @@

@@ -2333,7 +2333,7 @@

@@ -2378,7 +2378,7 @@

@@ -2423,7 +2423,7 @@

@@ -2546,7 +2546,7 @@

@@ -2554,14 +2554,14 @@

public - setUrl(string|null $url) : self + setUrl(string $url) : self

Parameters
$url - : string|null + : string

url

@@ -2591,7 +2591,7 @@

@@ -2624,7 +2624,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-FlexMessage.html b/docs/classes/LINE-Clients-MessagingApi-Model-FlexMessage.html index aae5ab95..626e8088 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-FlexMessage.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-FlexMessage.html @@ -308,14 +308,14 @@

getAltText() -  : string|null +  : string
Gets altText
getContents() -  : FlexContainer|null +  : FlexContainer
Gets contents
@@ -946,7 +946,7 @@

@@ -1013,7 +1013,7 @@

@@ -1021,14 +1021,14 @@

public - getAltText() : string|null + getAltText() : string

Return values
- string|null + string — @@ -1046,7 +1046,7 @@

@@ -1054,14 +1054,14 @@

public - getContents() : FlexContainer|null + getContents() : FlexContainer

Return values
- FlexContainer|null + FlexContainer — @@ -1330,7 +1330,7 @@

@@ -1414,7 +1414,7 @@

@@ -1459,7 +1459,7 @@

@@ -1504,7 +1504,7 @@

@@ -1558,7 +1558,7 @@

@@ -1669,7 +1669,7 @@

@@ -1677,14 +1677,14 @@

public - setAltText(string|null $altText) : self + setAltText(string $altText) : self

Parameters
$altText - : string|null + : string

altText

@@ -1714,7 +1714,7 @@

@@ -1722,14 +1722,14 @@

public - setContents(FlexContainer|null $contents) : self + setContents(FlexContainer $contents) : self

Parameters
$contents - : FlexContainer|null + : FlexContainer

contents

@@ -1927,7 +1927,7 @@

@@ -1960,7 +1960,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-FlexVideo.html b/docs/classes/LINE-Clients-MessagingApi-Model-FlexVideo.html index 18c37999..430e619a 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-FlexVideo.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-FlexVideo.html @@ -315,7 +315,7 @@

getAltContent() -  : FlexComponent|null +  : FlexComponent
Gets altContent
@@ -336,7 +336,7 @@

getPreviewUrl() -  : string|null +  : string
Gets previewUrl
@@ -357,7 +357,7 @@

getUrl() -  : string|null +  : string
Gets url
@@ -960,7 +960,7 @@

@@ -1027,7 +1027,7 @@

@@ -1060,7 +1060,7 @@

@@ -1068,14 +1068,14 @@

public - getAltContent() : FlexComponent|null + getAltContent() : FlexComponent

Return values
- FlexComponent|null + FlexComponent — @@ -1093,7 +1093,7 @@

@@ -1159,7 +1159,7 @@

@@ -1167,14 +1167,14 @@

public - getPreviewUrl() : string|null + getPreviewUrl() : string

Return values
- string|null + string — @@ -1258,7 +1258,7 @@

@@ -1266,14 +1266,14 @@

public - getUrl() : string|null + getUrl() : string

Return values
- string|null + string — @@ -1377,7 +1377,7 @@

@@ -1461,7 +1461,7 @@

@@ -1506,7 +1506,7 @@

@@ -1551,7 +1551,7 @@

@@ -1605,7 +1605,7 @@

@@ -1716,7 +1716,7 @@

@@ -1761,7 +1761,7 @@

@@ -1769,14 +1769,14 @@

public - setAltContent(FlexComponent|null $altContent) : self + setAltContent(FlexComponent $altContent) : self

Parameters
$altContent - : FlexComponent|null + : FlexComponent

altContent

@@ -1806,7 +1806,7 @@

@@ -1851,7 +1851,7 @@

@@ -1859,14 +1859,14 @@

public - setPreviewUrl(string|null $previewUrl) : self + setPreviewUrl(string $previewUrl) : self

Parameters
$previewUrl - : string|null + : string

previewUrl

@@ -1974,7 +1974,7 @@

@@ -1982,14 +1982,14 @@

public - setUrl(string|null $url) : self + setUrl(string $url) : self

Parameters
$url - : string|null + : string

url

@@ -2019,7 +2019,7 @@

@@ -2052,7 +2052,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-ImageCarouselColumn.html b/docs/classes/LINE-Clients-MessagingApi-Model-ImageCarouselColumn.html index f5d87f1d..511a2f85 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-ImageCarouselColumn.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-ImageCarouselColumn.html @@ -324,14 +324,14 @@

getAction() -  : Action|null +  : Action
Gets action
getImageUrl() -  : string|null +  : string
Gets imageUrl
@@ -920,7 +920,7 @@

@@ -987,7 +987,7 @@

@@ -995,14 +995,14 @@

public - getAction() : Action|null + getAction() : Action

Return values
- Action|null + Action — @@ -1020,7 +1020,7 @@

@@ -1028,14 +1028,14 @@

public - getImageUrl() : string|null + getImageUrl() : string

Return values
- string|null + string — @@ -1205,7 +1205,7 @@

@@ -1289,7 +1289,7 @@

@@ -1334,7 +1334,7 @@

@@ -1379,7 +1379,7 @@

@@ -1433,7 +1433,7 @@

@@ -1544,7 +1544,7 @@

@@ -1552,14 +1552,14 @@

public - setAction(Action|null $action) : self + setAction(Action $action) : self

Parameters
$action - : Action|null + : Action

action

@@ -1589,7 +1589,7 @@

@@ -1597,14 +1597,14 @@

public - setImageUrl(string|null $imageUrl) : self + setImageUrl(string $imageUrl) : self

Parameters
$imageUrl - : string|null + : string

imageUrl

@@ -1667,7 +1667,7 @@

@@ -1700,7 +1700,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-ImageCarouselTemplate.html b/docs/classes/LINE-Clients-MessagingApi-Model-ImageCarouselTemplate.html index b1d2dd9b..dc733ff9 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-ImageCarouselTemplate.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-ImageCarouselTemplate.html @@ -308,7 +308,7 @@

getColumns() -  : array<string|int, ImageCarouselColumn>|null +  : array<string|int, ImageCarouselColumn>
Gets columns
@@ -904,7 +904,7 @@

@@ -971,7 +971,7 @@

@@ -979,14 +979,14 @@

public - getColumns() : array<string|int, ImageCarouselColumn>|null + getColumns() : array<string|int, ImageCarouselColumn>

Return values
- array<string|int, ImageCarouselColumn>|null + array<string|int, ImageCarouselColumn> — @@ -1189,7 +1189,7 @@

@@ -1273,7 +1273,7 @@

@@ -1318,7 +1318,7 @@

@@ -1363,7 +1363,7 @@

@@ -1417,7 +1417,7 @@

@@ -1528,7 +1528,7 @@

@@ -1536,14 +1536,14 @@

public - setColumns(array<string|int, ImageCarouselColumn>|null $columns) : self + setColumns(array<string|int, ImageCarouselColumn$columns) : self

Parameters
$columns - : array<string|int, ImageCarouselColumn>|null + : array<string|int, ImageCarouselColumn>

columns

@@ -1651,7 +1651,7 @@

@@ -1684,7 +1684,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-ImageMessage.html b/docs/classes/LINE-Clients-MessagingApi-Model-ImageMessage.html index cb8602bf..39c2419a 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-ImageMessage.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-ImageMessage.html @@ -315,14 +315,14 @@

getOriginalContentUrl() -  : string|null +  : string
Gets originalContentUrl
getPreviewImageUrl() -  : string|null +  : string
Gets previewImageUrl
@@ -946,7 +946,7 @@

@@ -1046,7 +1046,7 @@

@@ -1054,14 +1054,14 @@

public - getOriginalContentUrl() : string|null + getOriginalContentUrl() : string

Return values
- string|null + string — @@ -1079,7 +1079,7 @@

@@ -1087,14 +1087,14 @@

public - getPreviewImageUrl() : string|null + getPreviewImageUrl() : string

Return values
- string|null + string — @@ -1330,7 +1330,7 @@

@@ -1414,7 +1414,7 @@

@@ -1459,7 +1459,7 @@

@@ -1504,7 +1504,7 @@

@@ -1558,7 +1558,7 @@

@@ -1669,7 +1669,7 @@

@@ -1677,14 +1677,14 @@

public - setOriginalContentUrl(string|null $originalContentUrl) : self + setOriginalContentUrl(string $originalContentUrl) : self

Parameters
$originalContentUrl - : string|null + : string

originalContentUrl

@@ -1714,7 +1714,7 @@

@@ -1722,14 +1722,14 @@

public - setPreviewImageUrl(string|null $previewImageUrl) : self + setPreviewImageUrl(string $previewImageUrl) : self

Parameters
$previewImageUrl - : string|null + : string

previewImageUrl

@@ -1927,7 +1927,7 @@

@@ -1960,7 +1960,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-ImagemapAction.html b/docs/classes/LINE-Clients-MessagingApi-Model-ImagemapAction.html index 67686b0a..3e11b589 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-ImagemapAction.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-ImagemapAction.html @@ -324,7 +324,7 @@

getArea() -  : ImagemapArea|null +  : ImagemapArea
Gets area
@@ -920,7 +920,7 @@

@@ -987,7 +987,7 @@

@@ -995,14 +995,14 @@

public - getArea() : ImagemapArea|null + getArea() : ImagemapArea

Return values
- ImagemapArea|null + ImagemapArea — @@ -1086,7 +1086,7 @@

@@ -1205,7 +1205,7 @@

@@ -1289,7 +1289,7 @@

@@ -1334,7 +1334,7 @@

@@ -1379,7 +1379,7 @@

@@ -1433,7 +1433,7 @@

@@ -1544,7 +1544,7 @@

@@ -1552,14 +1552,14 @@

public - setArea(ImagemapArea|null $area) : self + setArea(ImagemapArea $area) : self

Parameters
$area - : ImagemapArea|null + : ImagemapArea

area

@@ -1622,7 +1622,7 @@

@@ -1667,7 +1667,7 @@

@@ -1700,7 +1700,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-ImagemapArea.html b/docs/classes/LINE-Clients-MessagingApi-Model-ImagemapArea.html index 70ca5fa1..6b099dd9 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-ImagemapArea.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-ImagemapArea.html @@ -324,7 +324,7 @@

getHeight() -  : int|null +  : int
Gets height
@@ -345,21 +345,21 @@

getWidth() -  : int|null +  : int
Gets width
getX() -  : int|null +  : int
Gets x
getY() -  : int|null +  : int
Gets y
@@ -948,7 +948,7 @@

@@ -1015,7 +1015,7 @@

@@ -1023,14 +1023,14 @@

public - getHeight() : int|null + getHeight() : int

Return values
- int|null + int — @@ -1114,7 +1114,7 @@

@@ -1122,14 +1122,14 @@

public - getWidth() : int|null + getWidth() : int

Return values
- int|null + int — @@ -1147,7 +1147,7 @@

@@ -1155,14 +1155,14 @@

public - getX() : int|null + getX() : int

Return values
- int|null + int — @@ -1180,7 +1180,7 @@

@@ -1188,14 +1188,14 @@

public - getY() : int|null + getY() : int

Return values
- int|null + int — @@ -1299,7 +1299,7 @@

@@ -1383,7 +1383,7 @@

@@ -1428,7 +1428,7 @@

@@ -1473,7 +1473,7 @@

@@ -1527,7 +1527,7 @@

@@ -1638,7 +1638,7 @@

@@ -1646,14 +1646,14 @@

public - setHeight(int|null $height) : self + setHeight(int $height) : self

Parameters
$height - : int|null + : int

height

@@ -1716,7 +1716,7 @@

@@ -1724,14 +1724,14 @@

public - setWidth(int|null $width) : self + setWidth(int $width) : self

Parameters
$width - : int|null + : int

width

@@ -1761,7 +1761,7 @@

@@ -1769,14 +1769,14 @@

public - setX(int|null $x) : self + setX(int $x) : self

Parameters
$x - : int|null + : int

x

@@ -1806,7 +1806,7 @@

@@ -1814,14 +1814,14 @@

public - setY(int|null $y) : self + setY(int $y) : self

Parameters
$y - : int|null + : int

y

@@ -1851,7 +1851,7 @@

@@ -1884,7 +1884,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-ImagemapBaseSize.html b/docs/classes/LINE-Clients-MessagingApi-Model-ImagemapBaseSize.html index c3ef00db..b36df738 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-ImagemapBaseSize.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-ImagemapBaseSize.html @@ -324,7 +324,7 @@

getHeight() -  : int|null +  : int
Gets height
@@ -345,7 +345,7 @@

getWidth() -  : int|null +  : int
Gets width
@@ -920,7 +920,7 @@

@@ -987,7 +987,7 @@

@@ -995,14 +995,14 @@

public - getHeight() : int|null + getHeight() : int

Return values
- int|null + int — @@ -1086,7 +1086,7 @@

@@ -1094,14 +1094,14 @@

public - getWidth() : int|null + getWidth() : int

Return values
- int|null + int — @@ -1205,7 +1205,7 @@

@@ -1289,7 +1289,7 @@

@@ -1334,7 +1334,7 @@

@@ -1379,7 +1379,7 @@

@@ -1433,7 +1433,7 @@

@@ -1544,7 +1544,7 @@

@@ -1552,14 +1552,14 @@

public - setHeight(int|null $height) : self + setHeight(int $height) : self

Parameters
$height - : int|null + : int

height

@@ -1622,7 +1622,7 @@

@@ -1630,14 +1630,14 @@

public - setWidth(int|null $width) : self + setWidth(int $width) : self

Parameters
$width - : int|null + : int

width

@@ -1667,7 +1667,7 @@

@@ -1700,7 +1700,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-ImagemapMessage.html b/docs/classes/LINE-Clients-MessagingApi-Model-ImagemapMessage.html index 060b469d..65326407 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-ImagemapMessage.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-ImagemapMessage.html @@ -308,28 +308,28 @@

getActions() -  : array<string|int, ImagemapAction>|null +  : array<string|int, ImagemapAction>
Gets actions
getAltText() -  : string|null +  : string
Gets altText
getBaseSize() -  : ImagemapBaseSize|null +  : ImagemapBaseSize
Gets baseSize
getBaseUrl() -  : string|null +  : string
Gets baseUrl
@@ -988,7 +988,7 @@

@@ -1055,7 +1055,7 @@

@@ -1063,14 +1063,14 @@

public - getActions() : array<string|int, ImagemapAction>|null + getActions() : array<string|int, ImagemapAction>

Return values
- array<string|int, ImagemapAction>|null + array<string|int, ImagemapAction> — @@ -1088,7 +1088,7 @@

@@ -1096,14 +1096,14 @@

public - getAltText() : string|null + getAltText() : string

Return values
- string|null + string — @@ -1121,7 +1121,7 @@

@@ -1129,14 +1129,14 @@

public - getBaseSize() : ImagemapBaseSize|null + getBaseSize() : ImagemapBaseSize

Return values
- ImagemapBaseSize|null + ImagemapBaseSize — @@ -1154,7 +1154,7 @@

@@ -1162,14 +1162,14 @@

public - getBaseUrl() : string|null + getBaseUrl() : string

Return values
- string|null + string — @@ -1352,7 +1352,7 @@

@@ -1471,7 +1471,7 @@

@@ -1555,7 +1555,7 @@

@@ -1600,7 +1600,7 @@

@@ -1645,7 +1645,7 @@

@@ -1699,7 +1699,7 @@

@@ -1810,7 +1810,7 @@

@@ -1818,14 +1818,14 @@

public - setActions(array<string|int, ImagemapAction>|null $actions) : self + setActions(array<string|int, ImagemapAction$actions) : self

Parameters
$actions - : array<string|int, ImagemapAction>|null + : array<string|int, ImagemapAction>

actions

@@ -1855,7 +1855,7 @@

@@ -1863,14 +1863,14 @@

public - setAltText(string|null $altText) : self + setAltText(string $altText) : self

Parameters
$altText - : string|null + : string

altText

@@ -1900,7 +1900,7 @@

@@ -1908,14 +1908,14 @@

public - setBaseSize(ImagemapBaseSize|null $baseSize) : self + setBaseSize(ImagemapBaseSize $baseSize) : self

Parameters
$baseSize - : ImagemapBaseSize|null + : ImagemapBaseSize

baseSize

@@ -1945,7 +1945,7 @@

@@ -1953,14 +1953,14 @@

public - setBaseUrl(string|null $baseUrl) : self + setBaseUrl(string $baseUrl) : self

Parameters
$baseUrl - : string|null + : string

baseUrl

@@ -2158,7 +2158,7 @@

@@ -2203,7 +2203,7 @@

@@ -2236,7 +2236,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-LocationMessage.html b/docs/classes/LINE-Clients-MessagingApi-Model-LocationMessage.html index d165dabb..d2205572 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-LocationMessage.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-LocationMessage.html @@ -308,21 +308,21 @@

getAddress() -  : string|null +  : string
Gets address
getLatitude() -  : float|null +  : float
Gets latitude
getLongitude() -  : float|null +  : float
Gets longitude
@@ -357,7 +357,7 @@

getTitle() -  : string|null +  : string
Gets title
@@ -974,7 +974,7 @@

@@ -1041,7 +1041,7 @@

@@ -1049,14 +1049,14 @@

public - getAddress() : string|null + getAddress() : string

Return values
- string|null + string — @@ -1074,7 +1074,7 @@

@@ -1082,14 +1082,14 @@

public - getLatitude() : float|null + getLatitude() : float

Return values
- float|null + float — @@ -1107,7 +1107,7 @@

@@ -1115,14 +1115,14 @@

public - getLongitude() : float|null + getLongitude() : float

Return values
- float|null + float — @@ -1272,7 +1272,7 @@

@@ -1280,14 +1280,14 @@

public - getTitle() : string|null + getTitle() : string

Return values
- string|null + string — @@ -1424,7 +1424,7 @@

@@ -1508,7 +1508,7 @@

@@ -1553,7 +1553,7 @@

@@ -1598,7 +1598,7 @@

@@ -1652,7 +1652,7 @@

@@ -1763,7 +1763,7 @@

@@ -1771,14 +1771,14 @@

public - setAddress(string|null $address) : self + setAddress(string $address) : self

Parameters
$address - : string|null + : string

address

@@ -1808,7 +1808,7 @@

@@ -1816,14 +1816,14 @@

public - setLatitude(float|null $latitude) : self + setLatitude(float $latitude) : self

Parameters
$latitude - : float|null + : float

latitude

@@ -1853,7 +1853,7 @@

@@ -1861,14 +1861,14 @@

public - setLongitude(float|null $longitude) : self + setLongitude(float $longitude) : self

Parameters
$longitude - : float|null + : float

longitude

@@ -2021,7 +2021,7 @@

@@ -2029,14 +2029,14 @@

public - setTitle(string|null $title) : self + setTitle(string $title) : self

Parameters
$title - : string|null + : string

title

@@ -2111,7 +2111,7 @@

@@ -2144,7 +2144,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-MessageImagemapAction.html b/docs/classes/LINE-Clients-MessagingApi-Model-MessageImagemapAction.html index 3810e22b..1778726d 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-MessageImagemapAction.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-MessageImagemapAction.html @@ -308,7 +308,7 @@

getArea() -  : ImagemapArea|null +  : ImagemapArea
Gets area
@@ -336,7 +336,7 @@

getText() -  : string|null +  : string
Gets text
@@ -932,7 +932,7 @@

@@ -999,7 +999,7 @@

@@ -1007,14 +1007,14 @@

public - getArea() : ImagemapArea|null + getArea() : ImagemapArea

Return values
- ImagemapArea|null + ImagemapArea — @@ -1032,7 +1032,7 @@

@@ -1131,7 +1131,7 @@

@@ -1139,14 +1139,14 @@

public - getText() : string|null + getText() : string

Return values
- string|null + string — @@ -1164,7 +1164,7 @@

@@ -1283,7 +1283,7 @@

@@ -1367,7 +1367,7 @@

@@ -1412,7 +1412,7 @@

@@ -1457,7 +1457,7 @@

@@ -1511,7 +1511,7 @@

@@ -1622,7 +1622,7 @@

@@ -1630,14 +1630,14 @@

public - setArea(ImagemapArea|null $area) : self + setArea(ImagemapArea $area) : self

Parameters
$area - : ImagemapArea|null + : ImagemapArea

area

@@ -1667,7 +1667,7 @@

@@ -1745,7 +1745,7 @@

@@ -1753,14 +1753,14 @@

public - setText(string|null $text) : self + setText(string $text) : self

Parameters
$text - : string|null + : string

text

@@ -1790,7 +1790,7 @@

@@ -1835,7 +1835,7 @@

@@ -1868,7 +1868,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-StickerMessage.html b/docs/classes/LINE-Clients-MessagingApi-Model-StickerMessage.html index 545aae01..10a40ac4 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-StickerMessage.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-StickerMessage.html @@ -315,7 +315,7 @@

getPackageId() -  : string|null +  : string
Gets packageId
@@ -343,7 +343,7 @@

getStickerId() -  : string|null +  : string
Gets stickerId
@@ -960,7 +960,7 @@

@@ -1060,7 +1060,7 @@

@@ -1068,14 +1068,14 @@

public - getPackageId() : string|null + getPackageId() : string

Return values
- string|null + string — @@ -1126,7 +1126,7 @@

@@ -1192,7 +1192,7 @@

@@ -1200,14 +1200,14 @@

public - getStickerId() : string|null + getStickerId() : string

Return values
- string|null + string — @@ -1377,7 +1377,7 @@

@@ -1461,7 +1461,7 @@

@@ -1506,7 +1506,7 @@

@@ -1551,7 +1551,7 @@

@@ -1605,7 +1605,7 @@

@@ -1716,7 +1716,7 @@

@@ -1724,14 +1724,14 @@

public - setPackageId(string|null $packageId) : self + setPackageId(string $packageId) : self

Parameters
$packageId - : string|null + : string

packageId

@@ -1806,7 +1806,7 @@

@@ -1896,7 +1896,7 @@

@@ -1904,14 +1904,14 @@

public - setStickerId(string|null $stickerId) : self + setStickerId(string $stickerId) : self

Parameters
$stickerId - : string|null + : string

stickerId

@@ -2019,7 +2019,7 @@

@@ -2052,7 +2052,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-TemplateMessage.html b/docs/classes/LINE-Clients-MessagingApi-Model-TemplateMessage.html index f8751455..92ce3836 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-TemplateMessage.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-TemplateMessage.html @@ -308,7 +308,7 @@

getAltText() -  : string|null +  : string
Gets altText
@@ -336,7 +336,7 @@

getTemplate() -  : Template|null +  : Template
Gets template
@@ -946,7 +946,7 @@

@@ -1013,7 +1013,7 @@

@@ -1021,14 +1021,14 @@

public - getAltText() : string|null + getAltText() : string

Return values
- string|null + string — @@ -1145,7 +1145,7 @@

@@ -1153,14 +1153,14 @@

public - getTemplate() : Template|null + getTemplate() : Template

Return values
- Template|null + Template — @@ -1330,7 +1330,7 @@

@@ -1414,7 +1414,7 @@

@@ -1459,7 +1459,7 @@

@@ -1504,7 +1504,7 @@

@@ -1558,7 +1558,7 @@

@@ -1669,7 +1669,7 @@

@@ -1677,14 +1677,14 @@

public - setAltText(string|null $altText) : self + setAltText(string $altText) : self

Parameters
$altText - : string|null + : string

altText

@@ -1804,7 +1804,7 @@

@@ -1812,14 +1812,14 @@

public - setTemplate(Template|null $template) : self + setTemplate(Template $template) : self

Parameters
$template - : Template|null + : Template

template

@@ -1927,7 +1927,7 @@

@@ -1960,7 +1960,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-TextMessage.html b/docs/classes/LINE-Clients-MessagingApi-Model-TextMessage.html index 589ac8aa..f9b26295 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-TextMessage.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-TextMessage.html @@ -350,7 +350,7 @@

getText() -  : string|null +  : string
Gets text
@@ -960,7 +960,7 @@

@@ -1027,7 +1027,7 @@

@@ -1126,7 +1126,7 @@

@@ -1225,7 +1225,7 @@

@@ -1233,14 +1233,14 @@

public - getText() : string|null + getText() : string

Return values
- string|null + string — @@ -1377,7 +1377,7 @@

@@ -1461,7 +1461,7 @@

@@ -1506,7 +1506,7 @@

@@ -1551,7 +1551,7 @@

@@ -1605,7 +1605,7 @@

@@ -1716,7 +1716,7 @@

@@ -1806,7 +1806,7 @@

@@ -1929,7 +1929,7 @@

@@ -1937,14 +1937,14 @@

public - setText(string|null $text) : self + setText(string $text) : self

Parameters
$text - : string|null + : string

text

@@ -2019,7 +2019,7 @@

@@ -2052,7 +2052,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-URIImagemapAction.html b/docs/classes/LINE-Clients-MessagingApi-Model-URIImagemapAction.html index fcdea4e8..2c7d9702 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-URIImagemapAction.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-URIImagemapAction.html @@ -308,7 +308,7 @@

getArea() -  : ImagemapArea|null +  : ImagemapArea
Gets area
@@ -322,7 +322,7 @@

getLinkUri() -  : string|null +  : string
Gets linkUri
@@ -932,7 +932,7 @@

@@ -999,7 +999,7 @@

@@ -1007,14 +1007,14 @@

public - getArea() : ImagemapArea|null + getArea() : ImagemapArea

Return values
- ImagemapArea|null + ImagemapArea — @@ -1032,7 +1032,7 @@

@@ -1065,7 +1065,7 @@

@@ -1073,14 +1073,14 @@

public - getLinkUri() : string|null + getLinkUri() : string

Return values
- string|null + string — @@ -1164,7 +1164,7 @@

@@ -1283,7 +1283,7 @@

@@ -1367,7 +1367,7 @@

@@ -1412,7 +1412,7 @@

@@ -1457,7 +1457,7 @@

@@ -1511,7 +1511,7 @@

@@ -1622,7 +1622,7 @@

@@ -1630,14 +1630,14 @@

public - setArea(ImagemapArea|null $area) : self + setArea(ImagemapArea $area) : self

Parameters
$area - : ImagemapArea|null + : ImagemapArea

area

@@ -1667,7 +1667,7 @@

@@ -1712,7 +1712,7 @@

@@ -1720,14 +1720,14 @@

public - setLinkUri(string|null $linkUri) : self + setLinkUri(string $linkUri) : self

Parameters
$linkUri - : string|null + : string

linkUri

@@ -1790,7 +1790,7 @@

@@ -1835,7 +1835,7 @@

@@ -1868,7 +1868,7 @@

diff --git a/docs/classes/LINE-Clients-MessagingApi-Model-VideoMessage.html b/docs/classes/LINE-Clients-MessagingApi-Model-VideoMessage.html index f1f580bd..fed176e2 100644 --- a/docs/classes/LINE-Clients-MessagingApi-Model-VideoMessage.html +++ b/docs/classes/LINE-Clients-MessagingApi-Model-VideoMessage.html @@ -315,14 +315,14 @@

getOriginalContentUrl() -  : string|null +  : string
Gets originalContentUrl
getPreviewImageUrl() -  : string|null +  : string
Gets previewImageUrl
@@ -960,7 +960,7 @@

@@ -1060,7 +1060,7 @@

@@ -1068,14 +1068,14 @@

public - getOriginalContentUrl() : string|null + getOriginalContentUrl() : string

Return values
- string|null + string — @@ -1093,7 +1093,7 @@

@@ -1101,14 +1101,14 @@

public - getPreviewImageUrl() : string|null + getPreviewImageUrl() : string

Return values
- string|null + string — @@ -1225,7 +1225,7 @@

@@ -1377,7 +1377,7 @@

@@ -1461,7 +1461,7 @@

@@ -1506,7 +1506,7 @@

@@ -1551,7 +1551,7 @@

@@ -1605,7 +1605,7 @@

@@ -1716,7 +1716,7 @@

@@ -1724,14 +1724,14 @@

public - setOriginalContentUrl(string|null $originalContentUrl) : self + setOriginalContentUrl(string $originalContentUrl) : self

Parameters
$originalContentUrl - : string|null + : string

originalContentUrl

@@ -1761,7 +1761,7 @@

@@ -1769,14 +1769,14 @@

public - setPreviewImageUrl(string|null $previewImageUrl) : self + setPreviewImageUrl(string $previewImageUrl) : self

Parameters
$previewImageUrl - : string|null + : string

previewImageUrl

@@ -1929,7 +1929,7 @@

@@ -2019,7 +2019,7 @@

@@ -2052,7 +2052,7 @@

diff --git a/src/clients/messaging-api/lib/Model/AudioMessage.php b/src/clients/messaging-api/lib/Model/AudioMessage.php index 6611dffd..2eac0bc7 100644 --- a/src/clients/messaging-api/lib/Model/AudioMessage.php +++ b/src/clients/messaging-api/lib/Model/AudioMessage.php @@ -290,6 +290,12 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['originalContentUrl'] === null) { + $invalidProperties[] = "'originalContentUrl' can't be null"; + } + if ($this->container['duration'] === null) { + $invalidProperties[] = "'duration' can't be null"; + } return $invalidProperties; } @@ -308,7 +314,7 @@ public function valid() /** * Gets originalContentUrl * - * @return string|null + * @return string */ public function getOriginalContentUrl() { @@ -318,7 +324,7 @@ public function getOriginalContentUrl() /** * Sets originalContentUrl * - * @param string|null $originalContentUrl originalContentUrl + * @param string $originalContentUrl originalContentUrl * * @return self */ @@ -335,7 +341,7 @@ public function setOriginalContentUrl($originalContentUrl) /** * Gets duration * - * @return int|null + * @return int */ public function getDuration() { @@ -345,7 +351,7 @@ public function getDuration() /** * Sets duration * - * @param int|null $duration duration + * @param int $duration duration * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/ButtonsTemplate.php b/src/clients/messaging-api/lib/Model/ButtonsTemplate.php index 3af3b55f..b3e1de17 100644 --- a/src/clients/messaging-api/lib/Model/ButtonsTemplate.php +++ b/src/clients/messaging-api/lib/Model/ButtonsTemplate.php @@ -332,6 +332,12 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['text'] === null) { + $invalidProperties[] = "'text' can't be null"; + } + if ($this->container['actions'] === null) { + $invalidProperties[] = "'actions' can't be null"; + } return $invalidProperties; } @@ -485,7 +491,7 @@ public function setTitle($title) /** * Gets text * - * @return string|null + * @return string */ public function getText() { @@ -495,7 +501,7 @@ public function getText() /** * Sets text * - * @param string|null $text text + * @param string $text text * * @return self */ @@ -539,7 +545,7 @@ public function setDefaultAction($defaultAction) /** * Gets actions * - * @return \LINE\Clients\MessagingApi\Model\Action[]|null + * @return \LINE\Clients\MessagingApi\Model\Action[] */ public function getActions() { @@ -549,7 +555,7 @@ public function getActions() /** * Sets actions * - * @param \LINE\Clients\MessagingApi\Model\Action[]|null $actions actions + * @param \LINE\Clients\MessagingApi\Model\Action[] $actions actions * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/CarouselColumn.php b/src/clients/messaging-api/lib/Model/CarouselColumn.php index 0dfd4409..d7500921 100644 --- a/src/clients/messaging-api/lib/Model/CarouselColumn.php +++ b/src/clients/messaging-api/lib/Model/CarouselColumn.php @@ -325,6 +325,12 @@ public function listInvalidProperties() { $invalidProperties = []; + if ($this->container['text'] === null) { + $invalidProperties[] = "'text' can't be null"; + } + if ($this->container['actions'] === null) { + $invalidProperties[] = "'actions' can't be null"; + } return $invalidProperties; } @@ -424,7 +430,7 @@ public function setTitle($title) /** * Gets text * - * @return string|null + * @return string */ public function getText() { @@ -434,7 +440,7 @@ public function getText() /** * Sets text * - * @param string|null $text text + * @param string $text text * * @return self */ @@ -478,7 +484,7 @@ public function setDefaultAction($defaultAction) /** * Gets actions * - * @return \LINE\Clients\MessagingApi\Model\Action[]|null + * @return \LINE\Clients\MessagingApi\Model\Action[] */ public function getActions() { @@ -488,7 +494,7 @@ public function getActions() /** * Sets actions * - * @param \LINE\Clients\MessagingApi\Model\Action[]|null $actions actions + * @param \LINE\Clients\MessagingApi\Model\Action[] $actions actions * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/CarouselTemplate.php b/src/clients/messaging-api/lib/Model/CarouselTemplate.php index 6e396143..29ec380b 100644 --- a/src/clients/messaging-api/lib/Model/CarouselTemplate.php +++ b/src/clients/messaging-api/lib/Model/CarouselTemplate.php @@ -297,6 +297,9 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['columns'] === null) { + $invalidProperties[] = "'columns' can't be null"; + } return $invalidProperties; } @@ -315,7 +318,7 @@ public function valid() /** * Gets columns * - * @return \LINE\Clients\MessagingApi\Model\CarouselColumn[]|null + * @return \LINE\Clients\MessagingApi\Model\CarouselColumn[] */ public function getColumns() { @@ -325,7 +328,7 @@ public function getColumns() /** * Sets columns * - * @param \LINE\Clients\MessagingApi\Model\CarouselColumn[]|null $columns columns + * @param \LINE\Clients\MessagingApi\Model\CarouselColumn[] $columns columns * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/ConfirmTemplate.php b/src/clients/messaging-api/lib/Model/ConfirmTemplate.php index 38b43db0..a92120ed 100644 --- a/src/clients/messaging-api/lib/Model/ConfirmTemplate.php +++ b/src/clients/messaging-api/lib/Model/ConfirmTemplate.php @@ -290,6 +290,12 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['text'] === null) { + $invalidProperties[] = "'text' can't be null"; + } + if ($this->container['actions'] === null) { + $invalidProperties[] = "'actions' can't be null"; + } return $invalidProperties; } @@ -308,7 +314,7 @@ public function valid() /** * Gets text * - * @return string|null + * @return string */ public function getText() { @@ -318,7 +324,7 @@ public function getText() /** * Sets text * - * @param string|null $text text + * @param string $text text * * @return self */ @@ -335,7 +341,7 @@ public function setText($text) /** * Gets actions * - * @return \LINE\Clients\MessagingApi\Model\Action[]|null + * @return \LINE\Clients\MessagingApi\Model\Action[] */ public function getActions() { @@ -345,7 +351,7 @@ public function getActions() /** * Sets actions * - * @param \LINE\Clients\MessagingApi\Model\Action[]|null $actions actions + * @param \LINE\Clients\MessagingApi\Model\Action[] $actions actions * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/FlexBox.php b/src/clients/messaging-api/lib/Model/FlexBox.php index 44c5ceb3..d37e2676 100644 --- a/src/clients/messaging-api/lib/Model/FlexBox.php +++ b/src/clients/messaging-api/lib/Model/FlexBox.php @@ -537,6 +537,9 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['layout'] === null) { + $invalidProperties[] = "'layout' can't be null"; + } $allowedValues = $this->getLayoutAllowableValues(); if (!is_null($this->container['layout']) && !in_array($this->container['layout'], $allowedValues, true)) { $invalidProperties[] = sprintf( @@ -546,6 +549,9 @@ public function listInvalidProperties() ); } + if ($this->container['contents'] === null) { + $invalidProperties[] = "'contents' can't be null"; + } $allowedValues = $this->getPositionAllowableValues(); if (!is_null($this->container['position']) && !in_array($this->container['position'], $allowedValues, true)) { $invalidProperties[] = sprintf( @@ -591,7 +597,7 @@ public function valid() /** * Gets layout * - * @return string|null + * @return string */ public function getLayout() { @@ -601,7 +607,7 @@ public function getLayout() /** * Sets layout * - * @param string|null $layout layout + * @param string $layout layout * * @return self */ @@ -655,7 +661,7 @@ public function setFlex($flex) /** * Gets contents * - * @return \LINE\Clients\MessagingApi\Model\FlexComponent[]|null + * @return \LINE\Clients\MessagingApi\Model\FlexComponent[] */ public function getContents() { @@ -665,7 +671,7 @@ public function getContents() /** * Sets contents * - * @param \LINE\Clients\MessagingApi\Model\FlexComponent[]|null $contents contents + * @param \LINE\Clients\MessagingApi\Model\FlexComponent[] $contents contents * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/FlexButton.php b/src/clients/messaging-api/lib/Model/FlexButton.php index d76ebc1b..76821db4 100644 --- a/src/clients/messaging-api/lib/Model/FlexButton.php +++ b/src/clients/messaging-api/lib/Model/FlexButton.php @@ -460,6 +460,9 @@ public function listInvalidProperties() ); } + if ($this->container['action'] === null) { + $invalidProperties[] = "'action' can't be null"; + } $allowedValues = $this->getGravityAllowableValues(); if (!is_null($this->container['gravity']) && !in_array($this->container['gravity'], $allowedValues, true)) { $invalidProperties[] = sprintf( @@ -605,7 +608,7 @@ public function setStyle($style) /** * Gets action * - * @return \LINE\Clients\MessagingApi\Model\Action|null + * @return \LINE\Clients\MessagingApi\Model\Action */ public function getAction() { @@ -615,7 +618,7 @@ public function getAction() /** * Sets action * - * @param \LINE\Clients\MessagingApi\Model\Action|null $action action + * @param \LINE\Clients\MessagingApi\Model\Action $action action * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/FlexCarousel.php b/src/clients/messaging-api/lib/Model/FlexCarousel.php index 4bb11c0c..6343d2cb 100644 --- a/src/clients/messaging-api/lib/Model/FlexCarousel.php +++ b/src/clients/messaging-api/lib/Model/FlexCarousel.php @@ -283,6 +283,9 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['contents'] === null) { + $invalidProperties[] = "'contents' can't be null"; + } return $invalidProperties; } @@ -301,7 +304,7 @@ public function valid() /** * Gets contents * - * @return \LINE\Clients\MessagingApi\Model\FlexBubble[]|null + * @return \LINE\Clients\MessagingApi\Model\FlexBubble[] */ public function getContents() { @@ -311,7 +314,7 @@ public function getContents() /** * Sets contents * - * @param \LINE\Clients\MessagingApi\Model\FlexBubble[]|null $contents contents + * @param \LINE\Clients\MessagingApi\Model\FlexBubble[] $contents contents * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/FlexIcon.php b/src/clients/messaging-api/lib/Model/FlexIcon.php index 4eb46077..25e82543 100644 --- a/src/clients/messaging-api/lib/Model/FlexIcon.php +++ b/src/clients/messaging-api/lib/Model/FlexIcon.php @@ -361,6 +361,9 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['url'] === null) { + $invalidProperties[] = "'url' can't be null"; + } $allowedValues = $this->getPositionAllowableValues(); if (!is_null($this->container['position']) && !in_array($this->container['position'], $allowedValues, true)) { $invalidProperties[] = sprintf( @@ -388,7 +391,7 @@ public function valid() /** * Gets url * - * @return string|null + * @return string */ public function getUrl() { @@ -398,7 +401,7 @@ public function getUrl() /** * Sets url * - * @param string|null $url url + * @param string $url url * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/FlexMessage.php b/src/clients/messaging-api/lib/Model/FlexMessage.php index a886b17c..1c0cccdd 100644 --- a/src/clients/messaging-api/lib/Model/FlexMessage.php +++ b/src/clients/messaging-api/lib/Model/FlexMessage.php @@ -290,6 +290,12 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['altText'] === null) { + $invalidProperties[] = "'altText' can't be null"; + } + if ($this->container['contents'] === null) { + $invalidProperties[] = "'contents' can't be null"; + } return $invalidProperties; } @@ -308,7 +314,7 @@ public function valid() /** * Gets altText * - * @return string|null + * @return string */ public function getAltText() { @@ -318,7 +324,7 @@ public function getAltText() /** * Sets altText * - * @param string|null $altText altText + * @param string $altText altText * * @return self */ @@ -335,7 +341,7 @@ public function setAltText($altText) /** * Gets contents * - * @return \LINE\Clients\MessagingApi\Model\FlexContainer|null + * @return \LINE\Clients\MessagingApi\Model\FlexContainer */ public function getContents() { @@ -345,7 +351,7 @@ public function getContents() /** * Sets contents * - * @param \LINE\Clients\MessagingApi\Model\FlexContainer|null $contents contents + * @param \LINE\Clients\MessagingApi\Model\FlexContainer $contents contents * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/FlexVideo.php b/src/clients/messaging-api/lib/Model/FlexVideo.php index 59d202a5..90aef1e6 100644 --- a/src/clients/messaging-api/lib/Model/FlexVideo.php +++ b/src/clients/messaging-api/lib/Model/FlexVideo.php @@ -311,6 +311,15 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['url'] === null) { + $invalidProperties[] = "'url' can't be null"; + } + if ($this->container['previewUrl'] === null) { + $invalidProperties[] = "'previewUrl' can't be null"; + } + if ($this->container['altContent'] === null) { + $invalidProperties[] = "'altContent' can't be null"; + } return $invalidProperties; } @@ -329,7 +338,7 @@ public function valid() /** * Gets url * - * @return string|null + * @return string */ public function getUrl() { @@ -339,7 +348,7 @@ public function getUrl() /** * Sets url * - * @param string|null $url url + * @param string $url url * * @return self */ @@ -356,7 +365,7 @@ public function setUrl($url) /** * Gets previewUrl * - * @return string|null + * @return string */ public function getPreviewUrl() { @@ -366,7 +375,7 @@ public function getPreviewUrl() /** * Sets previewUrl * - * @param string|null $previewUrl previewUrl + * @param string $previewUrl previewUrl * * @return self */ @@ -383,7 +392,7 @@ public function setPreviewUrl($previewUrl) /** * Gets altContent * - * @return \LINE\Clients\MessagingApi\Model\FlexComponent|null + * @return \LINE\Clients\MessagingApi\Model\FlexComponent */ public function getAltContent() { @@ -393,7 +402,7 @@ public function getAltContent() /** * Sets altContent * - * @param \LINE\Clients\MessagingApi\Model\FlexComponent|null $altContent altContent + * @param \LINE\Clients\MessagingApi\Model\FlexComponent $altContent altContent * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/ImageCarouselColumn.php b/src/clients/messaging-api/lib/Model/ImageCarouselColumn.php index 6b4c91ac..c80a0026 100644 --- a/src/clients/messaging-api/lib/Model/ImageCarouselColumn.php +++ b/src/clients/messaging-api/lib/Model/ImageCarouselColumn.php @@ -296,6 +296,12 @@ public function listInvalidProperties() { $invalidProperties = []; + if ($this->container['imageUrl'] === null) { + $invalidProperties[] = "'imageUrl' can't be null"; + } + if ($this->container['action'] === null) { + $invalidProperties[] = "'action' can't be null"; + } return $invalidProperties; } @@ -314,7 +320,7 @@ public function valid() /** * Gets imageUrl * - * @return string|null + * @return string */ public function getImageUrl() { @@ -324,7 +330,7 @@ public function getImageUrl() /** * Sets imageUrl * - * @param string|null $imageUrl imageUrl + * @param string $imageUrl imageUrl * * @return self */ @@ -341,7 +347,7 @@ public function setImageUrl($imageUrl) /** * Gets action * - * @return \LINE\Clients\MessagingApi\Model\Action|null + * @return \LINE\Clients\MessagingApi\Model\Action */ public function getAction() { @@ -351,7 +357,7 @@ public function getAction() /** * Sets action * - * @param \LINE\Clients\MessagingApi\Model\Action|null $action action + * @param \LINE\Clients\MessagingApi\Model\Action $action action * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/ImageCarouselTemplate.php b/src/clients/messaging-api/lib/Model/ImageCarouselTemplate.php index 8367f9e2..d7ed42f4 100644 --- a/src/clients/messaging-api/lib/Model/ImageCarouselTemplate.php +++ b/src/clients/messaging-api/lib/Model/ImageCarouselTemplate.php @@ -283,6 +283,9 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['columns'] === null) { + $invalidProperties[] = "'columns' can't be null"; + } return $invalidProperties; } @@ -301,7 +304,7 @@ public function valid() /** * Gets columns * - * @return \LINE\Clients\MessagingApi\Model\ImageCarouselColumn[]|null + * @return \LINE\Clients\MessagingApi\Model\ImageCarouselColumn[] */ public function getColumns() { @@ -311,7 +314,7 @@ public function getColumns() /** * Sets columns * - * @param \LINE\Clients\MessagingApi\Model\ImageCarouselColumn[]|null $columns columns + * @param \LINE\Clients\MessagingApi\Model\ImageCarouselColumn[] $columns columns * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/ImageMessage.php b/src/clients/messaging-api/lib/Model/ImageMessage.php index dfdd3325..1292006d 100644 --- a/src/clients/messaging-api/lib/Model/ImageMessage.php +++ b/src/clients/messaging-api/lib/Model/ImageMessage.php @@ -290,6 +290,12 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['originalContentUrl'] === null) { + $invalidProperties[] = "'originalContentUrl' can't be null"; + } + if ($this->container['previewImageUrl'] === null) { + $invalidProperties[] = "'previewImageUrl' can't be null"; + } return $invalidProperties; } @@ -308,7 +314,7 @@ public function valid() /** * Gets originalContentUrl * - * @return string|null + * @return string */ public function getOriginalContentUrl() { @@ -318,7 +324,7 @@ public function getOriginalContentUrl() /** * Sets originalContentUrl * - * @param string|null $originalContentUrl originalContentUrl + * @param string $originalContentUrl originalContentUrl * * @return self */ @@ -335,7 +341,7 @@ public function setOriginalContentUrl($originalContentUrl) /** * Gets previewImageUrl * - * @return string|null + * @return string */ public function getPreviewImageUrl() { @@ -345,7 +351,7 @@ public function getPreviewImageUrl() /** * Sets previewImageUrl * - * @param string|null $previewImageUrl previewImageUrl + * @param string $previewImageUrl previewImageUrl * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/ImagemapAction.php b/src/clients/messaging-api/lib/Model/ImagemapAction.php index 896c1d8a..9a2e7c1c 100644 --- a/src/clients/messaging-api/lib/Model/ImagemapAction.php +++ b/src/clients/messaging-api/lib/Model/ImagemapAction.php @@ -299,6 +299,9 @@ public function listInvalidProperties() if ($this->container['type'] === null) { $invalidProperties[] = "'type' can't be null"; } + if ($this->container['area'] === null) { + $invalidProperties[] = "'area' can't be null"; + } return $invalidProperties; } @@ -344,7 +347,7 @@ public function setType($type) /** * Gets area * - * @return \LINE\Clients\MessagingApi\Model\ImagemapArea|null + * @return \LINE\Clients\MessagingApi\Model\ImagemapArea */ public function getArea() { @@ -354,7 +357,7 @@ public function getArea() /** * Sets area * - * @param \LINE\Clients\MessagingApi\Model\ImagemapArea|null $area area + * @param \LINE\Clients\MessagingApi\Model\ImagemapArea $area area * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/ImagemapArea.php b/src/clients/messaging-api/lib/Model/ImagemapArea.php index 9dad196a..14b12c1d 100644 --- a/src/clients/messaging-api/lib/Model/ImagemapArea.php +++ b/src/clients/messaging-api/lib/Model/ImagemapArea.php @@ -310,6 +310,18 @@ public function listInvalidProperties() { $invalidProperties = []; + if ($this->container['x'] === null) { + $invalidProperties[] = "'x' can't be null"; + } + if ($this->container['y'] === null) { + $invalidProperties[] = "'y' can't be null"; + } + if ($this->container['width'] === null) { + $invalidProperties[] = "'width' can't be null"; + } + if ($this->container['height'] === null) { + $invalidProperties[] = "'height' can't be null"; + } return $invalidProperties; } @@ -328,7 +340,7 @@ public function valid() /** * Gets x * - * @return int|null + * @return int */ public function getX() { @@ -338,7 +350,7 @@ public function getX() /** * Sets x * - * @param int|null $x x + * @param int $x x * * @return self */ @@ -355,7 +367,7 @@ public function setX($x) /** * Gets y * - * @return int|null + * @return int */ public function getY() { @@ -365,7 +377,7 @@ public function getY() /** * Sets y * - * @param int|null $y y + * @param int $y y * * @return self */ @@ -382,7 +394,7 @@ public function setY($y) /** * Gets width * - * @return int|null + * @return int */ public function getWidth() { @@ -392,7 +404,7 @@ public function getWidth() /** * Sets width * - * @param int|null $width width + * @param int $width width * * @return self */ @@ -409,7 +421,7 @@ public function setWidth($width) /** * Gets height * - * @return int|null + * @return int */ public function getHeight() { @@ -419,7 +431,7 @@ public function getHeight() /** * Sets height * - * @param int|null $height height + * @param int $height height * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/ImagemapBaseSize.php b/src/clients/messaging-api/lib/Model/ImagemapBaseSize.php index 84d6debf..b790663a 100644 --- a/src/clients/messaging-api/lib/Model/ImagemapBaseSize.php +++ b/src/clients/messaging-api/lib/Model/ImagemapBaseSize.php @@ -296,6 +296,12 @@ public function listInvalidProperties() { $invalidProperties = []; + if ($this->container['height'] === null) { + $invalidProperties[] = "'height' can't be null"; + } + if ($this->container['width'] === null) { + $invalidProperties[] = "'width' can't be null"; + } return $invalidProperties; } @@ -314,7 +320,7 @@ public function valid() /** * Gets height * - * @return int|null + * @return int */ public function getHeight() { @@ -324,7 +330,7 @@ public function getHeight() /** * Sets height * - * @param int|null $height height + * @param int $height height * * @return self */ @@ -341,7 +347,7 @@ public function setHeight($height) /** * Gets width * - * @return int|null + * @return int */ public function getWidth() { @@ -351,7 +357,7 @@ public function getWidth() /** * Sets width * - * @param int|null $width width + * @param int $width width * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/ImagemapMessage.php b/src/clients/messaging-api/lib/Model/ImagemapMessage.php index ee273557..1505c69f 100644 --- a/src/clients/messaging-api/lib/Model/ImagemapMessage.php +++ b/src/clients/messaging-api/lib/Model/ImagemapMessage.php @@ -311,6 +311,18 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['baseUrl'] === null) { + $invalidProperties[] = "'baseUrl' can't be null"; + } + if ($this->container['altText'] === null) { + $invalidProperties[] = "'altText' can't be null"; + } + if ($this->container['baseSize'] === null) { + $invalidProperties[] = "'baseSize' can't be null"; + } + if ($this->container['actions'] === null) { + $invalidProperties[] = "'actions' can't be null"; + } return $invalidProperties; } @@ -329,7 +341,7 @@ public function valid() /** * Gets baseUrl * - * @return string|null + * @return string */ public function getBaseUrl() { @@ -339,7 +351,7 @@ public function getBaseUrl() /** * Sets baseUrl * - * @param string|null $baseUrl baseUrl + * @param string $baseUrl baseUrl * * @return self */ @@ -356,7 +368,7 @@ public function setBaseUrl($baseUrl) /** * Gets altText * - * @return string|null + * @return string */ public function getAltText() { @@ -366,7 +378,7 @@ public function getAltText() /** * Sets altText * - * @param string|null $altText altText + * @param string $altText altText * * @return self */ @@ -383,7 +395,7 @@ public function setAltText($altText) /** * Gets baseSize * - * @return \LINE\Clients\MessagingApi\Model\ImagemapBaseSize|null + * @return \LINE\Clients\MessagingApi\Model\ImagemapBaseSize */ public function getBaseSize() { @@ -393,7 +405,7 @@ public function getBaseSize() /** * Sets baseSize * - * @param \LINE\Clients\MessagingApi\Model\ImagemapBaseSize|null $baseSize baseSize + * @param \LINE\Clients\MessagingApi\Model\ImagemapBaseSize $baseSize baseSize * * @return self */ @@ -410,7 +422,7 @@ public function setBaseSize($baseSize) /** * Gets actions * - * @return \LINE\Clients\MessagingApi\Model\ImagemapAction[]|null + * @return \LINE\Clients\MessagingApi\Model\ImagemapAction[] */ public function getActions() { @@ -420,7 +432,7 @@ public function getActions() /** * Sets actions * - * @param \LINE\Clients\MessagingApi\Model\ImagemapAction[]|null $actions actions + * @param \LINE\Clients\MessagingApi\Model\ImagemapAction[] $actions actions * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/LocationMessage.php b/src/clients/messaging-api/lib/Model/LocationMessage.php index bb60f0d7..fa7339aa 100644 --- a/src/clients/messaging-api/lib/Model/LocationMessage.php +++ b/src/clients/messaging-api/lib/Model/LocationMessage.php @@ -304,6 +304,18 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['title'] === null) { + $invalidProperties[] = "'title' can't be null"; + } + if ($this->container['address'] === null) { + $invalidProperties[] = "'address' can't be null"; + } + if ($this->container['latitude'] === null) { + $invalidProperties[] = "'latitude' can't be null"; + } + if ($this->container['longitude'] === null) { + $invalidProperties[] = "'longitude' can't be null"; + } return $invalidProperties; } @@ -322,7 +334,7 @@ public function valid() /** * Gets title * - * @return string|null + * @return string */ public function getTitle() { @@ -332,7 +344,7 @@ public function getTitle() /** * Sets title * - * @param string|null $title title + * @param string $title title * * @return self */ @@ -349,7 +361,7 @@ public function setTitle($title) /** * Gets address * - * @return string|null + * @return string */ public function getAddress() { @@ -359,7 +371,7 @@ public function getAddress() /** * Sets address * - * @param string|null $address address + * @param string $address address * * @return self */ @@ -376,7 +388,7 @@ public function setAddress($address) /** * Gets latitude * - * @return float|null + * @return float */ public function getLatitude() { @@ -386,7 +398,7 @@ public function getLatitude() /** * Sets latitude * - * @param float|null $latitude latitude + * @param float $latitude latitude * * @return self */ @@ -403,7 +415,7 @@ public function setLatitude($latitude) /** * Gets longitude * - * @return float|null + * @return float */ public function getLongitude() { @@ -413,7 +425,7 @@ public function getLongitude() /** * Sets longitude * - * @param float|null $longitude longitude + * @param float $longitude longitude * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/MessageImagemapAction.php b/src/clients/messaging-api/lib/Model/MessageImagemapAction.php index 41f31df0..bc81d577 100644 --- a/src/clients/messaging-api/lib/Model/MessageImagemapAction.php +++ b/src/clients/messaging-api/lib/Model/MessageImagemapAction.php @@ -290,6 +290,9 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['text'] === null) { + $invalidProperties[] = "'text' can't be null"; + } return $invalidProperties; } @@ -308,7 +311,7 @@ public function valid() /** * Gets text * - * @return string|null + * @return string */ public function getText() { @@ -318,7 +321,7 @@ public function getText() /** * Sets text * - * @param string|null $text text + * @param string $text text * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/StickerMessage.php b/src/clients/messaging-api/lib/Model/StickerMessage.php index 50263edf..27b5edf8 100644 --- a/src/clients/messaging-api/lib/Model/StickerMessage.php +++ b/src/clients/messaging-api/lib/Model/StickerMessage.php @@ -297,6 +297,12 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['packageId'] === null) { + $invalidProperties[] = "'packageId' can't be null"; + } + if ($this->container['stickerId'] === null) { + $invalidProperties[] = "'stickerId' can't be null"; + } return $invalidProperties; } @@ -315,7 +321,7 @@ public function valid() /** * Gets packageId * - * @return string|null + * @return string */ public function getPackageId() { @@ -325,7 +331,7 @@ public function getPackageId() /** * Sets packageId * - * @param string|null $packageId packageId + * @param string $packageId packageId * * @return self */ @@ -342,7 +348,7 @@ public function setPackageId($packageId) /** * Gets stickerId * - * @return string|null + * @return string */ public function getStickerId() { @@ -352,7 +358,7 @@ public function getStickerId() /** * Sets stickerId * - * @param string|null $stickerId stickerId + * @param string $stickerId stickerId * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/TemplateMessage.php b/src/clients/messaging-api/lib/Model/TemplateMessage.php index b58d7f7d..d02d0d98 100644 --- a/src/clients/messaging-api/lib/Model/TemplateMessage.php +++ b/src/clients/messaging-api/lib/Model/TemplateMessage.php @@ -290,6 +290,12 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['altText'] === null) { + $invalidProperties[] = "'altText' can't be null"; + } + if ($this->container['template'] === null) { + $invalidProperties[] = "'template' can't be null"; + } return $invalidProperties; } @@ -308,7 +314,7 @@ public function valid() /** * Gets altText * - * @return string|null + * @return string */ public function getAltText() { @@ -318,7 +324,7 @@ public function getAltText() /** * Sets altText * - * @param string|null $altText altText + * @param string $altText altText * * @return self */ @@ -335,7 +341,7 @@ public function setAltText($altText) /** * Gets template * - * @return \LINE\Clients\MessagingApi\Model\Template|null + * @return \LINE\Clients\MessagingApi\Model\Template */ public function getTemplate() { @@ -345,7 +351,7 @@ public function getTemplate() /** * Sets template * - * @param \LINE\Clients\MessagingApi\Model\Template|null $template template + * @param \LINE\Clients\MessagingApi\Model\Template $template template * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/TextMessage.php b/src/clients/messaging-api/lib/Model/TextMessage.php index a149f84d..85ad97aa 100644 --- a/src/clients/messaging-api/lib/Model/TextMessage.php +++ b/src/clients/messaging-api/lib/Model/TextMessage.php @@ -297,6 +297,9 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['text'] === null) { + $invalidProperties[] = "'text' can't be null"; + } return $invalidProperties; } @@ -315,7 +318,7 @@ public function valid() /** * Gets text * - * @return string|null + * @return string */ public function getText() { @@ -325,7 +328,7 @@ public function getText() /** * Sets text * - * @param string|null $text text + * @param string $text text * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/URIImagemapAction.php b/src/clients/messaging-api/lib/Model/URIImagemapAction.php index 3c5c2e57..8195d29f 100644 --- a/src/clients/messaging-api/lib/Model/URIImagemapAction.php +++ b/src/clients/messaging-api/lib/Model/URIImagemapAction.php @@ -290,6 +290,9 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['linkUri'] === null) { + $invalidProperties[] = "'linkUri' can't be null"; + } return $invalidProperties; } @@ -308,7 +311,7 @@ public function valid() /** * Gets linkUri * - * @return string|null + * @return string */ public function getLinkUri() { @@ -318,7 +321,7 @@ public function getLinkUri() /** * Sets linkUri * - * @param string|null $linkUri linkUri + * @param string $linkUri linkUri * * @return self */ diff --git a/src/clients/messaging-api/lib/Model/VideoMessage.php b/src/clients/messaging-api/lib/Model/VideoMessage.php index 6d14ca42..c85da5b0 100644 --- a/src/clients/messaging-api/lib/Model/VideoMessage.php +++ b/src/clients/messaging-api/lib/Model/VideoMessage.php @@ -297,6 +297,12 @@ public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); + if ($this->container['originalContentUrl'] === null) { + $invalidProperties[] = "'originalContentUrl' can't be null"; + } + if ($this->container['previewImageUrl'] === null) { + $invalidProperties[] = "'previewImageUrl' can't be null"; + } return $invalidProperties; } @@ -315,7 +321,7 @@ public function valid() /** * Gets originalContentUrl * - * @return string|null + * @return string */ public function getOriginalContentUrl() { @@ -325,7 +331,7 @@ public function getOriginalContentUrl() /** * Sets originalContentUrl * - * @param string|null $originalContentUrl originalContentUrl + * @param string $originalContentUrl originalContentUrl * * @return self */ @@ -342,7 +348,7 @@ public function setOriginalContentUrl($originalContentUrl) /** * Gets previewImageUrl * - * @return string|null + * @return string */ public function getPreviewImageUrl() { @@ -352,7 +358,7 @@ public function getPreviewImageUrl() /** * Sets previewImageUrl * - * @param string|null $previewImageUrl previewImageUrl + * @param string $previewImageUrl previewImageUrl * * @return self */