Package software.xdev.brevo.model
Class GetScheduledEmailByBatchIdBatchesInner
java.lang.Object
software.xdev.brevo.model.GetScheduledEmailByBatchIdBatchesInner
GetScheduledEmailByBatchIdBatchesInner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCurrent status of the scheduled batch -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedAt(OffsetDateTime createdAt) booleanDatetime on which the batch was scheduledDatetime for which the batch was scheduledCurrent status of the scheduled batchinthashCode()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
-
GetScheduledEmailByBatchIdBatchesInner
public GetScheduledEmailByBatchIdBatchesInner()
-
-
Method Details
-
scheduledAt
-
getScheduledAt
Datetime for which the batch was scheduled- Returns:
- scheduledAt
-
setScheduledAt
-
createdAt
-
getCreatedAt
Datetime on which the batch was scheduled- Returns:
- createdAt
-
setCreatedAt
-
status
public GetScheduledEmailByBatchIdBatchesInner status(@Nonnull GetScheduledEmailByBatchIdBatchesInner.StatusEnum status) -
getStatus
Current status of the scheduled batch- 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
-