-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [Automation] Report * [Automation] Report * [Automation] Report * Paging * PagingAsync * PagingAsync method * ProtocolSyncPagingMethodTemplate * PagingAsync method done * ProtocolAsyncPagingSinglePageMethodTemplate * log * Filter group parameters in low level client methods, from #1062 * mapper, return type, paging method template * Add imports for protocol paging * PagingHelperMethods * Fix a small issue * client, wrapper methods * Paging test * module-info.java * Remove stale code * style * Helper methods for paging * Upgrade to Junit 5 * Add rawNextLinkName * Add rawItemName; test * test * fix * Robust code Co-authored-by: Github Actions <[email protected]>
- Loading branch information
1 parent
c539a85
commit 6c15cd0
Showing
20 changed files
with
5,596 additions
and
209 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,4 +54,3 @@ public interface TemplateFactory { | |
|
||
ModuleInfoTemplate getModuleInfoTemplate(); | ||
} | ||
|
Oops, something went wrong.