Class SmsMessageApiQueueResourceData

java.lang.Object
org.apache.fineract.infrastructure.sms.data.SmsMessageApiQueueResourceData

public class SmsMessageApiQueueResourceData extends Object
Immutable data object representing the API request body sent in the POST request to the "/queue" resource
  • Constructor Details

    • SmsMessageApiQueueResourceData

      public SmsMessageApiQueueResourceData()
  • Method Details

    • instance

      public static final SmsMessageApiQueueResourceData instance(Long internalId, String mifosTenantIdentifier, String createdOnDate, String sourceAddress, String mobileNumber, String message, Long providerId)
      Returns:
      a new instance of the SmsMessageApiQueueResourceData class
    • toJsonString

      public String toJsonString()
      Returns the JSOPN representation of the current object.
      Returns:
      the JSON representation of the current object
    • toJsonString

      public static String toJsonString(Collection<SmsMessageApiQueueResourceData> smsResourceData)
      Returns:
      JSON representation of the object