Class SmsMessageApiQueueResourceData
java.lang.Object
org.apache.fineract.infrastructure.sms.data.SmsMessageApiQueueResourceData
Immutable data object representing the API request body sent in the POST request to the "/queue" resource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final SmsMessageApiQueueResourceDatainstance(Long internalId, String mifosTenantIdentifier, String createdOnDate, String sourceAddress, String mobileNumber, String message, Long providerId) Returns the JSOPN representation of the current object.static StringtoJsonString(Collection<SmsMessageApiQueueResourceData> smsResourceData)
-
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
Returns the JSOPN representation of the current object.- Returns:
- the JSON representation of the current object
-
toJsonString
- Returns:
- JSON representation of the object
-