Class SecuritySchemeWithProjects
java.lang.Object
io.github.primelib.jira4j.restv2.model.SecuritySchemeWithProjects
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SecuritySchemeWithProjects
extends Object
SecuritySchemeWithProjects
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SecuritySchemeWithProjects
(Long defaultLevel, String description, Long id, String name, Set<Long> projectIds, String self) Constructs a validated instance ofSecuritySchemeWithProjects
.Constructs a validated instance ofSecuritySchemeWithProjects
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
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.
-
-
Constructor Details
-
SecuritySchemeWithProjects
Constructs a validated instance ofSecuritySchemeWithProjects
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- 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
The list of project IDs associated with the issue security scheme.- Returns:
this
.
-
self
The URL of the issue security scheme.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-