Package software.xdev.brevo.model
Class GetScheduledEmailById200Response
java.lang.Object
software.xdev.brevo.model.GetScheduledEmailById200Response
GetScheduledEmailById200Response
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCurrent status of the scheduled email -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBatchesItem(GetScheduledEmailByBatchIdBatchesInner batchesItem) createdAt(OffsetDateTime createdAt) booleanGet batchesgetCount()Total number of batchesDatetime on which the email was scheduledDatetime for which the email was scheduledCurrent status of the scheduled emailinthashCode()scheduledAt(OffsetDateTime scheduledAt) voidvoidvoidsetCreatedAt(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_COUNT
- See Also:
-
JSON_PROPERTY_BATCHES
- See Also:
-
JSON_PROPERTY_SCHEDULED_AT
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
-
Constructor Details
-
GetScheduledEmailById200Response
public GetScheduledEmailById200Response()
-
-
Method Details
-
count
-
getCount
Total number of batches- Returns:
- count
-
setCount
-
batches
public GetScheduledEmailById200Response batches(@Nullable List<GetScheduledEmailByBatchIdBatchesInner> batches) -
addBatchesItem
public GetScheduledEmailById200Response addBatchesItem(GetScheduledEmailByBatchIdBatchesInner batchesItem) -
getBatches
Get batches- Returns:
- batches
-
setBatches
-
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
public GetScheduledEmailById200Response status(@Nonnull GetScheduledEmailById200Response.StatusEnum 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
-