Class GetSecurityLevelsOperationSpec.GetSecurityLevelsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetSecurityLevelsOperationSpec.GetSecurityLevelsOperationSpecBuilder
- Enclosing class:
- GetSecurityLevelsOperationSpec
public static class GetSecurityLevelsOperationSpec.GetSecurityLevelsOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The list of issue security scheme level IDs.maxResults
(@Nullable String maxResults) The maximum number of items to return per page.onlyDefault
(@Nullable Boolean onlyDefault) When set to true, returns multiple default levels for each security scheme containing a default.The list of issue security scheme IDs.The index of the first item to return in a page of results (page offset).toString()
-
Method Details
-
startAt
public GetSecurityLevelsOperationSpec.GetSecurityLevelsOperationSpecBuilder startAt(@Nullable @Nullable String startAt) The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
public GetSecurityLevelsOperationSpec.GetSecurityLevelsOperationSpecBuilder maxResults(@Nullable @Nullable String maxResults) The maximum number of items to return per page.- Returns:
this
.
-
id
public GetSecurityLevelsOperationSpec.GetSecurityLevelsOperationSpecBuilder id(@Nullable @Nullable Set<String> id) The list of issue security scheme level IDs. To include multiple issue security levels, separate IDs with an ampersand:id=10000&id=10001
.- Returns:
this
.
-
schemeId
public GetSecurityLevelsOperationSpec.GetSecurityLevelsOperationSpecBuilder schemeId(@Nullable @Nullable Set<String> schemeId) The list of issue security scheme IDs. To include multiple issue security schemes, separate IDs with an ampersand:schemeId=10000&schemeId=10001
.- Returns:
this
.
-
onlyDefault
public GetSecurityLevelsOperationSpec.GetSecurityLevelsOperationSpecBuilder onlyDefault(@Nullable @Nullable Boolean 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.- Returns:
this
.
-
build
-
toString
-