Klasse DeleteAvatarOperationSpec.DeleteAvatarOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteAvatarOperationSpec.DeleteAvatarOperationSpecBuilder
- Umschließende Klasse:
DeleteAvatarOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the avatar.owningObjectId
(@NotNull String owningObjectId) The ID of the item the avatar is associated with.toString()
The avatar type.
-
Methodendetails
-
type
public DeleteAvatarOperationSpec.DeleteAvatarOperationSpecBuilder type(@NotNull @NotNull String type) The avatar type.- Gibt zurück:
this
.
-
owningObjectId
public DeleteAvatarOperationSpec.DeleteAvatarOperationSpecBuilder owningObjectId(@NotNull @NotNull String owningObjectId) The ID of the item the avatar is associated with.- Gibt zurück:
this
.
-
id
The ID of the avatar.- Gibt zurück:
this
.
-
build
-
toString
-