Class GetBulkScreenTabsOperationSpec

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

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

Specification for the GetBulkScreenTabs operation.

Get bulk screen tabs

  • Field Details

    • VALIDATION_ENABLED

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

    • GetBulkScreenTabsOperationSpec

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

      @Internal public GetBulkScreenTabsOperationSpec(Set<Long> screenId, Set<Long> tabId, Long startAt, Integer maxResult)
      Constructs a validated instance of GetBulkScreenTabsOperationSpec.

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

      Parameters:
      screenId - The list of screen IDs. To include multiple screen IDs, provide an ampersand-separated list. For example, screenId=10000&amp;screenId=10001.
      tabId - The list of tab IDs. To include multiple tab IDs, provide an ampersand-separated list. For example, tabId=10000&amp;tabId=10001.
      startAt - The index of the first item to return in a page of results (page offset).
      maxResult - The maximum number of items to return per page. The maximum number is 100,
    • GetBulkScreenTabsOperationSpec

      protected GetBulkScreenTabsOperationSpec()
  • Method Details

    • validate

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

    • screenId

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

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

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

      @Nullable public @Nullable Integer maxResult()
      The maximum number of items to return per page. The maximum number is 100,
    • screenId

      public GetBulkScreenTabsOperationSpec screenId(@Nullable @Nullable Set<Long> screenId)
      The list of screen IDs. To include multiple screen IDs, provide an ampersand-separated list. For example, screenId=10000&amp;screenId=10001.
      Returns:
      this.
    • tabId

      public GetBulkScreenTabsOperationSpec tabId(@Nullable @Nullable Set<Long> tabId)
      The list of tab IDs. To include multiple tab IDs, provide an ampersand-separated list. For example, tabId=10000&amp;tabId=10001.
      Returns:
      this.
    • startAt

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

      public GetBulkScreenTabsOperationSpec maxResult(@Nullable @Nullable Integer maxResult)
      The maximum number of items to return per page. The maximum number is 100,
      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