Class SecuritySchemeWithProjects.SecuritySchemeWithProjectsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.SecuritySchemeWithProjects.SecuritySchemeWithProjectsBuilder
- Enclosing class:
- SecuritySchemeWithProjects
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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()
-
Method Details
-
defaultLevel
The default level ID of the issue security scheme.- Returns:
this
.
-
description
The description of the issue security scheme.- Returns:
this
.
-
id
The ID of the issue security scheme.- Returns:
this
.
-
name
The name of the issue security scheme.- Returns:
this
.
-
projectIds
public SecuritySchemeWithProjects.SecuritySchemeWithProjectsBuilder projectIds(Set<Long> projectIds) The list of project IDs associated with the issue security scheme.- Returns:
this
.
-
self
The URL of the issue security scheme.- Returns:
this
.
-
build
-
toString
-