Class DeleteCustomFieldContextOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteCustomFieldContextOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteCustomFieldContextOperationSpec
extends Object
DeleteCustomFieldContextSpec
Specification for the DeleteCustomFieldContext operation.
Delete custom field context
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeleteCustomFieldContextOperationSpec(String fieldId, Long contextId) Constructs a validated instance ofDeleteCustomFieldContextOperationSpec.Constructs a validated instance ofDeleteCustomFieldContextOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected boolean@NotNull LongThe ID of the context.The ID of the context.boolean@NotNull StringfieldId()The ID of the custom field.The ID of the custom field.inthashCode()toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
DeleteCustomFieldContextOperationSpec
@Internal public DeleteCustomFieldContextOperationSpec(Consumer<DeleteCustomFieldContextOperationSpec> spec) Constructs a validated instance ofDeleteCustomFieldContextOperationSpec.- Parameters:
spec- the specification to process
-
DeleteCustomFieldContextOperationSpec
Constructs a validated instance ofDeleteCustomFieldContextOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
fieldId- The ID of the custom field.contextId- The ID of the context.
-
DeleteCustomFieldContextOperationSpec
protected DeleteCustomFieldContextOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
public static DeleteCustomFieldContextOperationSpec.DeleteCustomFieldContextOperationSpecBuilder builder() -
fieldId
The ID of the custom field. -
contextId
The ID of the context. -
fieldId
The ID of the custom field.- Returns:
this.
-
contextId
The ID of the context.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-