public class RulesApi extends Object
| Constructor and Description |
|---|
RulesApi() |
RulesApi(ApiClient apiClient) |
public RulesApi()
public RulesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public RuleEnvelope createRule(RuleCreationInfo ruleInfo, String userId) throws ApiException
public ApiResponse<RuleEnvelope> createRuleWithHttpInfo(RuleCreationInfo ruleInfo, String userId) throws ApiException
public com.squareup.okhttp.Call createRuleAsync(RuleCreationInfo ruleInfo, String userId, ApiCallback<RuleEnvelope> callback) throws ApiException
public RuleEnvelope deleteRule(String ruleId) throws ApiException
public ApiResponse<RuleEnvelope> deleteRuleWithHttpInfo(String ruleId) throws ApiException
public com.squareup.okhttp.Call deleteRuleAsync(String ruleId, ApiCallback<RuleEnvelope> callback) throws ApiException
public RuleEnvelope getRule(String ruleId) throws ApiException
public ApiResponse<RuleEnvelope> getRuleWithHttpInfo(String ruleId) throws ApiException
public com.squareup.okhttp.Call getRuleAsync(String ruleId, ApiCallback<RuleEnvelope> callback) throws ApiException
public RuleEnvelope updateRule(String ruleId, RuleUpdateInfo ruleInfo) throws ApiException
public ApiResponse<RuleEnvelope> updateRuleWithHttpInfo(String ruleId, RuleUpdateInfo ruleInfo) throws ApiException
public com.squareup.okhttp.Call updateRuleAsync(String ruleId, RuleUpdateInfo ruleInfo, ApiCallback<RuleEnvelope> callback) throws ApiException
Copyright © 2018. All rights reserved.