ProjectEmailApi class

Jira Cloud platform REST API documentation

Constructors

ProjectEmailApi(ApiClient _client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getProjectEmail(int projectId) Future<ProjectEmailAddress>
Returns the project's sender email address.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateProjectEmail({required int projectId, required ProjectEmailAddress body}) Future
Sets the project's sender email address.

Operators

operator ==(Object other) bool
The equality operator.
inherited