Package software.xdev.brevo.model
Class GetScheduledEmailByMessageId
java.lang.Object
software.xdev.brevo.model.GetScheduledEmailByMessageId
GetScheduledEmailByMessageId
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCurrent status of the scheduled email -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedAt(OffsetDateTime createdAt) booleanDatetime on which the email was scheduledDatetime for which the email was scheduledCurrent status of the scheduled emailinthashCode()scheduledAt(OffsetDateTime scheduledAt) voidsetCreatedAt(OffsetDateTime createdAt) voidsetScheduledAt(OffsetDateTime scheduledAt) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SCHEDULED_AT
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
-
Constructor Details
-
GetScheduledEmailByMessageId
public GetScheduledEmailByMessageId()
-
-
Method Details
-
scheduledAt
-
getScheduledAt
Datetime for which the email was scheduled- Returns:
- scheduledAt
-
setScheduledAt
-
createdAt
-
getCreatedAt
Datetime on which the email was scheduled- Returns:
- createdAt
-
setCreatedAt
-
status
-
getStatus
Current status of the scheduled email- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-