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