Package io.sendon.api
Class SdoPoint
- java.lang.Object
-
- io.sendon.api.SdoPoint
-
public class SdoPoint extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()CostGetResponseDtogetCost()사용자의 단가 조회 사용자의 단가를 조회합니다.okhttp3.CallgetCostAsync(ApiCallback<CostGetResponseDto> _callback)사용자의 단가 조회 (asynchronously) 사용자의 단가를 조회합니다.okhttp3.CallgetCostCall(ApiCallback _callback)Build call for getCostApiResponse<CostGetResponseDto>getCostWithHttpInfo()사용자의 단가 조회 사용자의 단가를 조회합니다.StringgetCustomBaseUrl()intgetHostIndex()PointsListResponseDtolistPoints()사용자 포인트 리스트 조회 사용자의 포인트 리스트를 조회합니다.okhttp3.CalllistPointsAsync(ApiCallback<PointsListResponseDto> _callback)사용자 포인트 리스트 조회 (asynchronously) 사용자의 포인트 리스트를 조회합니다.okhttp3.CalllistPointsCall(ApiCallback _callback)Build call for listPointsApiResponse<PointsListResponseDto>listPointsWithHttpInfo()사용자 포인트 리스트 조회 사용자의 포인트 리스트를 조회합니다.voidsetApiClient(ApiClient apiClient)voidsetCustomBaseUrl(String customBaseUrl)voidsetHostIndex(int hostIndex)
-
-
-
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 -
-
-