AvatarsApi class
Jira Cloud platform REST API documentation
Constructors
- AvatarsApi(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
-
deleteAvatar(
{required String type, required String owningObjectId, required int id}) → Future< void> - Deletes an avatar from a project or issue type.
-
getAllSystemAvatars(
String type) → Future< SystemAvatars> - Returns a list of system avatar details by owner type, where the owner types are issue type, project, or user.
-
getAvatarImageByID(
{required String type, required int id, String? size, String? format}) → Future< void> - Returns a project or issue type avatar image by ID.
-
getAvatarImageByOwner(
{required String type, required String entityId, String? size, String? format}) → Future< void> - Returns the avatar image for a project or issue type.
-
getAvatarImageByType(
{required String type, String? size, String? format}) → Future< void> - Returns the default project or issue type avatar image.
-
getAvatars(
{required String type, required String entityId}) → Future< Avatars> - Returns the system and custom avatars for a project or issue type.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
storeAvatar(
{required String type, required String entityId, int? x, int? y, required int size, required dynamic body}) → Future< Avatar> - Loads a custom avatar for a project or issue type.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited