Klasse SearchProjectsUsingSecuritySchemesOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.SearchProjectsUsingSecuritySchemesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SearchProjectsUsingSecuritySchemesOperationSpec
extends Object
SearchProjectsUsingSecuritySchemesSpec
Specification for the SearchProjectsUsingSecuritySchemes operation.
Get projects using issue security schemes
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSearchProjectsUsingSecuritySchemesOperationSpec(String startAt, String maxResults, Set<String> issueSecuritySchemeId, Set<String> projectId) Constructs a validated instance ofSearchProjectsUsingSecuritySchemesOperationSpec.SearchProjectsUsingSecuritySchemesOperationSpec(Consumer<SearchProjectsUsingSecuritySchemesOperationSpec> spec) Constructs a validated instance ofSearchProjectsUsingSecuritySchemesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()The list of security scheme IDs to be filtered out.issueSecuritySchemeId(@Nullable Set<String> issueSecuritySchemeId) The list of security scheme IDs to be filtered out.@Nullable StringThe maximum number of items to return per page.maxResults(@Nullable String maxResults) The maximum number of items to return per page.The list of project IDs to be filtered out.The list of project IDs to be filtered out.@Nullable StringstartAt()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()voidvalidate()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
-
SearchProjectsUsingSecuritySchemesOperationSpec
@Internal public SearchProjectsUsingSecuritySchemesOperationSpec(Consumer<SearchProjectsUsingSecuritySchemesOperationSpec> spec) Constructs a validated instance ofSearchProjectsUsingSecuritySchemesOperationSpec.- Parameter:
spec- the specification to process
-
SearchProjectsUsingSecuritySchemesOperationSpec
@Internal public SearchProjectsUsingSecuritySchemesOperationSpec(String startAt, String maxResults, Set<String> issueSecuritySchemeId, Set<String> projectId) Constructs a validated instance ofSearchProjectsUsingSecuritySchemesOperationSpec.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.issueSecuritySchemeId- The list of security scheme IDs to be filtered out.projectId- The list of project IDs to be filtered out.
-
SearchProjectsUsingSecuritySchemesOperationSpec
protected SearchProjectsUsingSecuritySchemesOperationSpec()
-
-
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. -
issueSecuritySchemeId
The list of security scheme IDs to be filtered out. -
projectId
The list of project IDs to be filtered out. -
startAt
The index of the first item to return in a page of results (page offset).- Gibt zurück:
this.
-
maxResults
public SearchProjectsUsingSecuritySchemesOperationSpec maxResults(@Nullable @Nullable String maxResults) The maximum number of items to return per page.- Gibt zurück:
this.
-
issueSecuritySchemeId
public SearchProjectsUsingSecuritySchemesOperationSpec issueSecuritySchemeId(@Nullable @Nullable Set<String> issueSecuritySchemeId) The list of security scheme IDs to be filtered out.- Gibt zurück:
this.
-
projectId
public SearchProjectsUsingSecuritySchemesOperationSpec projectId(@Nullable @Nullable Set<String> projectId) The list of project IDs to be filtered out.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-