Interface MicrosoftTeamsClient


public interface MicrosoftTeamsClient
  • Method Summary

    Modifier and Type
    Method
    Description
    retrofit2.Call<okhttp3.ResponseBody>
     
  • Method Details

    • sendMessage

      @POST("{webhookUrl}") retrofit2.Call<okhttp3.ResponseBody> sendMessage(@Path(value="webhookUrl",encoded=true) String webhook, @Body MicrosoftTeamsMessage message)