Uses of Class
step.repository.alm.v16.otaclient.TDAPI_MAIL_PRIORITIES
-
Packages that use TDAPI_MAIL_PRIORITIES Package Description step.repository.alm.v16.otaclient -
-
Uses of TDAPI_MAIL_PRIORITIES in step.repository.alm.v16.otaclient
Methods in step.repository.alm.v16.otaclient that return TDAPI_MAIL_PRIORITIES Modifier and Type Method Description static TDAPI_MAIL_PRIORITIES
TDAPI_MAIL_PRIORITIES. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TDAPI_MAIL_PRIORITIES[]
TDAPI_MAIL_PRIORITIES. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in step.repository.alm.v16.otaclient with parameters of type TDAPI_MAIL_PRIORITIES Modifier and Type Method Description void
IMailableEntity. mailEx(java.lang.String sendTo, java.lang.String sendCc, java.lang.String sendBcc, int option, java.lang.String subject, TDAPI_MAIL_PRIORITIES priority, java.lang.String comment)
Mails the IMailableEntity field item.void
IMailableFactory. mailEx(java.lang.Object items, java.lang.String sendTo, java.lang.String sendCc, java.lang.String sendBcc, int option, java.lang.String subject, TDAPI_MAIL_PRIORITIES priority, java.lang.String comment)
Mails the list of IBase Factory Items.
-