Interface CallTypesApi

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • deleteCallType

        @DELETE(value = "/video/calltypes/{name}") abstract Response deleteCallType(@Path(value = "name") String name)

        Delete Call Type

        Responses:

        • 200: Successful response

        • 400: Bad request

        • 429: Too many requests

      • getCallType

        @GET(value = "/video/calltypes/{name}") abstract GetCallTypeResponse getCallType(@Path(value = "name") String name)

        Get Call Type

        Responses:

        • 200: Successful response

        • 400: Bad request

        • 429: Too many requests

      • listCallTypes

        @GET(value = "/video/calltypes") abstract ListCallTypeResponse listCallTypes()

        List Call Type

        Responses:

        • 200: Successful response

        • 400: Bad request

        • 429: Too many requests