ProjectAvatarsApi class

Jira Cloud platform REST API documentation

Constructors

ProjectAvatarsApi(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

createProjectAvatar({required String projectIdOrKey, int? x, int? y, int? size, required dynamic body}) Future<Avatar>
Loads an avatar for a project.
deleteProjectAvatar({required String projectIdOrKey, required int id}) Future<void>
Deletes a custom avatar from a project. Note that system avatars cannot be deleted.
getAllProjectAvatars(String projectIdOrKey) Future<ProjectAvatars>
Returns all project avatars, grouped by system and custom avatars.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateProjectAvatar({required String projectIdOrKey, required Avatar body}) Future
Sets the avatar displayed for a project.

Operators

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