Klasse CreateProjectAvatarOperationSpec.CreateProjectAvatarOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.CreateProjectAvatarOperationSpec.CreateProjectAvatarOperationSpecBuilder
- Umschließende Klasse:
CreateProjectAvatarOperationSpec
public static class CreateProjectAvatarOperationSpec.CreateProjectAvatarOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
projectIdOrKey
(@NotNull String projectIdOrKey) The ID or (case-sensitive) key of the project.The length of each side of the crop region.toString()
The X coordinate of the top-left corner of the crop region.The Y coordinate of the top-left corner of the crop region.
-
Methodendetails
-
projectIdOrKey
public CreateProjectAvatarOperationSpec.CreateProjectAvatarOperationSpecBuilder projectIdOrKey(@NotNull @NotNull String projectIdOrKey) The ID or (case-sensitive) key of the project.- Gibt zurück:
this
.
-
body
public CreateProjectAvatarOperationSpec.CreateProjectAvatarOperationSpecBuilder body(@NotNull @NotNull Object body) - Gibt zurück:
this
.
-
x
public CreateProjectAvatarOperationSpec.CreateProjectAvatarOperationSpecBuilder x(@Nullable @Nullable Integer x) The X coordinate of the top-left corner of the crop region.- Gibt zurück:
this
.
-
y
public CreateProjectAvatarOperationSpec.CreateProjectAvatarOperationSpecBuilder y(@Nullable @Nullable Integer y) The Y coordinate of the top-left corner of the crop region.- Gibt zurück:
this
.
-
size
public CreateProjectAvatarOperationSpec.CreateProjectAvatarOperationSpecBuilder size(@Nullable @Nullable Integer size) The length of each side of the crop region.- Gibt zurück:
this
.
-
build
-
toString
-