Skip to content

Commit dd8ee88

Browse files
Update generated SDK (run number: 14)
1 parent 4b59ca6 commit dd8ee88

File tree

222 files changed

+8200
-275
lines changed

Some content is hidden

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

222 files changed

+8200
-275
lines changed

README.md

Lines changed: 45 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# statflo-java-sdk
22

33
Statflo API
4-
- SDK version: V4.1.108
5-
- Build date: 2025-01-02T20:03:55.393689Z[Etc/UTC]
4+
- SDK version: V4.1.110
5+
- Build date: 2025-01-14T14:53:34.839132Z[Etc/UTC]
66

77
*Automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen)*
88

@@ -46,7 +46,7 @@ Add this dependency to your project's POM:
4646
<dependency>
4747
<groupId>com.github.Statflo</groupId>
4848
<artifactId>statflo-java-sdk</artifactId>
49-
<version>V4.1.108</version>
49+
<version>V4.1.110</version>
5050
</dependency>
5151
```
5252

@@ -66,7 +66,7 @@ Add this dependency to your project's build file:
6666

6767
```groovy
6868
dependencies {
69-
implementation 'com.github.Statflo:statflo-java-sdk:V4.1.108'
69+
implementation 'com.github.Statflo:statflo-java-sdk:V4.1.110'
7070
}
7171
```
7272

@@ -80,7 +80,7 @@ mvn clean package
8080

8181
Then manually install the following JARs:
8282

83-
* `target/statflo-java-sdk-V4.1.108.jar`
83+
* `target/statflo-java-sdk-V4.1.110.jar`
8484
* `target/lib/*.jar`
8585

8686
## Getting Started
@@ -187,6 +187,21 @@ Class | Method | HTTP request | Description
187187
*ContactsApi* | [**contactGet**](docs/ContactsApi.md#contactGet) | **GET** /v4/api/contact/{id} |
188188
*ContactsApi* | [**contactSearch**](docs/ContactsApi.md#contactSearch) | **GET** /v4/api/contact |
189189
*ContactsApi* | [**contactUpdate**](docs/ContactsApi.md#contactUpdate) | **PUT** /v4/api/contact/{id} |
190+
*ContentSharingCategoryApi* | [**contentSharingCategoryCreate**](docs/ContentSharingCategoryApi.md#contentSharingCategoryCreate) | **POST** /v4/api/content-sharing-category |
191+
*ContentSharingCategoryApi* | [**contentSharingCategoryDelete**](docs/ContentSharingCategoryApi.md#contentSharingCategoryDelete) | **DELETE** /v4/api/content-sharing-category/{id} |
192+
*ContentSharingCategoryApi* | [**contentSharingCategoryGet**](docs/ContentSharingCategoryApi.md#contentSharingCategoryGet) | **GET** /v4/api/content-sharing-category/{id} |
193+
*ContentSharingCategoryApi* | [**contentSharingCategorySearch**](docs/ContentSharingCategoryApi.md#contentSharingCategorySearch) | **GET** /v4/api/content-sharing-category |
194+
*ContentSharingCategoryApi* | [**contentSharingCategoryUpdate**](docs/ContentSharingCategoryApi.md#contentSharingCategoryUpdate) | **PUT** /v4/api/content-sharing-category/{id} |
195+
*ContentSharingLinkApi* | [**contentSharingLinkCreate**](docs/ContentSharingLinkApi.md#contentSharingLinkCreate) | **POST** /v4/api/content-sharing-link |
196+
*ContentSharingLinkApi* | [**contentSharingLinkDelete**](docs/ContentSharingLinkApi.md#contentSharingLinkDelete) | **DELETE** /v4/api/content-sharing-link/{id} |
197+
*ContentSharingLinkApi* | [**contentSharingLinkGet**](docs/ContentSharingLinkApi.md#contentSharingLinkGet) | **GET** /v4/api/content-sharing-link/{id} |
198+
*ContentSharingLinkApi* | [**contentSharingLinkSearch**](docs/ContentSharingLinkApi.md#contentSharingLinkSearch) | **GET** /v4/api/content-sharing-link |
199+
*ContentSharingLinkApi* | [**contentSharingLinkUpdate**](docs/ContentSharingLinkApi.md#contentSharingLinkUpdate) | **PUT** /v4/api/content-sharing-link/{id} |
200+
*ContentSharingRecommendApi* | [**contentSharingRecommendCreate**](docs/ContentSharingRecommendApi.md#contentSharingRecommendCreate) | **POST** /v4/api/content-sharing-recommend |
201+
*ContentSharingRecommendApi* | [**contentSharingRecommendedDelete**](docs/ContentSharingRecommendApi.md#contentSharingRecommendedDelete) | **DELETE** /v4/api/content-sharing-recommend/{id} |
202+
*ContentSharingRecommendApi* | [**contentSharingRecommendedGet**](docs/ContentSharingRecommendApi.md#contentSharingRecommendedGet) | **GET** /v4/api/content-sharing-recommend/{id} |
203+
*ContentSharingRecommendApi* | [**contentSharingRecommendedSearch**](docs/ContentSharingRecommendApi.md#contentSharingRecommendedSearch) | **GET** /v4/api/content-sharing-recommend |
204+
*ContentSharingRecommendApi* | [**contentSharingRecommendedUpdate**](docs/ContentSharingRecommendApi.md#contentSharingRecommendedUpdate) | **PUT** /v4/api/content-sharing-recommend/{id} |
190205
*DealersApi* | [**dealerGet**](docs/DealersApi.md#dealerGet) | **GET** /v4/api/dealer/{id} |
191206
*DealersApi* | [**dealerSearch**](docs/DealersApi.md#dealerSearch) | **GET** /v4/api/dealer |
192207
*DistrictsApi* | [**districtCreate**](docs/DistrictsApi.md#districtCreate) | **POST** /v4/api/district |
@@ -229,6 +244,9 @@ Class | Method | HTTP request | Description
229244
*UserTeamsApi* | [**userTeamDelete**](docs/UserTeamsApi.md#userTeamDelete) | **DELETE** /v4/api/user-team/{team}/{user} |
230245
*UsersApi* | [**userGet**](docs/UsersApi.md#userGet) | **GET** /v4/api/user/{id} |
231246
*UsersApi* | [**userSearch**](docs/UsersApi.md#userSearch) | **GET** /v4/api/user |
247+
*VendorMessagesApi* | [**vendorMessageCreate**](docs/VendorMessagesApi.md#vendorMessageCreate) | **POST** /v4/api/vendor-message |
248+
*VendorMessagesApi* | [**vendorMessageGet**](docs/VendorMessagesApi.md#vendorMessageGet) | **GET** /v4/api/vendor-message/{id} |
249+
*VendorMessagesApi* | [**vendorMessageSearch**](docs/VendorMessagesApi.md#vendorMessageSearch) | **GET** /v4/api/vendor-message |
232250
*WidgetsApi* | [**v4ApiWidgetsCampaignsAccountIdGet**](docs/WidgetsApi.md#v4ApiWidgetsCampaignsAccountIdGet) | **GET** /v4/api/widgets/campaigns/{accountId} |
233251

234252
## Documentation for Models
@@ -292,7 +310,20 @@ Class | Method | HTTP request | Description
292310
- [ContactPaginationResponse](docs/ContactPaginationResponse.md)
293311
- [ContactSummary](docs/ContactSummary.md)
294312
- [ContactUpdate](docs/ContactUpdate.md)
313+
- [ContentSharingCategory](docs/ContentSharingCategory.md)
314+
- [ContentSharingCategoryCreate](docs/ContentSharingCategoryCreate.md)
315+
- [ContentSharingCategoryPaginationResponse](docs/ContentSharingCategoryPaginationResponse.md)
316+
- [ContentSharingCategoryUpdate](docs/ContentSharingCategoryUpdate.md)
317+
- [ContentSharingLink](docs/ContentSharingLink.md)
318+
- [ContentSharingLinkCreate](docs/ContentSharingLinkCreate.md)
319+
- [ContentSharingLinkPaginationResponse](docs/ContentSharingLinkPaginationResponse.md)
320+
- [ContentSharingLinkUpdate](docs/ContentSharingLinkUpdate.md)
321+
- [ContentSharingRecommendPaginationResponse](docs/ContentSharingRecommendPaginationResponse.md)
322+
- [ContentSharingRecommended](docs/ContentSharingRecommended.md)
323+
- [ContentSharingRecommendedCreate](docs/ContentSharingRecommendedCreate.md)
324+
- [ContentSharingRecommendedUpdate](docs/ContentSharingRecommendedUpdate.md)
295325
- [Dealer](docs/Dealer.md)
326+
- [Dealer2](docs/Dealer2.md)
296327
- [DealerCreate](docs/DealerCreate.md)
297328
- [DealerFeature](docs/DealerFeature.md)
298329
- [DealerFeatureCreate](docs/DealerFeatureCreate.md)
@@ -335,6 +366,11 @@ Class | Method | HTTP request | Description
335366
- [NotepadPaginationResponse](docs/NotepadPaginationResponse.md)
336367
- [NotepadSummary](docs/NotepadSummary.md)
337368
- [NotepadUpdate](docs/NotepadUpdate.md)
369+
- [OneOfVendorMessageCreatePayload](docs/OneOfVendorMessageCreatePayload.md)
370+
- [OneOfVendorMessageDealer](docs/OneOfVendorMessageDealer.md)
371+
- [OneOfVendorMessagePayload](docs/OneOfVendorMessagePayload.md)
372+
- [OneOfVendorMessageSummaryDealer](docs/OneOfVendorMessageSummaryDealer.md)
373+
- [OneOfVendorMessageSummaryPayload](docs/OneOfVendorMessageSummaryPayload.md)
338374
- [Pagination](docs/Pagination.md)
339375
- [Permission](docs/Permission.md)
340376
- [PermissionCreate](docs/PermissionCreate.md)
@@ -388,6 +424,10 @@ Class | Method | HTTP request | Description
388424
- [UserTeamSummary](docs/UserTeamSummary.md)
389425
- [UserTeamUpdate](docs/UserTeamUpdate.md)
390426
- [UserUpdate](docs/UserUpdate.md)
427+
- [VendorMessage](docs/VendorMessage.md)
428+
- [VendorMessageCreate](docs/VendorMessageCreate.md)
429+
- [VendorMessagePaginationResponse](docs/VendorMessagePaginationResponse.md)
430+
- [VendorMessageSummary](docs/VendorMessageSummary.md)
391431

392432
## Documentation for Authorization
393433

docs/ContentSharingCategory.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# ContentSharingCategory
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**id** | **Integer** | |
7+
**name** | **String** | |
8+
**description** | **String** | |
9+
**displayOrder** | **Integer** | |
10+
**dealer** | [**Dealer**](Dealer.md) | | [optional]
11+
**createdAt** | [**OffsetDateTime**](OffsetDateTime.md) | |
12+
**updatedAt** | [**OffsetDateTime**](OffsetDateTime.md) | |
13+
**links** | [**List&lt;ContentSharingLink&gt;**](ContentSharingLink.md) | | [optional]

docs/ContentSharingCategoryApi.md

Lines changed: 271 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,271 @@
1+
# ContentSharingCategoryApi
2+
3+
All URIs are relative to *https://app.statflo.com*
4+
5+
Method | HTTP request | Description
6+
------------- | ------------- | -------------
7+
[**contentSharingCategoryCreate**](ContentSharingCategoryApi.md#contentSharingCategoryCreate) | **POST** /v4/api/content-sharing-category |
8+
[**contentSharingCategoryDelete**](ContentSharingCategoryApi.md#contentSharingCategoryDelete) | **DELETE** /v4/api/content-sharing-category/{id} |
9+
[**contentSharingCategoryGet**](ContentSharingCategoryApi.md#contentSharingCategoryGet) | **GET** /v4/api/content-sharing-category/{id} |
10+
[**contentSharingCategorySearch**](ContentSharingCategoryApi.md#contentSharingCategorySearch) | **GET** /v4/api/content-sharing-category |
11+
[**contentSharingCategoryUpdate**](ContentSharingCategoryApi.md#contentSharingCategoryUpdate) | **PUT** /v4/api/content-sharing-category/{id} |
12+
13+
<a name="contentSharingCategoryCreate"></a>
14+
# **contentSharingCategoryCreate**
15+
> ContentSharingCategory contentSharingCategoryCreate(body)
16+
17+
18+
19+
Create a content sharing category.
20+
21+
### Example
22+
```java
23+
// Import classes:
24+
//import com.statflo.client.ApiClient;
25+
//import com.statflo.client.ApiException;
26+
//import com.statflo.client.Configuration;
27+
//import com.statflo.client.auth.*;
28+
//import com.statflo.client.api.ContentSharingCategoryApi;
29+
30+
ApiClient defaultClient = Configuration.getDefaultApiClient();
31+
32+
33+
ContentSharingCategoryApi apiInstance = new ContentSharingCategoryApi();
34+
ContentSharingCategoryCreate body = new ContentSharingCategoryCreate(); // ContentSharingCategoryCreate |
35+
try {
36+
ContentSharingCategory result = apiInstance.contentSharingCategoryCreate(body);
37+
System.out.println(result);
38+
} catch (ApiException e) {
39+
System.err.println("Exception when calling ContentSharingCategoryApi#contentSharingCategoryCreate");
40+
e.printStackTrace();
41+
}
42+
```
43+
44+
### Parameters
45+
46+
Name | Type | Description | Notes
47+
------------- | ------------- | ------------- | -------------
48+
**body** | [**ContentSharingCategoryCreate**](ContentSharingCategoryCreate.md)| | [optional]
49+
50+
### Return type
51+
52+
[**ContentSharingCategory**](ContentSharingCategory.md)
53+
54+
### Authorization
55+
56+
[Bearer](../README.md#Bearer)
57+
58+
### HTTP request headers
59+
60+
- **Content-Type**: application/json
61+
- **Accept**: application/json
62+
63+
<a name="contentSharingCategoryDelete"></a>
64+
# **contentSharingCategoryDelete**
65+
> contentSharingCategoryDelete(id)
66+
67+
68+
69+
Remove a content sharing category.
70+
71+
### Example
72+
```java
73+
// Import classes:
74+
//import com.statflo.client.ApiClient;
75+
//import com.statflo.client.ApiException;
76+
//import com.statflo.client.Configuration;
77+
//import com.statflo.client.auth.*;
78+
//import com.statflo.client.api.ContentSharingCategoryApi;
79+
80+
ApiClient defaultClient = Configuration.getDefaultApiClient();
81+
82+
83+
ContentSharingCategoryApi apiInstance = new ContentSharingCategoryApi();
84+
String id = "id_example"; // String |
85+
try {
86+
apiInstance.contentSharingCategoryDelete(id);
87+
} catch (ApiException e) {
88+
System.err.println("Exception when calling ContentSharingCategoryApi#contentSharingCategoryDelete");
89+
e.printStackTrace();
90+
}
91+
```
92+
93+
### Parameters
94+
95+
Name | Type | Description | Notes
96+
------------- | ------------- | ------------- | -------------
97+
**id** | **String**| |
98+
99+
### Return type
100+
101+
null (empty response body)
102+
103+
### Authorization
104+
105+
[Bearer](../README.md#Bearer)
106+
107+
### HTTP request headers
108+
109+
- **Content-Type**: Not defined
110+
- **Accept**: Not defined
111+
112+
<a name="contentSharingCategoryGet"></a>
113+
# **contentSharingCategoryGet**
114+
> ContentSharingCategory contentSharingCategoryGet(id)
115+
116+
117+
118+
Retrieve a content sharing category.
119+
120+
### Example
121+
```java
122+
// Import classes:
123+
//import com.statflo.client.ApiClient;
124+
//import com.statflo.client.ApiException;
125+
//import com.statflo.client.Configuration;
126+
//import com.statflo.client.auth.*;
127+
//import com.statflo.client.api.ContentSharingCategoryApi;
128+
129+
ApiClient defaultClient = Configuration.getDefaultApiClient();
130+
131+
132+
ContentSharingCategoryApi apiInstance = new ContentSharingCategoryApi();
133+
String id = "id_example"; // String |
134+
try {
135+
ContentSharingCategory result = apiInstance.contentSharingCategoryGet(id);
136+
System.out.println(result);
137+
} catch (ApiException e) {
138+
System.err.println("Exception when calling ContentSharingCategoryApi#contentSharingCategoryGet");
139+
e.printStackTrace();
140+
}
141+
```
142+
143+
### Parameters
144+
145+
Name | Type | Description | Notes
146+
------------- | ------------- | ------------- | -------------
147+
**id** | **String**| |
148+
149+
### Return type
150+
151+
[**ContentSharingCategory**](ContentSharingCategory.md)
152+
153+
### Authorization
154+
155+
[Bearer](../README.md#Bearer)
156+
157+
### HTTP request headers
158+
159+
- **Content-Type**: Not defined
160+
- **Accept**: application/json
161+
162+
<a name="contentSharingCategorySearch"></a>
163+
# **contentSharingCategorySearch**
164+
> ContentSharingCategoryPaginationResponse contentSharingCategorySearch(filter, query, page, perPage, sort)
165+
166+
167+
168+
Search content sharing categories
169+
170+
### Example
171+
```java
172+
// Import classes:
173+
//import com.statflo.client.ApiClient;
174+
//import com.statflo.client.ApiException;
175+
//import com.statflo.client.Configuration;
176+
//import com.statflo.client.auth.*;
177+
//import com.statflo.client.api.ContentSharingCategoryApi;
178+
179+
ApiClient defaultClient = Configuration.getDefaultApiClient();
180+
181+
182+
ContentSharingCategoryApi apiInstance = new ContentSharingCategoryApi();
183+
java.util.HashMap filter = new java.util.HashMap(); // java.util.HashMap |
184+
String query = "query_example"; // String |
185+
Integer page = 56; // Integer |
186+
Integer perPage = 56; // Integer |
187+
String sort = "sort_example"; // String |
188+
try {
189+
ContentSharingCategoryPaginationResponse result = apiInstance.contentSharingCategorySearch(filter, query, page, perPage, sort);
190+
System.out.println(result);
191+
} catch (ApiException e) {
192+
System.err.println("Exception when calling ContentSharingCategoryApi#contentSharingCategorySearch");
193+
e.printStackTrace();
194+
}
195+
```
196+
197+
### Parameters
198+
199+
Name | Type | Description | Notes
200+
------------- | ------------- | ------------- | -------------
201+
**filter** | [**java.util.HashMap**](.md)| | [optional]
202+
**query** | **String**| | [optional]
203+
**page** | **Integer**| | [optional]
204+
**perPage** | **Integer**| | [optional]
205+
**sort** | **String**| | [optional]
206+
207+
### Return type
208+
209+
[**ContentSharingCategoryPaginationResponse**](ContentSharingCategoryPaginationResponse.md)
210+
211+
### Authorization
212+
213+
[Bearer](../README.md#Bearer)
214+
215+
### HTTP request headers
216+
217+
- **Content-Type**: Not defined
218+
- **Accept**: application/json
219+
220+
<a name="contentSharingCategoryUpdate"></a>
221+
# **contentSharingCategoryUpdate**
222+
> ContentSharingCategory contentSharingCategoryUpdate(id, body)
223+
224+
225+
226+
Update a content sharing category.
227+
228+
### Example
229+
```java
230+
// Import classes:
231+
//import com.statflo.client.ApiClient;
232+
//import com.statflo.client.ApiException;
233+
//import com.statflo.client.Configuration;
234+
//import com.statflo.client.auth.*;
235+
//import com.statflo.client.api.ContentSharingCategoryApi;
236+
237+
ApiClient defaultClient = Configuration.getDefaultApiClient();
238+
239+
240+
ContentSharingCategoryApi apiInstance = new ContentSharingCategoryApi();
241+
String id = "id_example"; // String |
242+
ContentSharingCategoryUpdate body = new ContentSharingCategoryUpdate(); // ContentSharingCategoryUpdate |
243+
try {
244+
ContentSharingCategory result = apiInstance.contentSharingCategoryUpdate(id, body);
245+
System.out.println(result);
246+
} catch (ApiException e) {
247+
System.err.println("Exception when calling ContentSharingCategoryApi#contentSharingCategoryUpdate");
248+
e.printStackTrace();
249+
}
250+
```
251+
252+
### Parameters
253+
254+
Name | Type | Description | Notes
255+
------------- | ------------- | ------------- | -------------
256+
**id** | **String**| |
257+
**body** | [**ContentSharingCategoryUpdate**](ContentSharingCategoryUpdate.md)| | [optional]
258+
259+
### Return type
260+
261+
[**ContentSharingCategory**](ContentSharingCategory.md)
262+
263+
### Authorization
264+
265+
[Bearer](../README.md#Bearer)
266+
267+
### HTTP request headers
268+
269+
- **Content-Type**: application/json
270+
- **Accept**: application/json
271+

0 commit comments

Comments
 (0)