2
2
3
3
OneSignal
4
4
- API version: 1.0.1
5
- - Build date: 2022-06-09T17:51:27.173Z [ Etc/UTC]
5
+ - Build date: 2022-06-24T20:14:48.185Z [ Etc/UTC]
6
6
7
7
A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
8
8
@@ -119,7 +119,7 @@ public class Example {
119
119
Notification notification = createNotification();
120
120
121
121
// Sending the request
122
- InlineResponse200 response = api. createNotification(notification);
122
+ CreateNotificationSuccessResponse response = api. createNotification(notification);
123
123
124
124
// Checking the result
125
125
System . out. print(response. getId();
@@ -159,28 +159,33 @@ Class | Method | HTTP request | Description
159
159
160
160
- [App ](docs/ App . md)
161
161
- [Button ](docs/ Button . md)
162
+ - [CancelNotificationSuccessResponse ](docs/ CancelNotificationSuccessResponse . md)
163
+ - [CreateNotificationBadRequestResponse ](docs/ CreateNotificationBadRequestResponse . md)
164
+ - [CreateNotificationSuccessResponse ](docs/ CreateNotificationSuccessResponse . md)
165
+ - [CreatePlayerSuccessResponse ](docs/ CreatePlayerSuccessResponse . md)
166
+ - [CreateSegmentBadRequestResponse ](docs/ CreateSegmentBadRequestResponse . md)
167
+ - [CreateSegmentConflictResponse ](docs/ CreateSegmentConflictResponse . md)
168
+ - [CreateSegmentSuccessResponse ](docs/ CreateSegmentSuccessResponse . md)
169
+ - [DeletePlayerBadRequestResponse ](docs/ DeletePlayerBadRequestResponse . md)
170
+ - [DeletePlayerNotFoundResponse ](docs/ DeletePlayerNotFoundResponse . md)
171
+ - [DeletePlayerSuccessResponse ](docs/ DeletePlayerSuccessResponse . md)
172
+ - [DeleteSegmentBadRequestResponse ](docs/ DeleteSegmentBadRequestResponse . md)
173
+ - [DeleteSegmentNotFoundResponse ](docs/ DeleteSegmentNotFoundResponse . md)
174
+ - [DeleteSegmentSuccessResponse ](docs/ DeleteSegmentSuccessResponse . md)
162
175
- [DeliveryData ](docs/ DeliveryData . md)
163
176
- [ExportPlayersRequestBody ](docs/ ExportPlayersRequestBody . md)
177
+ - [ExportPlayersSuccessResponse ](docs/ ExportPlayersSuccessResponse . md)
164
178
- [Filter ](docs/ Filter . md)
165
179
- [FilterExpressions ](docs/ FilterExpressions . md)
166
180
- [FilterNotificationTarget ](docs/ FilterNotificationTarget . md)
167
181
- [GetNotificationRequestBody ](docs/ GetNotificationRequestBody . md)
168
- - [InlineResponse200 ](docs/ InlineResponse200 . md)
169
- - [InlineResponse2001 ](docs/ InlineResponse2001 . md)
170
- - [InlineResponse2002 ](docs/ InlineResponse2002 . md)
171
- - [InlineResponse2005 ](docs/ InlineResponse2005 . md)
172
- - [InlineResponse2007 ](docs/ InlineResponse2007 . md)
173
- - [InlineResponse2008 ](docs/ InlineResponse2008 . md)
174
- - [InlineResponse201 ](docs/ InlineResponse201 . md)
175
- - [InlineResponse400 ](docs/ InlineResponse400 . md)
176
- - [InlineResponse4001 ](docs/ InlineResponse4001 . md)
177
- - [InlineResponse4002 ](docs/ InlineResponse4002 . md)
178
- - [InlineResponse4003 ](docs/ InlineResponse4003 . md)
179
182
- [InvalidIdentifierError ](docs/ InvalidIdentifierError . md)
180
183
- [Notification ](docs/ Notification . md)
181
184
- [Notification200Errors ](docs/ Notification200Errors . md)
182
185
- [NotificationAllOf ](docs/ NotificationAllOf . md)
183
186
- [NotificationAllOfAndroidBackgroundLayout ](docs/ NotificationAllOfAndroidBackgroundLayout . md)
187
+ - [NotificationHistoryBadRequestResponse ](docs/ NotificationHistoryBadRequestResponse . md)
188
+ - [NotificationHistorySuccessResponse ](docs/ NotificationHistorySuccessResponse . md)
184
189
- [NotificationSlice ](docs/ NotificationSlice . md)
185
190
- [NotificationTarget ](docs/ NotificationTarget . md)
186
191
- [NotificationWithMeta ](docs/ NotificationWithMeta . md)
@@ -196,7 +201,9 @@ Class | Method | HTTP request | Description
196
201
- [Segment ](docs/ Segment . md)
197
202
- [SegmentNotificationTarget ](docs/ SegmentNotificationTarget . md)
198
203
- [StringMap ](docs/ StringMap . md)
204
+ - [UpdatePlayerSuccessResponse ](docs/ UpdatePlayerSuccessResponse . md)
199
205
- [UpdatePlayerTagsRequestBody ](docs/ UpdatePlayerTagsRequestBody . md)
206
+ - [UpdatePlayerTagsSuccessResponse ](docs/ UpdatePlayerTagsSuccessResponse . md)
200
207
201
208
202
209
## Documentation for Authorization
0 commit comments