Klasse GetProjectOperationSpec.GetProjectOperationSpecBuilder

java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetProjectOperationSpec.GetProjectOperationSpecBuilder
Umschließende Klasse:
GetProjectOperationSpec

public static class GetProjectOperationSpec.GetProjectOperationSpecBuilder extends Object
  • Methodendetails

    • projectIdOrKey

      public GetProjectOperationSpec.GetProjectOperationSpecBuilder projectIdOrKey(@NotNull @NotNull String projectIdOrKey)
      The project ID or project key (case sensitive).
      Gibt zurück:
      this.
    • expand

      public GetProjectOperationSpec.GetProjectOperationSpecBuilder expand(@Nullable @Nullable String expand)
      Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Note that the project description, issue types, and project lead are included in all responses by default. Expand options include: * description The project description. * issueTypes The issue types associated with the project. * lead The project lead. * projectKeys All project keys associated with the project. * issueTypeHierarchy The project issue type hierarchy.
      Gibt zurück:
      this.
    • properties

      public GetProjectOperationSpec.GetProjectOperationSpecBuilder properties(@Nullable @Nullable List<String> properties)
      A list of project properties to return for the project. This parameter accepts a comma-separated list.
      Gibt zurück:
      this.
    • build

      public GetProjectOperationSpec build()
    • toString

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