Klasse DeleteActorOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteActorOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteActorOperationSpec
extends Object
DeleteActorSpec
Specification for the DeleteActor operation.
Delete 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofDeleteActorOperationSpec.Constructs a validated instance ofDeleteActorOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanboolean@Nullable Stringgroup()The name of the group to remove from the project role.The name of the group to remove from the project role.@Nullable StringgroupId()The ID of the group to remove from the project role.The ID of the group to remove from the project role.inthashCode()@NotNull Longid()The ID of the project role.The ID of the project role.@NotNull StringThe project ID or project key (case sensitive).projectIdOrKey(@NotNull String projectIdOrKey) The project ID or project key (case sensitive).toString()@Nullable Stringuser()The user account ID of the user to remove from the project role.The user account ID of the user to remove from the project role.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
-
DeleteActorOperationSpec
Constructs a validated instance ofDeleteActorOperationSpec.- Parameter:
spec- the specification to process
-
DeleteActorOperationSpec
@Internal public DeleteActorOperationSpec(String projectIdOrKey, Long id, String user, String group, String groupId) Constructs a validated instance ofDeleteActorOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
projectIdOrKey- The project ID or project key (case sensitive).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 from the project role.group- The name of the group to remove from the project role. This parameter cannot be used with thegroupIdparameter. As a group's name can change, use ofgroupIdis recommended.groupId- The ID of the group to remove from the project role. This parameter cannot be used with thegroupparameter.
-
DeleteActorOperationSpec
protected DeleteActorOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
projectIdOrKey
The project ID or project key (case sensitive). -
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 from the project role. -
group
The name of the group to remove from the project role. This parameter cannot be used with thegroupIdparameter. As a group's name can change, use ofgroupIdis recommended. -
groupId
The ID of the group to remove from the project role. This parameter cannot be used with thegroupparameter. -
projectIdOrKey
The project ID or project key (case sensitive).- Gibt zurück:
this.
-
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 from the project role.- Gibt zurück:
this.
-
group
The name of the group to remove from the project role. This parameter cannot be used with thegroupIdparameter. As a group's name can change, use ofgroupIdis recommended.- Gibt zurück:
this.
-
groupId
The ID of the group to remove from the project role. This parameter cannot be used with thegroupparameter.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-