Klasse GetVersionOperationSpec.GetVersionOperationSpecBuilder

java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetVersionOperationSpec.GetVersionOperationSpecBuilder
Umschließende Klasse:
GetVersionOperationSpec

public static class GetVersionOperationSpec.GetVersionOperationSpecBuilder extends Object
  • Methodendetails

    • id

      The ID of the version.
      Gibt zurück:
      this.
    • expand

      public GetVersionOperationSpec.GetVersionOperationSpecBuilder 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.
    • build

      public GetVersionOperationSpec build()
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object