Interface RemoveKeyword


public interface RemoveKeyword
Keyword to be sent in MO to remove MSISDN to a group
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Dedicated Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    Getting builder
    Opt-out keyword like "LEAVE" if auto_update.to is dedicated long/short number or unique brand keyword like "Sinch" if it is a shared short code.
    Opt-out keyword like "LEAVE" if auto_update.to is shared short code.
  • Method Details

    • getFirstWord

      String getFirstWord()
      Opt-out keyword like "LEAVE" if auto_update.to is dedicated long/short number or unique brand keyword like "Sinch" if it is a shared short code.

      Field is required

      Returns:
      firstWord
    • getSecondWord

      String getSecondWord()
      Opt-out keyword like "LEAVE" if auto_update.to is shared short code.
      Returns:
      secondWord
    • builder

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