public class InvoicePaymentReminder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvoicePaymentReminder.Builder
Class to build instances of
InvoicePaymentReminder. |
| Modifier | Constructor and Description |
|---|---|
|
InvoicePaymentReminder(String uid,
Integer relativeScheduledDays,
String message,
String status,
String sentAt)
Initialization constructor.
|
protected |
InvoicePaymentReminder(String uid,
io.apimatic.core.types.OptionalNullable<Integer> relativeScheduledDays,
io.apimatic.core.types.OptionalNullable<String> message,
String status,
String sentAt)
Internal initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getMessage()
Getter for Message.
|
Integer |
getRelativeScheduledDays()
Getter for RelativeScheduledDays.
|
String |
getSentAt()
Getter for SentAt.
|
String |
getStatus()
Getter for Status.
|
String |
getUid()
Getter for Uid.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetMessage()
Internal Getter for Message.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetRelativeScheduledDays()
Internal Getter for RelativeScheduledDays.
|
InvoicePaymentReminder.Builder |
toBuilder()
Builds a new
InvoicePaymentReminder.Builder object. |
String |
toString()
Converts this InvoicePaymentReminder into string format.
|
public InvoicePaymentReminder(String uid, Integer relativeScheduledDays, String message, String status, String sentAt)
uid - String value for uid.relativeScheduledDays - Integer value for relativeScheduledDays.message - String value for message.status - String value for status.sentAt - String value for sentAt.public String getUid()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetRelativeScheduledDays()
public Integer getRelativeScheduledDays()
protected io.apimatic.core.types.OptionalNullable<String> internalGetMessage()
public String getMessage()
public String getStatus()
public String getSentAt()
public String toString()
public InvoicePaymentReminder.Builder toBuilder()
InvoicePaymentReminder.Builder object.
Creates the instance with the state of the current model.InvoicePaymentReminder.Builder objectCopyright © 2023. All rights reserved.