Uses of Interface
com.redwood.scheduler.api.model.EmailAlertGatewayEmail
-
Packages that use EmailAlertGatewayEmail Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of EmailAlertGatewayEmail in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type EmailAlertGatewayEmail Modifier and Type Field Description static QueryObjectType<EmailAlertGatewayEmail>
EmailAlertGatewayEmail. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return EmailAlertGatewayEmail Modifier and Type Method Description EmailAlertGatewayEmail
EmailAlertGateway. createEmailAlertGatewayEmail()
Create a newEmailAlertGatewayEmail
linked to this object.EmailAlertGatewayEmail
EmailAlertGateway. getEmailAlertGatewayEmail()
Get the EmailAlertGatewayEmail.EmailAlertGatewayEmail
SchedulerSession. getEmailAlertGatewayEmailByUniqueId(Long uniqueId)
Get theEmailAlertGatewayEmail
by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type EmailAlertGatewayEmail Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(EmailAlertGatewayEmail theEmailAlertGatewayEmail)
void
ConcreteObjectCallback. handle(EmailAlertGatewayEmail theEmailAlertGatewayEmail)
-