Search Results for

    Show / Hide Table of Contents

    Interface IGroupControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IGroupControllerApiSync.AddContactsToGroup(Guid, UpdateGroupContacts, int)
    IGroupControllerApiSync.AddContactsToGroupWithHttpInfo(Guid, UpdateGroupContacts, int)
    IGroupControllerApiSync.CreateGroup(CreateGroupOptions, int)
    IGroupControllerApiSync.CreateGroupWithHttpInfo(CreateGroupOptions, int)
    IGroupControllerApiSync.DeleteGroup(Guid, int)
    IGroupControllerApiSync.DeleteGroupWithHttpInfo(Guid, int)
    IGroupControllerApiSync.GetAllGroups(int?, int?, string, DateTime?, DateTime?, int)
    IGroupControllerApiSync.GetAllGroupsWithHttpInfo(int?, int?, string, DateTime?, DateTime?, int)
    IGroupControllerApiSync.GetGroup(Guid, int)
    IGroupControllerApiSync.GetGroupWithHttpInfo(Guid, int)
    IGroupControllerApiSync.GetGroupWithContacts(Guid, int)
    IGroupControllerApiSync.GetGroupWithContactsWithHttpInfo(Guid, int)
    IGroupControllerApiSync.GetGroupWithContactsPaginated(Guid, int?, int?, string, DateTime?, DateTime?, int)
    IGroupControllerApiSync.GetGroupWithContactsPaginatedWithHttpInfo(Guid, int?, int?, string, DateTime?, DateTime?, int)
    IGroupControllerApiSync.GetGroups(int)
    IGroupControllerApiSync.GetGroupsWithHttpInfo(int)
    IGroupControllerApiSync.RemoveContactsFromGroup(Guid, UpdateGroupContacts, int)
    IGroupControllerApiSync.RemoveContactsFromGroupWithHttpInfo(Guid, UpdateGroupContacts, int)
    IGroupControllerApiAsync.AddContactsToGroupAsync(Guid, UpdateGroupContacts, int, CancellationToken)
    IGroupControllerApiAsync.AddContactsToGroupWithHttpInfoAsync(Guid, UpdateGroupContacts, int, CancellationToken)
    IGroupControllerApiAsync.CreateGroupAsync(CreateGroupOptions, int, CancellationToken)
    IGroupControllerApiAsync.CreateGroupWithHttpInfoAsync(CreateGroupOptions, int, CancellationToken)
    IGroupControllerApiAsync.DeleteGroupAsync(Guid, int, CancellationToken)
    IGroupControllerApiAsync.DeleteGroupWithHttpInfoAsync(Guid, int, CancellationToken)
    IGroupControllerApiAsync.GetAllGroupsAsync(int?, int?, string, DateTime?, DateTime?, int, CancellationToken)
    IGroupControllerApiAsync.GetAllGroupsWithHttpInfoAsync(int?, int?, string, DateTime?, DateTime?, int, CancellationToken)
    IGroupControllerApiAsync.GetGroupAsync(Guid, int, CancellationToken)
    IGroupControllerApiAsync.GetGroupWithHttpInfoAsync(Guid, int, CancellationToken)
    IGroupControllerApiAsync.GetGroupWithContactsAsync(Guid, int, CancellationToken)
    IGroupControllerApiAsync.GetGroupWithContactsWithHttpInfoAsync(Guid, int, CancellationToken)
    IGroupControllerApiAsync.GetGroupWithContactsPaginatedAsync(Guid, int?, int?, string, DateTime?, DateTime?, int, CancellationToken)
    IGroupControllerApiAsync.GetGroupWithContactsPaginatedWithHttpInfoAsync(Guid, int?, int?, string, DateTime?, DateTime?, int, CancellationToken)
    IGroupControllerApiAsync.GetGroupsAsync(int, CancellationToken)
    IGroupControllerApiAsync.GetGroupsWithHttpInfoAsync(int, CancellationToken)
    IGroupControllerApiAsync.RemoveContactsFromGroupAsync(Guid, UpdateGroupContacts, int, CancellationToken)
    IGroupControllerApiAsync.RemoveContactsFromGroupWithHttpInfoAsync(Guid, UpdateGroupContacts, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IGroupControllerApi : IGroupControllerApiSync, IGroupControllerApiAsync, IApiAccessor
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.