Klasse FindUsersByQueryOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv3.spec.FindUsersByQueryOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class FindUsersByQueryOperationSpec extends Object
FindUsersByQuerySpec

Specification for the FindUsersByQuery operation.

Find users by query

  • Felddetails

    • VALIDATION_ENABLED

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

    • FindUsersByQueryOperationSpec

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

      @Internal public FindUsersByQueryOperationSpec(String query, Long startAt, Integer maxResults)
      Constructs a validated instance of FindUsersByQueryOperationSpec.

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

      Parameter:
      query - The search query.
      startAt - The index of the first item to return in a page of results (page offset).
      maxResults - The maximum number of items to return per page.
    • FindUsersByQueryOperationSpec

      protected FindUsersByQueryOperationSpec()
  • Methodendetails

    • validate

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

    • query

      @NotNull public @NotNull String query()
      The search query.
    • startAt

      @Nullable public @Nullable Long startAt()
      The index of the first item to return in a page of results (page offset).
    • maxResults

      @Nullable public @Nullable Integer maxResults()
      The maximum number of items to return per page.
    • query

      public FindUsersByQueryOperationSpec query(@NotNull @NotNull String query)
      The search query.
      Gibt zurück:
      this.
    • startAt

      public FindUsersByQueryOperationSpec startAt(@Nullable @Nullable Long startAt)
      The index of the first item to return in a page of results (page offset).
      Gibt zurück:
      this.
    • maxResults

      public FindUsersByQueryOperationSpec maxResults(@Nullable @Nullable Integer maxResults)
      The maximum number of items to return per page.
      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