Skip to content
Snippets Groups Projects
Commit 7a65df07 authored by Nicolas.Rod's avatar Nicolas.Rod
Browse files

feat(SolidifyRestClientService): add getter for AbstractRestClientTool

parent d9236996
No related branches found
No related tags found
1 merge request!435feat(SolidifyRestClientService): add getter for AbstractRestClientTool
......@@ -9,12 +9,12 @@
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of the
* License, or (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-2.0.html>.
......@@ -160,6 +160,7 @@ public abstract class SolidifyRestClientService {
return subResourceList;
}
// ********************
// ** HEAD Functions **
// ********************
......@@ -335,10 +336,14 @@ public abstract class SolidifyRestClientService {
return restClt;
}
public AbstractRestClientTool getRestClientTool() {
return this.restClientTool;
}
/**
* Complete an URL with pagination query parameters
*
* @param url url to complete
* @param url url to complete
* @param pageable pageable object used to complete the URL
* @return completed URL
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment