Product rest
Fetch all products over rest
-
-
-
Status changed to merged
Toggle commit list
-
Please register or sign in to post a comment
Fetch all products over rest
| 1 | package fi.codecrew.moya.rest.v2.pojo; | |
| 2 | ||
| 3 | import java.math.BigDecimal; | |
| 4 | import java.util.ArrayList; | |
| 5 | import java.util.List; | |
| 6 | ||
| 7 | import javax.xml.bind.annotation.XmlRootElement; | |
| 8 | ||
| 9 | import com.wordnik.swagger.annotations.ApiModel; | |
| 10 | ||
| 11 | import fi.codecrew.moya.model.Product; | |
| 12 | ||
| 13 | /** | |
| 14 | * Created by jkj on 2015-05-31. | |
|
||
Added 1 new commit:
mentioned in commit 6e74cbc3
Status changed to merged
Status changed to merged