Klasse SearchSecuritySchemesOperationSpec.SearchSecuritySchemesOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.SearchSecuritySchemesOperationSpec.SearchSecuritySchemesOperationSpecBuilder
- Umschließende Klasse:
SearchSecuritySchemesOperationSpec
public static class SearchSecuritySchemesOperationSpec.SearchSecuritySchemesOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The list of issue security scheme IDs.maxResults
(@Nullable String maxResults) The maximum number of items to return per page.The list of project IDs.The index of the first item to return in a page of results (page offset).toString()
-
Methodendetails
-
startAt
public SearchSecuritySchemesOperationSpec.SearchSecuritySchemesOperationSpecBuilder startAt(@Nullable @Nullable String startAt) The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
public SearchSecuritySchemesOperationSpec.SearchSecuritySchemesOperationSpecBuilder maxResults(@Nullable @Nullable String maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
id
public SearchSecuritySchemesOperationSpec.SearchSecuritySchemesOperationSpecBuilder id(@Nullable @Nullable Set<String> id) The list of issue security scheme IDs. To include multiple issue security scheme IDs, separate IDs with an ampersand:id=10000&id=10001
.- Gibt zurück:
this
.
-
projectId
public SearchSecuritySchemesOperationSpec.SearchSecuritySchemesOperationSpecBuilder projectId(@Nullable @Nullable Set<String> projectId) The list of project IDs. To include multiple project IDs, separate IDs with an ampersand:projectId=10000&projectId=10001
.- Gibt zurück:
this
.
-
build
-
toString
-