All Superinterfaces:
ChannelCredentials

public interface MMSCredentials extends ChannelCredentials
If you are including the MMS channel in the channel_identifier property, you must include this object.
  • Method Details

    • getAccountId

      String getAccountId()
      MMS Account ID.
      Returns:
      accountId
    • getApiKey

      String getApiKey()
      MMS API Key.
      Returns:
      apiKey
    • getBasicAuth

      BasicAuthCredentials getBasicAuth()
      Get basicAuth
      Returns:
      basicAuth
    • builder

      static MMSCredentials.Builder builder()
      Getting builder
      Returns:
      New Builder instance