Klasse GetSecurityLevelsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetSecurityLevelsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetSecurityLevelsOperationSpec
extends Object
GetSecurityLevelsSpec
Specification for the GetSecurityLevels operation.
Get issue security levels
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GetSecurityLevelsOperationSpec
(String startAt, String maxResults, Set<String> id, Set<String> schemeId, Boolean onlyDefault) Constructs a validated instance ofGetSecurityLevelsOperationSpec
.Constructs a validated instance ofGetSecurityLevelsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
id()
The list of issue security scheme level IDs.The list of issue security scheme level IDs.@Nullable String
The maximum number of items to return per page.maxResults
(@Nullable String maxResults) The maximum number of items to return per page.@Nullable Boolean
When set to true, returns multiple default levels for each security scheme containing a default.onlyDefault
(@Nullable Boolean onlyDefault) When set to true, returns multiple default levels for each security scheme containing a default.schemeId()
The list of issue security scheme IDs.The list of issue security scheme IDs.@Nullable String
startAt()
The index of the first item to return in a page of results (page offset).The index of the first item to return in a page of results (page offset).toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetSecurityLevelsOperationSpec
Constructs a validated instance ofGetSecurityLevelsOperationSpec
.- Parameter:
spec
- the specification to process
-
GetSecurityLevelsOperationSpec
@Internal public GetSecurityLevelsOperationSpec(String startAt, String maxResults, Set<String> id, Set<String> schemeId, Boolean onlyDefault) Constructs a validated instance ofGetSecurityLevelsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
startAt
- The index of the first item to return in a page of results (page offset).maxResults
- The maximum number of items to return per page.id
- The list of issue security scheme level IDs. To include multiple issue security levels, separate IDs with an ampersand:id=10000&id=10001
.schemeId
- The list of issue security scheme IDs. To include multiple issue security schemes, separate IDs with an ampersand:schemeId=10000&schemeId=10001
.onlyDefault
- When set to true, returns multiple default levels for each security scheme containing a default. If you provide scheme and level IDs not associated with the default, returns an empty page. The default value is false.
-
GetSecurityLevelsOperationSpec
protected GetSecurityLevelsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
startAt
The index of the first item to return in a page of results (page offset). -
maxResults
The maximum number of items to return per page. -
id
The list of issue security scheme level IDs. To include multiple issue security levels, separate IDs with an ampersand:id=10000&id=10001
. -
schemeId
The list of issue security scheme IDs. To include multiple issue security schemes, separate IDs with an ampersand:schemeId=10000&schemeId=10001
. -
onlyDefault
When set to true, returns multiple default levels for each security scheme containing a default. If you provide scheme and level IDs not associated with the default, returns an empty page. The default value is false. -
startAt
The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
The maximum number of items to return per page.- Gibt zurück:
this
.
-
id
The list of issue security scheme level IDs. To include multiple issue security levels, separate IDs with an ampersand:id=10000&id=10001
.- Gibt zurück:
this
.
-
schemeId
The list of issue security scheme IDs. To include multiple issue security schemes, separate IDs with an ampersand:schemeId=10000&schemeId=10001
.- Gibt zurück:
this
.
-
onlyDefault
When set to true, returns multiple default levels for each security scheme containing a default. If you provide scheme and level IDs not associated with the default, returns an empty page. The default value is false.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-