Search Results for

    Show / Hide Table of Contents

    Interface IPhoneControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IPhoneControllerApiSync.CreateEmergencyAddress(CreateEmergencyAddressOptions, int)
    IPhoneControllerApiSync.CreateEmergencyAddressWithHttpInfo(CreateEmergencyAddressOptions, int)
    IPhoneControllerApiSync.DeleteEmergencyAddress(Guid, int)
    IPhoneControllerApiSync.DeleteEmergencyAddressWithHttpInfo(Guid, int)
    IPhoneControllerApiSync.DeletePhoneNumber(Guid, int)
    IPhoneControllerApiSync.DeletePhoneNumberWithHttpInfo(Guid, int)
    IPhoneControllerApiSync.GetEmergencyAddress(Guid, int)
    IPhoneControllerApiSync.GetEmergencyAddressWithHttpInfo(Guid, int)
    IPhoneControllerApiSync.GetEmergencyAddresses(int)
    IPhoneControllerApiSync.GetEmergencyAddressesWithHttpInfo(int)
    IPhoneControllerApiSync.GetPhoneNumber(Guid, int)
    IPhoneControllerApiSync.GetPhoneNumberWithHttpInfo(Guid, int)
    IPhoneControllerApiSync.GetPhoneNumbers(string, int?, int?, string, DateTime?, DateTime?, int)
    IPhoneControllerApiSync.GetPhoneNumbersWithHttpInfo(string, int?, int?, string, DateTime?, DateTime?, int)
    IPhoneControllerApiSync.GetPhonePlans(int)
    IPhoneControllerApiSync.GetPhonePlansWithHttpInfo(int)
    IPhoneControllerApiSync.TestPhoneNumberSendSms(Guid, TestPhoneNumberOptions, string, int)
    IPhoneControllerApiSync.TestPhoneNumberSendSmsWithHttpInfo(Guid, TestPhoneNumberOptions, string, int)
    IPhoneControllerApiAsync.CreateEmergencyAddressAsync(CreateEmergencyAddressOptions, int, CancellationToken)
    IPhoneControllerApiAsync.CreateEmergencyAddressWithHttpInfoAsync(CreateEmergencyAddressOptions, int, CancellationToken)
    IPhoneControllerApiAsync.DeleteEmergencyAddressAsync(Guid, int, CancellationToken)
    IPhoneControllerApiAsync.DeleteEmergencyAddressWithHttpInfoAsync(Guid, int, CancellationToken)
    IPhoneControllerApiAsync.DeletePhoneNumberAsync(Guid, int, CancellationToken)
    IPhoneControllerApiAsync.DeletePhoneNumberWithHttpInfoAsync(Guid, int, CancellationToken)
    IPhoneControllerApiAsync.GetEmergencyAddressAsync(Guid, int, CancellationToken)
    IPhoneControllerApiAsync.GetEmergencyAddressWithHttpInfoAsync(Guid, int, CancellationToken)
    IPhoneControllerApiAsync.GetEmergencyAddressesAsync(int, CancellationToken)
    IPhoneControllerApiAsync.GetEmergencyAddressesWithHttpInfoAsync(int, CancellationToken)
    IPhoneControllerApiAsync.GetPhoneNumberAsync(Guid, int, CancellationToken)
    IPhoneControllerApiAsync.GetPhoneNumberWithHttpInfoAsync(Guid, int, CancellationToken)
    IPhoneControllerApiAsync.GetPhoneNumbersAsync(string, int?, int?, string, DateTime?, DateTime?, int, CancellationToken)
    IPhoneControllerApiAsync.GetPhoneNumbersWithHttpInfoAsync(string, int?, int?, string, DateTime?, DateTime?, int, CancellationToken)
    IPhoneControllerApiAsync.GetPhonePlansAsync(int, CancellationToken)
    IPhoneControllerApiAsync.GetPhonePlansWithHttpInfoAsync(int, CancellationToken)
    IPhoneControllerApiAsync.TestPhoneNumberSendSmsAsync(Guid, TestPhoneNumberOptions, string, int, CancellationToken)
    IPhoneControllerApiAsync.TestPhoneNumberSendSmsWithHttpInfoAsync(Guid, TestPhoneNumberOptions, string, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IPhoneControllerApi : IPhoneControllerApiSync, IPhoneControllerApiAsync, IApiAccessor
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.