Uses of Class
io.sendon.model.PointsList
-
Packages that use PointsList Package Description io.sendon.model -
-
Uses of PointsList in io.sendon.model
Methods in io.sendon.model that return PointsList Modifier and Type Method Description PointsListPointsList. free(FreePointDetails free)static PointsListPointsList. fromJson(String jsonString)Create an instance of PointsList given an JSON stringPointsListPointsList. general(PointDetails general)Methods in io.sendon.model that return types with arguments of type PointsList Modifier and Type Method Description List<PointsList>PointsListResponse. getPoints()포인트 리스트Methods in io.sendon.model with parameters of type PointsList Modifier and Type Method Description PointsListResponsePointsListResponse. addPointsItem(PointsList pointsItem)Method parameters in io.sendon.model with type arguments of type PointsList Modifier and Type Method Description PointsListResponsePointsListResponse. points(List<PointsList> points)voidPointsListResponse. setPoints(List<PointsList> points)
-