Klasse DeleteProjectRoleActorsFromRoleOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.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 Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeleteProjectRoleActorsFromRoleOperationSpec(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.DeleteProjectRoleActorsFromRoleOperationSpecBuilderbuilder()protected booleanboolean@Nullable Stringgroup()The group name of the group to be removed as a default actor.This parameter cannot be used with thegroupIdparameter.The group name of the group to be removed as a default actor.This parameter cannot be used with thegroupIdparameter.@Nullable StringgroupId()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.inthashCode()@NotNull Longid()The ID of the project role.The ID of the project role.toString()@Nullable Stringuser()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.voidvalidate()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-2-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 thegroupparameter.group- The group name of the group to be removed as a default actor.This parameter cannot be used with thegroupIdparameter. As a group's name can change, use ofgroupIdis 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-2-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 thegroupparameter. -
group
The group name of the group to be removed as a default actor.This parameter cannot be used with thegroupIdparameter. As a group's name can change, use ofgroupIdis recommended. -
id
The ID of the project role. Use [Get all project roles](#api-rest-api-2-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 thegroupparameter.- Gibt zurück:
this.
-
group
The group name of the group to be removed as a default actor.This parameter cannot be used with thegroupIdparameter. As a group's name can change, use ofgroupIdis recommended.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-