saveAppendLimit
Extension for URLBuilder that safely appends a limit parameter for paging requests. If the limit is null, it will not be added to the URL.
Parameters
limit
The nullable integer limit value
Extension for URLBuilder that safely appends a limit parameter for paging requests. If the limit is null, it will not be added to the URL.
The nullable integer limit value