Package com.atlassian.jira.rest.v2.issue
Class AvatarResource
java.lang.Object
com.atlassian.jira.rest.v2.issue.AvatarResource
@Path("avatar")
@Consumes("application/json")
@Produces("application/json")
public class AvatarResource
extends Object
- Since:
- v5.0
-
Constructor Summary
ConstructorsConstructorDescriptionAvatarResource(AvatarResourceHelper avatarResourceHelper, AccessDisablingHelper accessDisablingHelper) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsegetAllSystemAvatars(String type) Returns all system avatars of the given type.
-
Constructor Details
-
AvatarResource
@Inject public AvatarResource(AvatarResourceHelper avatarResourceHelper, AccessDisablingHelper accessDisablingHelper)
-
-
Method Details
-
getAllSystemAvatars
@GET @Path("{type}/system") public jakarta.ws.rs.core.Response getAllSystemAvatars(@PathParam("type") String type) Returns all system avatars of the given type.- Parameters:
type- the avatar type- Returns:
- all system avatars of the given type.
- Since:
- v5.0
-