Uses of Class
software.xdev.brevo.model.GetScheduledEmailByBatchIdBatchesInner
Packages that use GetScheduledEmailByBatchIdBatchesInner
-
Uses of GetScheduledEmailByBatchIdBatchesInner in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return GetScheduledEmailByBatchIdBatchesInnerModifier and TypeMethodDescriptionGetScheduledEmailByBatchIdBatchesInner.createdAt(OffsetDateTime createdAt) GetScheduledEmailByBatchIdBatchesInner.scheduledAt(OffsetDateTime scheduledAt) GetScheduledEmailByBatchIdBatchesInner.status(GetScheduledEmailByBatchIdBatchesInner.StatusEnum status) Methods in software.xdev.brevo.model that return types with arguments of type GetScheduledEmailByBatchIdBatchesInnerModifier and TypeMethodDescriptionGetScheduledEmailByBatchId.getBatches()Get batchesGetScheduledEmailById200Response.getBatches()Get batchesMethods in software.xdev.brevo.model with parameters of type GetScheduledEmailByBatchIdBatchesInnerModifier and TypeMethodDescriptionGetScheduledEmailByBatchId.addBatchesItem(GetScheduledEmailByBatchIdBatchesInner batchesItem) GetScheduledEmailById200Response.addBatchesItem(GetScheduledEmailByBatchIdBatchesInner batchesItem) Method parameters in software.xdev.brevo.model with type arguments of type GetScheduledEmailByBatchIdBatchesInnerModifier and TypeMethodDescriptionGetScheduledEmailByBatchId.batches(List<GetScheduledEmailByBatchIdBatchesInner> batches) GetScheduledEmailById200Response.batches(List<GetScheduledEmailByBatchIdBatchesInner> batches) voidGetScheduledEmailByBatchId.setBatches(List<GetScheduledEmailByBatchIdBatchesInner> batches) voidGetScheduledEmailById200Response.setBatches(List<GetScheduledEmailByBatchIdBatchesInner> batches)