Klasse GetChangeLogsOperationSpec

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

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

Specification for the GetChangeLogs operation.

Get changelogs

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetChangeLogsOperationSpec

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

      @Internal public GetChangeLogsOperationSpec(String issueIdOrKey, Integer startAt, Integer maxResults)
      Constructs a validated instance of GetChangeLogsOperationSpec.

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

      Parameter:
      issueIdOrKey - The ID or key of the issue.
      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.
    • GetChangeLogsOperationSpec

      protected GetChangeLogsOperationSpec()
  • Methodendetails

    • validate

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

    • issueIdOrKey

      @NotNull public @NotNull String issueIdOrKey()
      The ID or key of the issue.
    • startAt

      @Nullable public @Nullable Integer 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.
    • issueIdOrKey

      public GetChangeLogsOperationSpec issueIdOrKey(@NotNull @NotNull String issueIdOrKey)
      The ID or key of the issue.
      Gibt zurück:
      this.
    • startAt

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

      public GetChangeLogsOperationSpec 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