|
1144 | 1144 | <nav id="scrollingNav"> |
1145 | 1145 | <ul class="sidenav nav nav-list"> |
1146 | 1146 | <li class="nav-header" data-group="Files"><strong>SDK: </strong><span id='sdk-name'></span></li> |
1147 | | - <li class="nav-header" data-group="Files"><strong>VSN: </strong>10.2.0</li> |
| 1147 | + <li class="nav-header" data-group="Files"><strong>VSN: </strong>11.0.0</li> |
1148 | 1148 | <li class="nav-header" data-group="Files"><a href="#api-Files">Methods</a></li> |
1149 | 1149 | <li data-group="Files" data-name="createFileAssociation" class=""> |
1150 | 1150 | <a href="#api-Files-createFileAssociation">createFileAssociation</a> |
@@ -2746,10 +2746,11 @@ <h3>Usage and SDK Samples</h3> |
2746 | 2746 | String xeroTenantId = 'YOUR_XERO_TENANT_ID'; |
2747 | 2747 | Integer pagesize = 50; |
2748 | 2748 | Integer page = 2; |
2749 | | - String sort = 'CreatedDateUTC DESC'; |
| 2749 | + String sort = 'CreatedDateUTC'; |
| 2750 | + String direction = 'ASC'; |
2750 | 2751 |
|
2751 | 2752 | try { |
2752 | | - Files result = apiInstance.getFiles(accessToken, xeroTenantId, pagesize, page, sort); |
| 2753 | + Files result = apiInstance.getFiles(accessToken, xeroTenantId, pagesize, page, sort, direction); |
2753 | 2754 | System.out.println(result); |
2754 | 2755 | } catch (XeroException e) { |
2755 | 2756 | System.err.println("Exception when calling FilesApi#getFiles"); |
@@ -2868,6 +2869,26 @@ <h2>Parameters</h2> |
2868 | 2869 | </div> |
2869 | 2870 | </div> |
2870 | 2871 | </td> |
| 2872 | +</tr> |
| 2873 | + |
| 2874 | + <tr><td style="width:150px;">direction</td> |
| 2875 | +<td> |
| 2876 | + |
| 2877 | + |
| 2878 | + <div id="d2e199_getFiles_direction"> |
| 2879 | + <div class="json-schema-view"> |
| 2880 | + <div class="primitive"> |
| 2881 | + <span class="type"> |
| 2882 | + String |
| 2883 | + </span> |
| 2884 | + |
| 2885 | + <div class="inner description marked"> |
| 2886 | +sort direction |
| 2887 | + </div> |
| 2888 | + </div> |
| 2889 | + </div> |
| 2890 | + </div> |
| 2891 | +</td> |
2871 | 2892 | </tr> |
2872 | 2893 |
|
2873 | 2894 | </table> |
|
0 commit comments