Klasse AddSharePermissionOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.AddSharePermissionOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AddSharePermissionOperationSpec
extends Object
AddSharePermissionSpec
Specification for the AddSharePermission operation.
Add share permission
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAddSharePermissionOperationSpec(Long id, SharePermissionInputBean sharePermissionInputBean) Constructs a validated instance ofAddSharePermissionOperationSpec.Constructs a validated instance ofAddSharePermissionOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull Longid()The ID of the filter.The ID of the filter.@NotNull SharePermissionInputBeansharePermissionInputBean(@NotNull SharePermissionInputBean sharePermissionInputBean) toString()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
-
AddSharePermissionOperationSpec
Constructs a validated instance ofAddSharePermissionOperationSpec.- Parameter:
spec- the specification to process
-
AddSharePermissionOperationSpec
protected AddSharePermissionOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
id
The ID of the filter. -
id
The ID of the filter.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-