Skip to content

Commit 0861b2b

Browse files
author
mykhailo.dubovskyi
committed
add docs
1 parent 82b4269 commit 0861b2b

File tree

1 file changed

+10
-1
lines changed
  • src/main/java/com/currencyfair/onesignal/model/notification

1 file changed

+10
-1
lines changed

src/main/java/com/currencyfair/onesignal/model/notification/Filter.java

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* The filters parameter targets notification recipients using an array of JSON objects containing field conditions
3131
* to check.
3232
*/
33+
3334
public class Filter {
3435

3536
/**
@@ -51,9 +52,17 @@ public class Filter {
5152
* Value.
5253
*/
5354
private String value;
54-
55+
/**
56+
* for location filter
57+
*/
5558
private String radius;
59+
/**
60+
* for location filter
61+
*/
5662
private String latitude;
63+
/**
64+
* for location filter
65+
*/
5766
private String longitude;
5867

5968
/**

0 commit comments

Comments
 (0)