Class GetIdsOfWorklogsModifiedSinceOperationSpec

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

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

Specification for the GetIdsOfWorklogsModifiedSince operation.

Get IDs of updated worklogs

  • Field Details

    • VALIDATION_ENABLED

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

    • GetIdsOfWorklogsModifiedSinceOperationSpec

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

      @Internal public GetIdsOfWorklogsModifiedSinceOperationSpec(Long since, String expand)
      Constructs a validated instance of GetIdsOfWorklogsModifiedSinceOperationSpec.

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

      Parameters:
      since - The date and time, as a UNIX timestamp in milliseconds, after which updated worklogs are returned.
      expand - Use [expand](#expansion) to include additional information about worklogs in the response. This parameter accepts properties that returns the properties of each worklog.
    • GetIdsOfWorklogsModifiedSinceOperationSpec

      protected GetIdsOfWorklogsModifiedSinceOperationSpec()
  • Method Details

    • validate

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

    • since

      @Nullable public @Nullable Long since()
      The date and time, as a UNIX timestamp in milliseconds, after which updated worklogs are returned.
    • expand

      @Nullable public @Nullable String expand()
      Use [expand](#expansion) to include additional information about worklogs in the response. This parameter accepts properties that returns the properties of each worklog.
    • since

      public GetIdsOfWorklogsModifiedSinceOperationSpec since(@Nullable @Nullable Long since)
      The date and time, as a UNIX timestamp in milliseconds, after which updated worklogs are returned.
      Returns:
      this.
    • expand

      public GetIdsOfWorklogsModifiedSinceOperationSpec expand(@Nullable @Nullable String expand)
      Use [expand](#expansion) to include additional information about worklogs in the response. This parameter accepts properties that returns the properties of each worklog.
      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