@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-05-07T11:42:47.246+01:00[Europe/London]") public class Message extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DELIVERY_STATUS |
static String |
JSON_PROPERTY_FULL_NAME |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_INBOUND |
static String |
JSON_PROPERTY_ISSUE_DATE |
static String |
JSON_PROPERTY_MESSAGE_TEXT |
static String |
JSON_PROPERTY_PHONE_NUMBER |
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
Message |
deliveryStatus(MessageStatus deliveryStatus) |
boolean |
equals(Object o) |
Message |
fullName(String fullName) |
MessageStatus |
getDeliveryStatus()
Get deliveryStatus
|
String |
getFullName()
The full name of the member the message was sent to (read only)
|
String |
getId()
The unique ID for the message once submitted
|
Boolean |
getInbound()
If the message was received from a members phone then this will be marked as true (read only)
|
OffsetDateTime |
getIssueDate()
The date the message was will be / was issued.
|
String |
getMessageText()
The message text to send / was sent to the member
|
String |
getPhoneNumber()
The phone number the message was sent to / received from
|
int |
hashCode() |
Message |
id(String id) |
Message |
inbound(Boolean inbound) |
Message |
issueDate(OffsetDateTime issueDate) |
Message |
messageText(String messageText) |
Message |
phoneNumber(String phoneNumber) |
void |
setDeliveryStatus(MessageStatus deliveryStatus) |
void |
setFullName(String fullName) |
void |
setId(String id) |
void |
setInbound(Boolean inbound) |
void |
setIssueDate(OffsetDateTime issueDate) |
void |
setMessageText(String messageText) |
void |
setPhoneNumber(String phoneNumber) |
String |
toString() |
String |
toUrlQueryString()
Convert the instance into URL query string.
|
String |
toUrlQueryString(String prefix)
Convert the instance into URL query string.
|
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ISSUE_DATE
public static final String JSON_PROPERTY_PHONE_NUMBER
public static final String JSON_PROPERTY_MESSAGE_TEXT
public static final String JSON_PROPERTY_FULL_NAME
public static final String JSON_PROPERTY_INBOUND
public static final String JSON_PROPERTY_DELIVERY_STATUS
public void setId(String id)
public Message issueDate(OffsetDateTime issueDate)
@Nullable public OffsetDateTime getIssueDate()
public void setIssueDate(OffsetDateTime issueDate)
@Nonnull public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
@Nonnull public String getMessageText()
public void setMessageText(String messageText)
@Nullable public String getFullName()
public void setFullName(String fullName)
@Nullable public Boolean getInbound()
public void setInbound(Boolean inbound)
public Message deliveryStatus(MessageStatus deliveryStatus)
@Nullable public MessageStatus getDeliveryStatus()
public void setDeliveryStatus(MessageStatus deliveryStatus)
public String toUrlQueryString()
Copyright © 2024. All rights reserved.