Klasse GetFieldAutoCompleteForQueryStringOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv2.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

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • GetFieldAutoCompleteForQueryStringOperationSpec

      @Internal public GetFieldAutoCompleteForQueryStringOperationSpec(Consumer<GetFieldAutoCompleteForQueryStringOperationSpec> spec)
      Constructs a validated instance of GetFieldAutoCompleteForQueryStringOperationSpec.
      Parameter:
      spec - the specification to process
    • GetFieldAutoCompleteForQueryStringOperationSpec

      @Internal public GetFieldAutoCompleteForQueryStringOperationSpec(String fieldName, String fieldValue, String predicateName, String predicateValue)
      Constructs a validated instance of GetFieldAutoCompleteForQueryStringOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      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()
  • Methodendetails

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Löst aus:
      NullPointerException
    • builder

    • fieldName

      @Nullable public @Nullable String fieldName()
      The name of the field.
    • fieldValue

      @Nullable public @Nullable String fieldValue()
      The partial field item name entered by the user.
    • predicateName

      @Nullable public @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*.
    • predicateValue

      @Nullable public @Nullable String predicateValue()
      The partial predicate item name entered by the user.
    • fieldName

      public GetFieldAutoCompleteForQueryStringOperationSpec fieldName(@Nullable @Nullable String fieldName)
      The name of the field.
      Gibt zurück:
      this.
    • fieldValue

      public GetFieldAutoCompleteForQueryStringOperationSpec fieldValue(@Nullable @Nullable String fieldValue)
      The partial field item name entered by the user.
      Gibt zurück:
      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*.
      Gibt zurück:
      this.
    • predicateValue

      public GetFieldAutoCompleteForQueryStringOperationSpec predicateValue(@Nullable @Nullable String predicateValue)
      The partial predicate item name entered by the user.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object