Package io.sendon.api

Class SdoPoint


  • public class SdoPoint
    extends Object
    • Constructor Detail

      • SdoPoint

        public SdoPoint()
      • SdoPoint

        public SdoPoint​(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)
      • getCostCall

        public okhttp3.Call getCostCall​(ApiCallback _callback)
                                 throws ApiException
        Build call for getCost
        Parameters:
        _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 -
      • getCost

        public CostGetResponseDto getCost()
                                   throws ApiException
        사용자의 단가 조회 사용자의 단가를 조회합니다.
        Returns:
        CostGetResponseDto
        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 -
      • getCostWithHttpInfo

        public ApiResponse<CostGetResponseDto> getCostWithHttpInfo()
                                                            throws ApiException
        사용자의 단가 조회 사용자의 단가를 조회합니다.
        Returns:
        ApiResponse<CostGetResponseDto>
        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 -
      • getCostAsync

        public okhttp3.Call getCostAsync​(ApiCallback<CostGetResponseDto> _callback)
                                  throws ApiException
        사용자의 단가 조회 (asynchronously) 사용자의 단가를 조회합니다.
        Parameters:
        _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 -
      • listPointsCall

        public okhttp3.Call listPointsCall​(ApiCallback _callback)
                                    throws ApiException
        Build call for listPoints
        Parameters:
        _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 -
      • listPoints

        public PointsListResponseDto listPoints()
                                         throws ApiException
        사용자 포인트 리스트 조회 사용자의 포인트 리스트를 조회합니다.
        Returns:
        PointsListResponseDto
        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 -
      • listPointsWithHttpInfo

        public ApiResponse<PointsListResponseDto> listPointsWithHttpInfo()
                                                                  throws ApiException
        사용자 포인트 리스트 조회 사용자의 포인트 리스트를 조회합니다.
        Returns:
        ApiResponse<PointsListResponseDto>
        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 -
      • listPointsAsync

        public okhttp3.Call listPointsAsync​(ApiCallback<PointsListResponseDto> _callback)
                                     throws ApiException
        사용자 포인트 리스트 조회 (asynchronously) 사용자의 포인트 리스트를 조회합니다.
        Parameters:
        _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 -