Uses of Class
io.sendon.model.CostGetResponseDto
-
Packages that use CostGetResponseDto Package Description io.sendon.api io.sendon.model -
-
Uses of CostGetResponseDto in io.sendon.api
Methods in io.sendon.api that return CostGetResponseDto Modifier and Type Method Description CostGetResponseDtoSdoPoint. getCost()사용자의 단가 조회 사용자의 단가를 조회합니다.Methods in io.sendon.api that return types with arguments of type CostGetResponseDto Modifier and Type Method Description ApiResponse<CostGetResponseDto>SdoPoint. getCostWithHttpInfo()사용자의 단가 조회 사용자의 단가를 조회합니다.Method parameters in io.sendon.api with type arguments of type CostGetResponseDto Modifier and Type Method Description okhttp3.CallSdoPoint. getCostAsync(ApiCallback<CostGetResponseDto> _callback)사용자의 단가 조회 (asynchronously) 사용자의 단가를 조회합니다. -
Uses of CostGetResponseDto in io.sendon.model
Methods in io.sendon.model that return CostGetResponseDto Modifier and Type Method Description CostGetResponseDtoCostGetResponseDto. code(BigDecimal code)CostGetResponseDtoCostGetResponseDto. data(CostGetResponse data)static CostGetResponseDtoCostGetResponseDto. fromJson(String jsonString)Create an instance of CostGetResponseDto given an JSON stringCostGetResponseDtoCostGetResponseDto. message(String message)
-