Klasse DeleteFieldConfigurationSchemeOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteFieldConfigurationSchemeOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteFieldConfigurationSchemeOperationSpec
extends Object
DeleteFieldConfigurationSchemeSpec
Specification for the DeleteFieldConfigurationScheme operation.
Delete field configuration scheme
-
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
Constructs a validated instance ofDeleteFieldConfigurationSchemeOperationSpec
.DeleteFieldConfigurationSchemeOperationSpec
(Consumer<DeleteFieldConfigurationSchemeOperationSpec> spec) Constructs a validated instance ofDeleteFieldConfigurationSchemeOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic DeleteFieldConfigurationSchemeOperationSpec.DeleteFieldConfigurationSchemeOperationSpecBuilder
builder()
protected boolean
boolean
int
hashCode()
@NotNull Long
id()
The ID of the field configuration scheme.The ID of the field configuration scheme.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
-
DeleteFieldConfigurationSchemeOperationSpec
@Internal public DeleteFieldConfigurationSchemeOperationSpec(Consumer<DeleteFieldConfigurationSchemeOperationSpec> spec) Constructs a validated instance ofDeleteFieldConfigurationSchemeOperationSpec
.- Parameter:
spec
- the specification to process
-
DeleteFieldConfigurationSchemeOperationSpec
Constructs a validated instance ofDeleteFieldConfigurationSchemeOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id
- The ID of the field configuration scheme.
-
DeleteFieldConfigurationSchemeOperationSpec
protected DeleteFieldConfigurationSchemeOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static DeleteFieldConfigurationSchemeOperationSpec.DeleteFieldConfigurationSchemeOperationSpecBuilder builder() -
id
The ID of the field configuration scheme. -
id
The ID of the field configuration scheme.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-