Package io.sendon.api

Class SdoContacts


  • public class SdoContacts
    extends Object
    • Constructor Detail

      • SdoContacts

        public SdoContacts()
      • SdoContacts

        public SdoContacts​(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)
      • createBlocklistCall

        public okhttp3.Call createBlocklistCall​(CreateBlocklistRequestDto createBlocklistRequestDto,
                                                ApiCallback _callback)
                                         throws ApiException
        Build call for createBlocklist
        Parameters:
        createBlocklistRequestDto - (required)
        _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 -
      • createBlocklist

        public CreateBlocklistResponseDto createBlocklist​(CreateBlocklistRequestDto createBlocklistRequestDto)
                                                   throws ApiException
        수신거부 추가
        Parameters:
        createBlocklistRequestDto - (required)
        Returns:
        CreateBlocklistResponseDto
        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 -
      • createBlocklistWithHttpInfo

        public ApiResponse<CreateBlocklistResponseDto> createBlocklistWithHttpInfo​(CreateBlocklistRequestDto createBlocklistRequestDto)
                                                                            throws ApiException
        수신거부 추가
        Parameters:
        createBlocklistRequestDto - (required)
        Returns:
        ApiResponse<CreateBlocklistResponseDto>
        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 -
      • createBlocklistAsync

        public okhttp3.Call createBlocklistAsync​(CreateBlocklistRequestDto createBlocklistRequestDto,
                                                 ApiCallback<CreateBlocklistResponseDto> _callback)
                                          throws ApiException
        수신거부 추가 (asynchronously)
        Parameters:
        createBlocklistRequestDto - (required)
        _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 -
      • deleteBlocklistCall

        public okhttp3.Call deleteBlocklistCall​(BigDecimal blocklistId,
                                                ApiCallback _callback)
                                         throws ApiException
        Build call for deleteBlocklist
        Parameters:
        blocklistId - 수신거부 ID (required)
        _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 -
      • deleteBlocklist

        public DeleteBlocklistResponseDto deleteBlocklist​(BigDecimal blocklistId)
                                                   throws ApiException
        수신거부 삭제
        Parameters:
        blocklistId - 수신거부 ID (required)
        Returns:
        DeleteBlocklistResponseDto
        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 -
      • deleteBlocklistWithHttpInfo

        public ApiResponse<DeleteBlocklistResponseDto> deleteBlocklistWithHttpInfo​(BigDecimal blocklistId)
                                                                            throws ApiException
        수신거부 삭제
        Parameters:
        blocklistId - 수신거부 ID (required)
        Returns:
        ApiResponse<DeleteBlocklistResponseDto>
        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 -
      • deleteBlocklistAsync

        public okhttp3.Call deleteBlocklistAsync​(BigDecimal blocklistId,
                                                 ApiCallback<DeleteBlocklistResponseDto> _callback)
                                          throws ApiException
        수신거부 삭제 (asynchronously)
        Parameters:
        blocklistId - 수신거부 ID (required)
        _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 -
      • getBlocklistCall

        public okhttp3.Call getBlocklistCall​(BigDecimal cursor,
                                             BigDecimal limit,
                                             ApiCallback _callback)
                                      throws ApiException
        Build call for getBlocklist
        Parameters:
        cursor - 응답받을 데이터 오프셋 (optional)
        limit - 응답받을 데이터 수 (max: 100, min: 1, default: 30) (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 -
      • getBlocklist

        public GetBlocklistResponseDto getBlocklist​(BigDecimal cursor,
                                                    BigDecimal limit)
                                             throws ApiException
        수신거부 목록
        Parameters:
        cursor - 응답받을 데이터 오프셋 (optional)
        limit - 응답받을 데이터 수 (max: 100, min: 1, default: 30) (optional)
        Returns:
        GetBlocklistResponseDto
        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 -
      • getBlocklistWithHttpInfo

        public ApiResponse<GetBlocklistResponseDto> getBlocklistWithHttpInfo​(BigDecimal cursor,
                                                                             BigDecimal limit)
                                                                      throws ApiException
        수신거부 목록
        Parameters:
        cursor - 응답받을 데이터 오프셋 (optional)
        limit - 응답받을 데이터 수 (max: 100, min: 1, default: 30) (optional)
        Returns:
        ApiResponse<GetBlocklistResponseDto>
        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 -
      • getBlocklistAsync

        public okhttp3.Call getBlocklistAsync​(BigDecimal cursor,
                                              BigDecimal limit,
                                              ApiCallback<GetBlocklistResponseDto> _callback)
                                       throws ApiException
        수신거부 목록 (asynchronously)
        Parameters:
        cursor - 응답받을 데이터 오프셋 (optional)
        limit - 응답받을 데이터 수 (max: 100, min: 1, default: 30) (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 -