public class SendEmailDto extends Object implements Serializable
SendEmailDto()
void
setCc(List<String> cc)
setCc(String... cc)
setTo(List<String> to)
setTo(String... to)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SendEmailDto()
public void setTo(String... to)
public void setTo(List<String> to)
public void setCc(String... cc)
public void setCc(List<String> cc)
Copyright © 2020. All rights reserved.