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 Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
AddSharePermissionOperationSpec
(Long id, SharePermissionInputBean sharePermissionInputBean) Constructs a validated instance ofAddSharePermissionOperationSpec
.Constructs a validated instance ofAddSharePermissionOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@NotNull Long
id()
The ID of the filter.The ID of the filter.@NotNull SharePermissionInputBean
sharePermissionInputBean
(@NotNull SharePermissionInputBean sharePermissionInputBean) toString()
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
-
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
-