Klasse GetAllProjectsOperationSpec.GetAllProjectsOperationSpecBuilder

java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetAllProjectsOperationSpec.GetAllProjectsOperationSpecBuilder
Umschließende Klasse:
GetAllProjectsOperationSpec

public static class GetAllProjectsOperationSpec.GetAllProjectsOperationSpecBuilder extends Object
  • Methodendetails

    • expand

      public GetAllProjectsOperationSpec.GetAllProjectsOperationSpecBuilder expand(@Nullable @Nullable String expand)
      Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expanded options include: * description Returns the project description. * issueTypes Returns all issue types associated with the project. * lead Returns information about the project lead. * projectKeys Returns all project keys associated with the project.
      Gibt zurück:
      this.
    • recent

      public GetAllProjectsOperationSpec.GetAllProjectsOperationSpecBuilder recent(@Nullable @Nullable Integer recent)
      Returns the user's most recently accessed projects. You may specify the number of results to return up to a maximum of 20. If access is anonymous, then the recently accessed projects are based on the current HTTP session.
      Gibt zurück:
      this.
    • properties

      public GetAllProjectsOperationSpec.GetAllProjectsOperationSpecBuilder 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

    • toString

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