Klasse CreateCustomFieldOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.CreateCustomFieldOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateCustomFieldOperationSpec
extends Object
CreateCustomFieldSpec
Specification for the CreateCustomField operation.
Create custom field
-
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
CreateCustomFieldOperationSpec
(CustomFieldDefinitionJsonBean customFieldDefinitionJsonBean) Constructs a validated instance ofCreateCustomFieldOperationSpec
.Constructs a validated instance ofCreateCustomFieldOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
@NotNull CustomFieldDefinitionJsonBean
Definition of the custom field to be createdcustomFieldDefinitionJsonBean
(@NotNull CustomFieldDefinitionJsonBean customFieldDefinitionJsonBean) Definition of the custom field to be createdboolean
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
-
CreateCustomFieldOperationSpec
Constructs a validated instance ofCreateCustomFieldOperationSpec
.- Parameter:
spec
- the specification to process
-
CreateCustomFieldOperationSpec
@Internal public CreateCustomFieldOperationSpec(CustomFieldDefinitionJsonBean customFieldDefinitionJsonBean) Constructs a validated instance ofCreateCustomFieldOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
customFieldDefinitionJsonBean
- Definition of the custom field to be created
-
CreateCustomFieldOperationSpec
protected CreateCustomFieldOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
customFieldDefinitionJsonBean
Definition of the custom field to be created -
customFieldDefinitionJsonBean
public CreateCustomFieldOperationSpec customFieldDefinitionJsonBean(@NotNull @NotNull CustomFieldDefinitionJsonBean customFieldDefinitionJsonBean) Definition of the custom field to be created- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-