Class SearchProjectsUsingSecuritySchemesOperationSpec.SearchProjectsUsingSecuritySchemesOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.SearchProjectsUsingSecuritySchemesOperationSpec.SearchProjectsUsingSecuritySchemesOperationSpecBuilder
- Enclosing class:
- SearchProjectsUsingSecuritySchemesOperationSpec
public static class SearchProjectsUsingSecuritySchemesOperationSpec.SearchProjectsUsingSecuritySchemesOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
issueSecuritySchemeId
(@Nullable Set<String> issueSecuritySchemeId) The list of security scheme IDs to be filtered out.maxResults
(@Nullable String maxResults) The maximum number of items to return per page.The list of project IDs to be filtered out.The index of the first item to return in a page of results (page offset).toString()
-
Method Details
-
startAt
public SearchProjectsUsingSecuritySchemesOperationSpec.SearchProjectsUsingSecuritySchemesOperationSpecBuilder startAt(@Nullable @Nullable String startAt) The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
public SearchProjectsUsingSecuritySchemesOperationSpec.SearchProjectsUsingSecuritySchemesOperationSpecBuilder maxResults(@Nullable @Nullable String maxResults) The maximum number of items to return per page.- Returns:
this
.
-
issueSecuritySchemeId
public SearchProjectsUsingSecuritySchemesOperationSpec.SearchProjectsUsingSecuritySchemesOperationSpecBuilder issueSecuritySchemeId(@Nullable @Nullable Set<String> issueSecuritySchemeId) The list of security scheme IDs to be filtered out.- Returns:
this
.
-
projectId
public SearchProjectsUsingSecuritySchemesOperationSpec.SearchProjectsUsingSecuritySchemesOperationSpecBuilder projectId(@Nullable @Nullable Set<String> projectId) The list of project IDs to be filtered out.- Returns:
this
.
-
build
-
toString
-