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