Class GetFieldConfigurationSchemeMappingsOperationSpec

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

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

Specification for the GetFieldConfigurationSchemeMappings operation.

Get field configuration issue type items

  • Field Details

    • VALIDATION_ENABLED

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

    • GetFieldConfigurationSchemeMappingsOperationSpec

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

      @Internal public GetFieldConfigurationSchemeMappingsOperationSpec(Long startAt, Integer maxResults, Set<Long> fieldConfigurationSchemeId)
      Constructs a validated instance of GetFieldConfigurationSchemeMappingsOperationSpec.

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

      Parameters:
      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.
      fieldConfigurationSchemeId - The list of field configuration scheme IDs. To include multiple field configuration schemes separate IDs with ampersand: fieldConfigurationSchemeId=10000&amp;fieldConfigurationSchemeId=10001.
    • GetFieldConfigurationSchemeMappingsOperationSpec

      protected GetFieldConfigurationSchemeMappingsOperationSpec()
  • Method Details

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Throws:
      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.
    • fieldConfigurationSchemeId

      @Nullable public @Nullable Set<Long> fieldConfigurationSchemeId()
      The list of field configuration scheme IDs. To include multiple field configuration schemes separate IDs with ampersand: fieldConfigurationSchemeId=10000&amp;fieldConfigurationSchemeId=10001.
    • startAt

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

      public GetFieldConfigurationSchemeMappingsOperationSpec maxResults(@Nullable @Nullable Integer maxResults)
      The maximum number of items to return per page.
      Returns:
      this.
    • fieldConfigurationSchemeId

      public GetFieldConfigurationSchemeMappingsOperationSpec fieldConfigurationSchemeId(@Nullable @Nullable Set<Long> fieldConfigurationSchemeId)
      The list of field configuration scheme IDs. To include multiple field configuration schemes separate IDs with ampersand: fieldConfigurationSchemeId=10000&amp;fieldConfigurationSchemeId=10001.
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object