File tree Expand file tree Collapse file tree
constructorio-client/src/main/java/io/constructor/client/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33import com .google .gson .annotations .SerializedName ;
44
5- /**
6- * Constructor.io Related Browse Page - uses Gson/Reflection to load data in
7- */
5+ /** Constructor.io Related Browse Page - uses Gson/Reflection to load data in */
86public class RelatedBrowsePage {
97
108 @ SerializedName ("filter_name" )
@@ -32,7 +30,7 @@ public String getFilterName() {
3230 public String getFilterValue () {
3331 return filterValue ;
3432 }
35-
33+
3634 /**
3735 * @return the display name
3836 */
Original file line number Diff line number Diff line change 22
33import com .google .gson .annotations .SerializedName ;
44
5- /**
6- * Constructor.io Related Search - uses Gson/Reflection to load data in
7- */
5+ /** Constructor.io Related Search - uses Gson/Reflection to load data in */
86public class RelatedSearch {
97
108 @ SerializedName ("query" )
You can’t perform that action at this time.
0 commit comments