Klasse GetVersionOperationSpec

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

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

Specification for the GetVersion operation.

Get version

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetVersionOperationSpec

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

      @Internal public GetVersionOperationSpec(String id, String expand)
      Constructs a validated instance of GetVersionOperationSpec.

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

      Parameter:
      id - The ID of the version.
      expand - Use [expand](#expansion) to include additional information about version in the response. This parameter accepts a comma-separated list. Expand options include: * operations Returns the list of operations available for this version. * issuesstatus Returns the count of issues in this version for each of the status categories *to do*, *in progress*, *done*, and *unmapped*. The *unmapped* property represents the number of issues with a status other than *to do*, *in progress*, and *done*.
    • GetVersionOperationSpec

      protected GetVersionOperationSpec()
  • Methodendetails

    • validate

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

    • id

      @NotNull public @NotNull String id()
      The ID of the version.
    • expand

      @Nullable public @Nullable String expand()
      Use [expand](#expansion) to include additional information about version in the response. This parameter accepts a comma-separated list. Expand options include: * operations Returns the list of operations available for this version. * issuesstatus Returns the count of issues in this version for each of the status categories *to do*, *in progress*, *done*, and *unmapped*. The *unmapped* property represents the number of issues with a status other than *to do*, *in progress*, and *done*.
    • id

      public GetVersionOperationSpec id(@NotNull @NotNull String id)
      The ID of the version.
      Gibt zurück:
      this.
    • expand

      public GetVersionOperationSpec expand(@Nullable @Nullable String expand)
      Use [expand](#expansion) to include additional information about version in the response. This parameter accepts a comma-separated list. Expand options include: * operations Returns the list of operations available for this version. * issuesstatus Returns the count of issues in this version for each of the status categories *to do*, *in progress*, *done*, and *unmapped*. The *unmapped* property represents the number of issues with a status other than *to do*, *in progress*, and *done*.
      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