Class SenlinWebHookServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.senlin.internal.SenlinWebHookServiceImpl
-
- All Implemented Interfaces:
SenlinWebHookService
public class SenlinWebHookServiceImpl extends BaseOpenStackService implements SenlinWebHookService
This class contains getters for all implementation of the available webHook services- Author:
- lion
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description SenlinWebHookServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionIDaction(String webHookUrl)Service implementation which provides methods for manipulation of action-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
action
public ActionID action(String webHookUrl)
Description copied from interface:SenlinWebHookServiceService implementation which provides methods for manipulation of action- Specified by:
actionin interfaceSenlinWebHookService- Returns:
- Action
-
-