Search Results for

    Show / Hide Table of Contents

    Interface IRulesetControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IRulesetControllerApiSync.CreateNewRuleset(CreateRulesetOptions, Guid?, Guid?, int)
    IRulesetControllerApiSync.CreateNewRulesetWithHttpInfo(CreateRulesetOptions, Guid?, Guid?, int)
    IRulesetControllerApiSync.DeleteRuleset(Guid, int)
    IRulesetControllerApiSync.DeleteRulesetWithHttpInfo(Guid, int)
    IRulesetControllerApiSync.DeleteRulesets(Guid?, Guid?, int)
    IRulesetControllerApiSync.DeleteRulesetsWithHttpInfo(Guid?, Guid?, int)
    IRulesetControllerApiSync.GetRuleset(Guid, int)
    IRulesetControllerApiSync.GetRulesetWithHttpInfo(Guid, int)
    IRulesetControllerApiSync.GetRulesets(Guid?, Guid?, int?, int?, string, string, DateTime?, DateTime?, int)
    IRulesetControllerApiSync.GetRulesetsWithHttpInfo(Guid?, Guid?, int?, int?, string, string, DateTime?, DateTime?, int)
    IRulesetControllerApiSync.TestInboxRulesetsForInbox(Guid, RulesetTestOptions, int)
    IRulesetControllerApiSync.TestInboxRulesetsForInboxWithHttpInfo(Guid, RulesetTestOptions, int)
    IRulesetControllerApiSync.TestNewRuleset(TestNewInboxRulesetOptions, int)
    IRulesetControllerApiSync.TestNewRulesetWithHttpInfo(TestNewInboxRulesetOptions, int)
    IRulesetControllerApiSync.TestRuleset(Guid, RulesetTestOptions, int)
    IRulesetControllerApiSync.TestRulesetWithHttpInfo(Guid, RulesetTestOptions, int)
    IRulesetControllerApiSync.TestRulesetReceiving(TestRulesetReceivingOptions, int)
    IRulesetControllerApiSync.TestRulesetReceivingWithHttpInfo(TestRulesetReceivingOptions, int)
    IRulesetControllerApiSync.TestRulesetSending(TestInboxRulesetSendingOptions, int)
    IRulesetControllerApiSync.TestRulesetSendingWithHttpInfo(TestInboxRulesetSendingOptions, int)
    IRulesetControllerApiAsync.CreateNewRulesetAsync(CreateRulesetOptions, Guid?, Guid?, int, CancellationToken)
    IRulesetControllerApiAsync.CreateNewRulesetWithHttpInfoAsync(CreateRulesetOptions, Guid?, Guid?, int, CancellationToken)
    IRulesetControllerApiAsync.DeleteRulesetAsync(Guid, int, CancellationToken)
    IRulesetControllerApiAsync.DeleteRulesetWithHttpInfoAsync(Guid, int, CancellationToken)
    IRulesetControllerApiAsync.DeleteRulesetsAsync(Guid?, Guid?, int, CancellationToken)
    IRulesetControllerApiAsync.DeleteRulesetsWithHttpInfoAsync(Guid?, Guid?, int, CancellationToken)
    IRulesetControllerApiAsync.GetRulesetAsync(Guid, int, CancellationToken)
    IRulesetControllerApiAsync.GetRulesetWithHttpInfoAsync(Guid, int, CancellationToken)
    IRulesetControllerApiAsync.GetRulesetsAsync(Guid?, Guid?, int?, int?, string, string, DateTime?, DateTime?, int, CancellationToken)
    IRulesetControllerApiAsync.GetRulesetsWithHttpInfoAsync(Guid?, Guid?, int?, int?, string, string, DateTime?, DateTime?, int, CancellationToken)
    IRulesetControllerApiAsync.TestInboxRulesetsForInboxAsync(Guid, RulesetTestOptions, int, CancellationToken)
    IRulesetControllerApiAsync.TestInboxRulesetsForInboxWithHttpInfoAsync(Guid, RulesetTestOptions, int, CancellationToken)
    IRulesetControllerApiAsync.TestNewRulesetAsync(TestNewInboxRulesetOptions, int, CancellationToken)
    IRulesetControllerApiAsync.TestNewRulesetWithHttpInfoAsync(TestNewInboxRulesetOptions, int, CancellationToken)
    IRulesetControllerApiAsync.TestRulesetAsync(Guid, RulesetTestOptions, int, CancellationToken)
    IRulesetControllerApiAsync.TestRulesetWithHttpInfoAsync(Guid, RulesetTestOptions, int, CancellationToken)
    IRulesetControllerApiAsync.TestRulesetReceivingAsync(TestRulesetReceivingOptions, int, CancellationToken)
    IRulesetControllerApiAsync.TestRulesetReceivingWithHttpInfoAsync(TestRulesetReceivingOptions, int, CancellationToken)
    IRulesetControllerApiAsync.TestRulesetSendingAsync(TestInboxRulesetSendingOptions, int, CancellationToken)
    IRulesetControllerApiAsync.TestRulesetSendingWithHttpInfoAsync(TestInboxRulesetSendingOptions, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IRulesetControllerApi : IRulesetControllerApiSync, IRulesetControllerApiAsync, IApiAccessor
    • View Source
    In this article
    Back to top See MailSlurp website for more information.