Skip to content

Commit 32f89e9

Browse files
jmadlerOneSignal
and
OneSignal
authored
Dependency Update (#7)
Update Java API Co-authored-by: OneSignal <[email protected]>
1 parent 13a7f03 commit 32f89e9

File tree

77 files changed

+2021
-514
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+2021
-514
lines changed

README.md

+20-13
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
OneSignal
44
- 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]
66

77
A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
88

@@ -119,7 +119,7 @@ public class Example {
119119
Notification notification = createNotification();
120120

121121
// Sending the request
122-
InlineResponse200 response = api.createNotification(notification);
122+
CreateNotificationSuccessResponse response = api.createNotification(notification);
123123

124124
// Checking the result
125125
System.out.print(response.getId();
@@ -159,28 +159,33 @@ Class | Method | HTTP request | Description
159159

160160
- [App](docs/App.md)
161161
- [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)
162175
- [DeliveryData](docs/DeliveryData.md)
163176
- [ExportPlayersRequestBody](docs/ExportPlayersRequestBody.md)
177+
- [ExportPlayersSuccessResponse](docs/ExportPlayersSuccessResponse.md)
164178
- [Filter](docs/Filter.md)
165179
- [FilterExpressions](docs/FilterExpressions.md)
166180
- [FilterNotificationTarget](docs/FilterNotificationTarget.md)
167181
- [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)
179182
- [InvalidIdentifierError](docs/InvalidIdentifierError.md)
180183
- [Notification](docs/Notification.md)
181184
- [Notification200Errors](docs/Notification200Errors.md)
182185
- [NotificationAllOf](docs/NotificationAllOf.md)
183186
- [NotificationAllOfAndroidBackgroundLayout](docs/NotificationAllOfAndroidBackgroundLayout.md)
187+
- [NotificationHistoryBadRequestResponse](docs/NotificationHistoryBadRequestResponse.md)
188+
- [NotificationHistorySuccessResponse](docs/NotificationHistorySuccessResponse.md)
184189
- [NotificationSlice](docs/NotificationSlice.md)
185190
- [NotificationTarget](docs/NotificationTarget.md)
186191
- [NotificationWithMeta](docs/NotificationWithMeta.md)
@@ -196,7 +201,9 @@ Class | Method | HTTP request | Description
196201
- [Segment](docs/Segment.md)
197202
- [SegmentNotificationTarget](docs/SegmentNotificationTarget.md)
198203
- [StringMap](docs/StringMap.md)
204+
- [UpdatePlayerSuccessResponse](docs/UpdatePlayerSuccessResponse.md)
199205
- [UpdatePlayerTagsRequestBody](docs/UpdatePlayerTagsRequestBody.md)
206+
- [UpdatePlayerTagsSuccessResponse](docs/UpdatePlayerTagsSuccessResponse.md)
200207

201208

202209
## Documentation for Authorization

0 commit comments

Comments
 (0)