public class ProjectEmailApi extends Object
| Constructor and Description |
|---|
ProjectEmailApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ProjectEmailAddress> |
getProjectEmail(Long projectId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get project's sender email
Returns the [project's sender email address](https://confluence.atlassian.com/x/dolKLg).
|
io.reactivex.Single<Object> |
updateProjectEmail(Long projectId,
ProjectEmailAddress projectEmailAddress,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Set project's sender email
Sets the [project's sender email address](https://confluence.atlassian.com/x/dolKLg).
|
public ProjectEmailApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<ProjectEmailAddress> getProjectEmail(Long projectId, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
projectId - The project ID. (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Single<Object> updateProjectEmail(Long projectId, ProjectEmailAddress projectEmailAddress, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
projectId - The project ID. (required)projectEmailAddress - The project's sender email address to be set. (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
Copyright © 2011–2021 Everit Kft.. All rights reserved.