Package dev.resms

Class ReSMS

java.lang.Object
dev.resms.ReSMS

public class ReSMS extends Object
ReSMS Java SDK - Client principal
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    otp()
    Returns an Otp object that can be used to interact with the Otp service.
    sms()
    Returns an Sms object that can be used to interact with the SMS service.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReSMS

      public ReSMS()
  • Method Details

    • sms

      public Sms sms()
      Returns an Sms object that can be used to interact with the SMS service.
      Returns:
      An Sms object.
    • otp

      public Otp otp()
      Returns an Otp object that can be used to interact with the Otp service.
      Returns:
      An Otp object.