Class GetUiModificationsOperationSpec

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

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

Specification for the GetUiModifications operation.

Get UI modifications

  • Field Details

    • VALIDATION_ENABLED

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

    • GetUiModificationsOperationSpec

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

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

      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.
      expand - Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: * data Returns UI modification data. * contexts Returns UI modification contexts.
    • GetUiModificationsOperationSpec

      protected GetUiModificationsOperationSpec()
  • 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.
    • expand

      @Nullable public @Nullable String expand()
      Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: * data Returns UI modification data. * contexts Returns UI modification contexts.
    • startAt

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

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

      public GetUiModificationsOperationSpec expand(@Nullable @Nullable String expand)
      Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: * data Returns UI modification data. * contexts Returns UI modification contexts.
      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