Uses of Class
io.sendon.model.PointsListResponse
-
Packages that use PointsListResponse Package Description io.sendon.model -
-
Uses of PointsListResponse in io.sendon.model
Methods in io.sendon.model that return PointsListResponse Modifier and Type Method Description PointsListResponsePointsListResponse. addPointsItem(PointsList pointsItem)PointsListResponsePointsListResponse. cursor(BigDecimal cursor)static PointsListResponsePointsListResponse. fromJson(String jsonString)Create an instance of PointsListResponse given an JSON stringPointsListResponsePointsListResponseDto. getData()포인트 조회 요청에 대한 응답PointsListResponsePointsListResponse. points(List<PointsList> points)Methods in io.sendon.model with parameters of type PointsListResponse Modifier and Type Method Description PointsListResponseDtoPointsListResponseDto. data(PointsListResponse data)voidPointsListResponseDto. setData(PointsListResponse data)
-