Class GetFieldAutoCompleteForQueryStringOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetFieldAutoCompleteForQueryStringOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetFieldAutoCompleteForQueryStringOperationSpec
extends Object
GetFieldAutoCompleteForQueryStringSpec
Specification for the GetFieldAutoCompleteForQueryString operation.
Get field auto complete suggestions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GetFieldAutoCompleteForQueryStringOperationSpec
(String fieldName, String fieldValue, String predicateName, String predicateValue) Constructs a validated instance ofGetFieldAutoCompleteForQueryStringOperationSpec
.GetFieldAutoCompleteForQueryStringOperationSpec
(Consumer<GetFieldAutoCompleteForQueryStringOperationSpec> spec) Constructs a validated instance ofGetFieldAutoCompleteForQueryStringOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
@Nullable String
The name of the field.The name of the field.@Nullable String
The partial field item name entered by the user.fieldValue
(@Nullable String fieldValue) The partial field item name entered by the user.int
hashCode()
@Nullable String
The name of the [ CHANGED operator predicate](https://confluence.atlassian.com/x/hQORLQ#Advancedsearching-operatorsreference-CHANGEDCHANGED) for which the suggestions are generated.predicateName
(@Nullable String predicateName) The name of the [ CHANGED operator predicate](https://confluence.atlassian.com/x/hQORLQ#Advancedsearching-operatorsreference-CHANGEDCHANGED) for which the suggestions are generated.@Nullable String
The partial predicate item name entered by the user.predicateValue
(@Nullable String predicateValue) The partial predicate item name entered by the user.toString()
void
validate()
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
-
GetFieldAutoCompleteForQueryStringOperationSpec
@Internal public GetFieldAutoCompleteForQueryStringOperationSpec(Consumer<GetFieldAutoCompleteForQueryStringOperationSpec> spec) Constructs a validated instance ofGetFieldAutoCompleteForQueryStringOperationSpec
.- Parameters:
spec
- the specification to process
-
GetFieldAutoCompleteForQueryStringOperationSpec
@Internal public GetFieldAutoCompleteForQueryStringOperationSpec(String fieldName, String fieldValue, String predicateName, String predicateValue) Constructs a validated instance ofGetFieldAutoCompleteForQueryStringOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
fieldName
- The name of the field.fieldValue
- The partial field item name entered by the user.predicateName
- The name of the [ CHANGED operator predicate](https://confluence.atlassian.com/x/hQORLQ#Advancedsearching-operatorsreference-CHANGEDCHANGED) for which the suggestions are generated. The valid predicate operators are *by*, *from*, and *to*.predicateValue
- The partial predicate item name entered by the user.
-
GetFieldAutoCompleteForQueryStringOperationSpec
protected GetFieldAutoCompleteForQueryStringOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
fieldName
The name of the field. -
fieldValue
The partial field item name entered by the user. -
predicateName
The name of the [ CHANGED operator predicate](https://confluence.atlassian.com/x/hQORLQ#Advancedsearching-operatorsreference-CHANGEDCHANGED) for which the suggestions are generated. The valid predicate operators are *by*, *from*, and *to*. -
predicateValue
The partial predicate item name entered by the user. -
fieldName
public GetFieldAutoCompleteForQueryStringOperationSpec fieldName(@Nullable @Nullable String fieldName) The name of the field.- Returns:
this
.
-
fieldValue
public GetFieldAutoCompleteForQueryStringOperationSpec fieldValue(@Nullable @Nullable String fieldValue) The partial field item name entered by the user.- Returns:
this
.
-
predicateName
public GetFieldAutoCompleteForQueryStringOperationSpec predicateName(@Nullable @Nullable String predicateName) The name of the [ CHANGED operator predicate](https://confluence.atlassian.com/x/hQORLQ#Advancedsearching-operatorsreference-CHANGEDCHANGED) for which the suggestions are generated. The valid predicate operators are *by*, *from*, and *to*.- Returns:
this
.
-
predicateValue
public GetFieldAutoCompleteForQueryStringOperationSpec predicateValue(@Nullable @Nullable String predicateValue) The partial predicate item name entered by the user.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-