Package org.sonarqube.ws.client.emails
Class SendRequest
java.lang.Object
org.sonarqube.ws.client.emails.SendRequest
This is part of the internal API.
This is a POST request.
- Since:
- 6.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTo()setMessage(String message) This is a mandatory parameter.setSubject(String subject) Example value: "Test Message from SonarQube"This is a mandatory parameter.
-
Constructor Details
-
SendRequest
public SendRequest()
-
-
Method Details
-
setMessage
This is a mandatory parameter. -
getMessage
-
setSubject
Example value: "Test Message from SonarQube" -
getSubject
-
setTo
This is a mandatory parameter. Example value: "john@doo.com" -
getTo
-