Klasse GetAllFieldConfigurationsOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetAllFieldConfigurationsOperationSpec

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

Specification for the GetAllFieldConfigurations operation.

Get all field configurations

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetAllFieldConfigurationsOperationSpec

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

      @Internal public GetAllFieldConfigurationsOperationSpec(Long startAt, Integer maxResults, Set<Long> id, Boolean isDefault, String query)
      Constructs a validated instance of GetAllFieldConfigurationsOperationSpec.

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

      Parameter:
      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.
      id - The list of field configuration IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&amp;id=10001.
      isDefault - If *true* returns default field configurations only.
      query - The query string used to match against field configuration names and descriptions.
    • GetAllFieldConfigurationsOperationSpec

      protected GetAllFieldConfigurationsOperationSpec()
  • Methodendetails

    • validate

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

    • 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.
    • id

      @Nullable public @Nullable Set<Long> id()
      The list of field configuration IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&amp;id=10001.
    • isDefault

      @Nullable public @Nullable Boolean isDefault()
      If *true* returns default field configurations only.
    • query

      @Nullable public @Nullable String query()
      The query string used to match against field configuration names and descriptions.
    • startAt

      public GetAllFieldConfigurationsOperationSpec 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 GetAllFieldConfigurationsOperationSpec maxResults(@Nullable @Nullable Integer maxResults)
      The maximum number of items to return per page.
      Gibt zurück:
      this.
    • id

      public GetAllFieldConfigurationsOperationSpec id(@Nullable @Nullable Set<Long> id)
      The list of field configuration IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&amp;id=10001.
      Gibt zurück:
      this.
    • isDefault

      public GetAllFieldConfigurationsOperationSpec isDefault(@Nullable @Nullable Boolean isDefault)
      If *true* returns default field configurations only.
      Gibt zurück:
      this.
    • query

      public GetAllFieldConfigurationsOperationSpec query(@Nullable @Nullable String query)
      The query string used to match against field configuration names and descriptions.
      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