Class ChannelManagementSyncClientImpl

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.linecorp.bot.liff.response.LiffAppAddResponse addLiffApp​(com.linecorp.bot.liff.request.LiffAppAddRequest liffAppAddRequest)  
      void deleteLiffApp​(java.lang.String liffId)  
      com.linecorp.bot.liff.response.LiffAppsResponse getAllLiffApps()  
      static ChannelManagementSyncClientImpl of​(com.linecorp.bot.client.ChannelManagementClientRetrofitIface retrofitImpl)  
      void updateLiffApp​(java.lang.String liffId, com.linecorp.bot.liff.LiffView liffView)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait