Uses of Class
io.sendon.model.PointsListResponseDto
-
Packages that use PointsListResponseDto Package Description io.sendon.api io.sendon.model -
-
Uses of PointsListResponseDto in io.sendon.api
Methods in io.sendon.api that return PointsListResponseDto Modifier and Type Method Description PointsListResponseDtoSdoPoint. listPoints()사용자 포인트 리스트 조회 사용자의 포인트 리스트를 조회합니다.Methods in io.sendon.api that return types with arguments of type PointsListResponseDto Modifier and Type Method Description ApiResponse<PointsListResponseDto>SdoPoint. listPointsWithHttpInfo()사용자 포인트 리스트 조회 사용자의 포인트 리스트를 조회합니다.Method parameters in io.sendon.api with type arguments of type PointsListResponseDto Modifier and Type Method Description okhttp3.CallSdoPoint. listPointsAsync(ApiCallback<PointsListResponseDto> _callback)사용자 포인트 리스트 조회 (asynchronously) 사용자의 포인트 리스트를 조회합니다. -
Uses of PointsListResponseDto in io.sendon.model
Methods in io.sendon.model that return PointsListResponseDto Modifier and Type Method Description PointsListResponseDtoPointsListResponseDto. code(BigDecimal code)PointsListResponseDtoPointsListResponseDto. data(PointsListResponse data)static PointsListResponseDtoPointsListResponseDto. fromJson(String jsonString)Create an instance of PointsListResponseDto given an JSON stringPointsListResponseDtoPointsListResponseDto. message(String message)
-