Klasse GetFieldAutoCompleteForQueryStringOperationSpec.GetFieldAutoCompleteForQueryStringOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetFieldAutoCompleteForQueryStringOperationSpec.GetFieldAutoCompleteForQueryStringOperationSpecBuilder
- Umschließende Klasse:
GetFieldAutoCompleteForQueryStringOperationSpec
public static class GetFieldAutoCompleteForQueryStringOperationSpec.GetFieldAutoCompleteForQueryStringOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The name of the field.fieldValue
(@Nullable String fieldValue) The partial field item name entered by the user.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.predicateValue
(@Nullable String predicateValue) The partial predicate item name entered by the user.toString()
-
Methodendetails
-
fieldName
public GetFieldAutoCompleteForQueryStringOperationSpec.GetFieldAutoCompleteForQueryStringOperationSpecBuilder fieldName(@Nullable @Nullable String fieldName) The name of the field.- Gibt zurück:
this
.
-
fieldValue
public GetFieldAutoCompleteForQueryStringOperationSpec.GetFieldAutoCompleteForQueryStringOperationSpecBuilder fieldValue(@Nullable @Nullable String fieldValue) The partial field item name entered by the user.- Gibt zurück:
this
.
-
predicateName
public GetFieldAutoCompleteForQueryStringOperationSpec.GetFieldAutoCompleteForQueryStringOperationSpecBuilder 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*.- Gibt zurück:
this
.
-
predicateValue
public GetFieldAutoCompleteForQueryStringOperationSpec.GetFieldAutoCompleteForQueryStringOperationSpecBuilder predicateValue(@Nullable @Nullable String predicateValue) The partial predicate item name entered by the user.- Gibt zurück:
this
.
-
build
-
toString
-