Package io.sendon.api

Class SdoSender


  • public class SdoSender
    extends Object
    • Constructor Detail

      • SdoSender

        public SdoSender()
      • SdoSender

        public SdoSender​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • getHostIndex

        public int getHostIndex()
      • setHostIndex

        public void setHostIndex​(int hostIndex)
      • getCustomBaseUrl

        public String getCustomBaseUrl()
      • setCustomBaseUrl

        public void setCustomBaseUrl​(String customBaseUrl)
      • listUserNumbersCall

        public okhttp3.Call listUserNumbersCall​(BigDecimal cursor,
                                                BigDecimal limit,
                                                ApiCallback _callback)
                                         throws ApiException
        Build call for listUserNumbers
        Parameters:
        cursor - 응답 받을 페이지 번호 (optional)
        limit - 응답 받을 데이터 수 (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 -
      • listUserNumbers

        public ListUserNumbersResponseDto listUserNumbers​(BigDecimal cursor,
                                                          BigDecimal limit)
                                                   throws ApiException
        유저 발신번호 목록 조회 유저 발신번호 목록 조회
        Parameters:
        cursor - 응답 받을 페이지 번호 (optional)
        limit - 응답 받을 데이터 수 (optional)
        Returns:
        ListUserNumbersResponseDto
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 -
      • listUserNumbersWithHttpInfo

        public ApiResponse<ListUserNumbersResponseDto> listUserNumbersWithHttpInfo​(BigDecimal cursor,
                                                                                   BigDecimal limit)
                                                                            throws ApiException
        유저 발신번호 목록 조회 유저 발신번호 목록 조회
        Parameters:
        cursor - 응답 받을 페이지 번호 (optional)
        limit - 응답 받을 데이터 수 (optional)
        Returns:
        ApiResponse<ListUserNumbersResponseDto>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 -
      • listUserNumbersAsync

        public okhttp3.Call listUserNumbersAsync​(BigDecimal cursor,
                                                 BigDecimal limit,
                                                 ApiCallback<ListUserNumbersResponseDto> _callback)
                                          throws ApiException
        유저 발신번호 목록 조회 (asynchronously) 유저 발신번호 목록 조회
        Parameters:
        cursor - 응답 받을 페이지 번호 (optional)
        limit - 응답 받을 데이터 수 (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 -