Klasse SecuritySchemeWithProjects.SecuritySchemeWithProjectsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.SecuritySchemeWithProjects.SecuritySchemeWithProjectsBuilder
- Umschließende Klasse:
SecuritySchemeWithProjects
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
defaultLevel
(Long defaultLevel) The default level ID of the issue security scheme.description
(String description) The description of the issue security scheme.The ID of the issue security scheme.The name of the issue security scheme.projectIds
(Set<Long> projectIds) The list of project IDs associated with the issue security scheme.The URL of the issue security scheme.toString()
-
Methodendetails
-
defaultLevel
The default level ID of the issue security scheme.- Gibt zurück:
this
.
-
description
The description of the issue security scheme.- Gibt zurück:
this
.
-
id
The ID of the issue security scheme.- Gibt zurück:
this
.
-
name
The name of the issue security scheme.- Gibt zurück:
this
.
-
projectIds
public SecuritySchemeWithProjects.SecuritySchemeWithProjectsBuilder projectIds(Set<Long> projectIds) The list of project IDs associated with the issue security scheme.- Gibt zurück:
this
.
-
self
The URL of the issue security scheme.- Gibt zurück:
this
.
-
build
-
toString
-