Package com.linecorp.bot.client
Class ChannelManagementSyncClientImpl
- java.lang.Object
-
- com.linecorp.bot.client.ChannelManagementSyncClientImpl
-
- All Implemented Interfaces:
ChannelManagementSyncClient
public class ChannelManagementSyncClientImpl extends java.lang.Object implements ChannelManagementSyncClient
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.linecorp.bot.liff.response.LiffAppAddResponseaddLiffApp(com.linecorp.bot.liff.request.LiffAppAddRequest liffAppAddRequest)voiddeleteLiffApp(java.lang.String liffId)com.linecorp.bot.liff.response.LiffAppsResponsegetAllLiffApps()static ChannelManagementSyncClientImplof(com.linecorp.bot.client.ChannelManagementClientRetrofitIface retrofitImpl)voidupdateLiffApp(java.lang.String liffId, com.linecorp.bot.liff.LiffView liffView)
-
-
-
Method Detail
-
addLiffApp
public com.linecorp.bot.liff.response.LiffAppAddResponse addLiffApp(com.linecorp.bot.liff.request.LiffAppAddRequest liffAppAddRequest)
- Specified by:
addLiffAppin interfaceChannelManagementSyncClient
-
updateLiffApp
public void updateLiffApp(java.lang.String liffId, com.linecorp.bot.liff.LiffView liffView)- Specified by:
updateLiffAppin interfaceChannelManagementSyncClient
-
getAllLiffApps
public com.linecorp.bot.liff.response.LiffAppsResponse getAllLiffApps()
- Specified by:
getAllLiffAppsin interfaceChannelManagementSyncClient
-
deleteLiffApp
public void deleteLiffApp(java.lang.String liffId)
- Specified by:
deleteLiffAppin interfaceChannelManagementSyncClient
-
of
public static ChannelManagementSyncClientImpl of(com.linecorp.bot.client.ChannelManagementClientRetrofitIface retrofitImpl)
-
-