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