Klasse DeleteProjectRoleActorsFromRoleOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteProjectRoleActorsFromRoleOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteProjectRoleActorsFromRoleOperationSpec
extends Object
DeleteProjectRoleActorsFromRoleSpec
Specification for the DeleteProjectRoleActorsFromRole operation.
Delete default actors from project role
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
DeleteProjectRoleActorsFromRoleOperationSpec
(Long id, String user, String groupId, String group) Constructs a validated instance ofDeleteProjectRoleActorsFromRoleOperationSpec
.DeleteProjectRoleActorsFromRoleOperationSpec
(Consumer<DeleteProjectRoleActorsFromRoleOperationSpec> spec) Constructs a validated instance ofDeleteProjectRoleActorsFromRoleOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic DeleteProjectRoleActorsFromRoleOperationSpec.DeleteProjectRoleActorsFromRoleOperationSpecBuilder
builder()
protected boolean
boolean
@Nullable String
group()
The group name of the group to be removed as a default actor.This parameter cannot be used with thegroupId
parameter.The group name of the group to be removed as a default actor.This parameter cannot be used with thegroupId
parameter.@Nullable String
groupId()
The group ID of the group to be removed as a default actor.The group ID of the group to be removed as a default actor.int
hashCode()
@NotNull Long
id()
The ID of the project role.The ID of the project role.toString()
@Nullable String
user()
The user account ID of the user to remove as a default actor.The user account ID of the user to remove as a default actor.void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
DeleteProjectRoleActorsFromRoleOperationSpec
@Internal public DeleteProjectRoleActorsFromRoleOperationSpec(Consumer<DeleteProjectRoleActorsFromRoleOperationSpec> spec) Constructs a validated instance ofDeleteProjectRoleActorsFromRoleOperationSpec
.- Parameter:
spec
- the specification to process
-
DeleteProjectRoleActorsFromRoleOperationSpec
@Internal public DeleteProjectRoleActorsFromRoleOperationSpec(Long id, String user, String groupId, String group) Constructs a validated instance ofDeleteProjectRoleActorsFromRoleOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id
- The ID of the project role. Use [Get all project roles](#api-rest-api-3-role-get) to get a list of project role IDs.user
- The user account ID of the user to remove as a default actor.groupId
- The group ID of the group to be removed as a default actor. This parameter cannot be used with thegroup
parameter.group
- The group name of the group to be removed as a default actor.This parameter cannot be used with thegroupId
parameter. As a group's name can change, use ofgroupId
is recommended.
-
DeleteProjectRoleActorsFromRoleOperationSpec
protected DeleteProjectRoleActorsFromRoleOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static DeleteProjectRoleActorsFromRoleOperationSpec.DeleteProjectRoleActorsFromRoleOperationSpecBuilder builder() -
id
The ID of the project role. Use [Get all project roles](#api-rest-api-3-role-get) to get a list of project role IDs. -
user
The user account ID of the user to remove as a default actor. -
groupId
The group ID of the group to be removed as a default actor. This parameter cannot be used with thegroup
parameter. -
group
The group name of the group to be removed as a default actor.This parameter cannot be used with thegroupId
parameter. As a group's name can change, use ofgroupId
is recommended. -
id
The ID of the project role. Use [Get all project roles](#api-rest-api-3-role-get) to get a list of project role IDs.- Gibt zurück:
this
.
-
user
The user account ID of the user to remove as a default actor.- Gibt zurück:
this
.
-
groupId
The group ID of the group to be removed as a default actor. This parameter cannot be used with thegroup
parameter.- Gibt zurück:
this
.
-
group
The group name of the group to be removed as a default actor.This parameter cannot be used with thegroupId
parameter. As a group's name can change, use ofgroupId
is recommended.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-