Class SecuritySchemeId
java.lang.Object
io.github.primelib.jira4j.restv2.model.SecuritySchemeId
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SecuritySchemeId
extends Object
SecuritySchemeId
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofSecuritySchemeId
.Constructs a validated instance ofSecuritySchemeId
. -
Method Summary
-
Field Details
-
id
The ID of the issue security scheme.
-
-
Constructor Details
-
SecuritySchemeId
Constructs a validated instance ofSecuritySchemeId
.- Parameters:
spec
- the specification to process
-
SecuritySchemeId
Constructs a validated instance ofSecuritySchemeId
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SecuritySchemeId(Consumer)
instead.- Parameters:
id
- The ID of the issue security scheme.
-
SecuritySchemeId
protected SecuritySchemeId()
-
-
Method Details