Klasse RemoveScreenTabFieldOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.RemoveScreenTabFieldOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoveScreenTabFieldOperationSpec
extends Object
RemoveScreenTabFieldSpec
Specification for the RemoveScreenTabField operation.
Remove screen tab field
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedRemoveScreenTabFieldOperationSpec(Long screenId, Long tabId, String id) Constructs a validated instance ofRemoveScreenTabFieldOperationSpec.Constructs a validated instance ofRemoveScreenTabFieldOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull Stringid()The ID of the field.The ID of the field.@NotNull LongscreenId()The ID of the screen.The ID of the screen.@NotNull LongtabId()The ID of the screen tab.The ID of the screen tab.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
-
RemoveScreenTabFieldOperationSpec
@Internal public RemoveScreenTabFieldOperationSpec(Consumer<RemoveScreenTabFieldOperationSpec> spec) Constructs a validated instance ofRemoveScreenTabFieldOperationSpec.- Parameter:
spec- the specification to process
-
RemoveScreenTabFieldOperationSpec
Constructs a validated instance ofRemoveScreenTabFieldOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
screenId- The ID of the screen.tabId- The ID of the screen tab.id- The ID of the field.
-
RemoveScreenTabFieldOperationSpec
protected RemoveScreenTabFieldOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
screenId
The ID of the screen. -
tabId
The ID of the screen tab. -
id
The ID of the field. -
screenId
The ID of the screen.- Gibt zurück:
this.
-
tabId
The ID of the screen tab.- Gibt zurück:
this.
-
id
The ID of the field.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-