Klasse SecuritySchemeWithProjects
java.lang.Object
io.github.primelib.jira4j.restv2.model.SecuritySchemeWithProjects
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SecuritySchemeWithProjects
extends Object
SecuritySchemeWithProjects
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Long
The default level ID of the issue security scheme.protected String
The description of the issue security scheme.protected Long
The ID of the issue security scheme.protected String
The name of the issue security scheme.The list of project IDs associated with the issue security scheme.protected String
The URL of the issue security scheme. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
SecuritySchemeWithProjects
(Long defaultLevel, String description, Long id, String name, Set<Long> projectIds, String self) Constructs a validated instance ofSecuritySchemeWithProjects
.Constructs a validated instance ofSecuritySchemeWithProjects
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The default level ID of the issue security scheme.defaultLevel
(Long defaultLevel) The default level ID of the issue security scheme.The description of the issue security scheme.description
(String description) The description of the issue security scheme.boolean
int
hashCode()
id()
The ID of the issue security scheme.The ID of the issue security scheme.name()
The name of the issue security scheme.The name of the issue security scheme.The list of project IDs associated with the issue security scheme.projectIds
(Set<Long> projectIds) The list of project IDs associated with the issue security scheme.self()
The URL of the issue security scheme.The URL of the issue security scheme.toString()
-
Felddetails
-
defaultLevel
The default level ID of the issue security scheme. -
description
The description of the issue security scheme. -
id
The ID of the issue security scheme. -
name
The name of the issue security scheme. -
projectIds
The list of project IDs associated with the issue security scheme. -
self
The URL of the issue security scheme.
-
-
Konstruktordetails
-
SecuritySchemeWithProjects
Constructs a validated instance ofSecuritySchemeWithProjects
.- Parameter:
spec
- the specification to process
-
SecuritySchemeWithProjects
@Internal public SecuritySchemeWithProjects(Long defaultLevel, String description, Long id, String name, Set<Long> projectIds, String self) Constructs a validated instance ofSecuritySchemeWithProjects
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SecuritySchemeWithProjects(Consumer)
instead.- Parameter:
defaultLevel
- The default level ID of the issue security scheme.description
- The description of the issue security scheme.id
- The ID of the issue security scheme.name
- The name of the issue security scheme.projectIds
- The list of project IDs associated with the issue security scheme.self
- The URL of the issue security scheme.
-
SecuritySchemeWithProjects
protected SecuritySchemeWithProjects()
-
-
Methodendetails
-
builder
-
defaultLevel
The default level ID of the issue security scheme. -
description
The description of the issue security scheme. -
id
The ID of the issue security scheme. -
name
The name of the issue security scheme. -
projectIds
The list of project IDs associated with the issue security scheme. -
self
The URL of the issue security scheme. -
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
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-