Klasse AssociateSecuritySchemeWithProjectDetails.AssociateSecuritySchemeWithProjectDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.AssociateSecuritySchemeWithProjectDetails.AssociateSecuritySchemeWithProjectDetailsBuilder
- Umschließende Klasse:
AssociateSecuritySchemeWithProjectDetails
public static class AssociateSecuritySchemeWithProjectDetails.AssociateSecuritySchemeWithProjectDetailsBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
oldToNewSecurityLevelMappings
(List<OldToNewSecurityLevelMappingsBean> oldToNewSecurityLevelMappings) The list of scheme levels which should be remapped to new levels of the issue security scheme.The ID of the project.The ID of the issue security scheme.toString()
-
Methodendetails
-
oldToNewSecurityLevelMappings
public AssociateSecuritySchemeWithProjectDetails.AssociateSecuritySchemeWithProjectDetailsBuilder oldToNewSecurityLevelMappings(List<OldToNewSecurityLevelMappingsBean> oldToNewSecurityLevelMappings) The list of scheme levels which should be remapped to new levels of the issue security scheme.- Gibt zurück:
this
.
-
projectId
public AssociateSecuritySchemeWithProjectDetails.AssociateSecuritySchemeWithProjectDetailsBuilder projectId(String projectId) The ID of the project.- Gibt zurück:
this
.
-
schemeId
public AssociateSecuritySchemeWithProjectDetails.AssociateSecuritySchemeWithProjectDetailsBuilder schemeId(String schemeId) The ID of the issue security scheme. Providing null will clear the association with the issue security scheme.- Gibt zurück:
this
.
-
build
-
toString
-