Class InquireResourceImpl
- java.lang.Object
-
- com.artisol.teneo.manager.client.resources.AbstractResource
-
- com.artisol.teneo.manager.client.resources.InquireResourceImpl
-
- All Implemented Interfaces:
com.artisol.teneo.manager.api.resources.InquireResource
,SettingsResource
public class InquireResourceImpl extends AbstractResource implements com.artisol.teneo.manager.api.resources.InquireResource, SettingsResource
-
-
Constructor Summary
Constructors Constructor Description InquireResourceImpl(javax.ws.rs.client.WebTarget pWebTarget, org.slf4j.Marker pMarker)
Constructs aInquireResourceImpl
object used to call the common interface
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.artisol.teneo.manager.api.models.Setting>
getSettings()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.artisol.teneo.manager.client.resources.SettingsResource
getSettingsAsSettings
-
-
-
-
Constructor Detail
-
InquireResourceImpl
public InquireResourceImpl(javax.ws.rs.client.WebTarget pWebTarget, org.slf4j.Marker pMarker)
Constructs aInquireResourceImpl
object used to call the common interface- Parameters:
pWebTarget
- AWebTarget
instance properly configuredpMarker
- AMarker
to fine tuning logging
-
-
Method Detail
-
getSettings
public List<com.artisol.teneo.manager.api.models.Setting> getSettings() throws com.artisol.teneo.commons.utilities.api.exceptions.ResourceException
- Specified by:
getSettings
in interfacecom.artisol.teneo.manager.api.resources.InquireResource
- Specified by:
getSettings
in interfaceSettingsResource
- Throws:
com.artisol.teneo.commons.utilities.api.exceptions.ResourceException
-
-