Klasse SearchSecuritySchemesOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.SearchSecuritySchemesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SearchSecuritySchemesOperationSpec
extends Object
SearchSecuritySchemesSpec
Specification for the SearchSecuritySchemes operation.
Search 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSearchSecuritySchemesOperationSpec(String startAt, String maxResults, Set<String> id, Set<String> projectId) Constructs a validated instance ofSearchSecuritySchemesOperationSpec.Constructs a validated instance ofSearchSecuritySchemesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()id()The list of issue security scheme IDs.The list of issue security scheme IDs.@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.The list of project IDs.@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
-
SearchSecuritySchemesOperationSpec
@Internal public SearchSecuritySchemesOperationSpec(Consumer<SearchSecuritySchemesOperationSpec> spec) Constructs a validated instance ofSearchSecuritySchemesOperationSpec.- Parameter:
spec- the specification to process
-
SearchSecuritySchemesOperationSpec
@Internal public SearchSecuritySchemesOperationSpec(String startAt, String maxResults, Set<String> id, Set<String> projectId) Constructs a validated instance ofSearchSecuritySchemesOperationSpec.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 IDs. To include multiple issue security scheme IDs, separate IDs with an ampersand:id=10000&id=10001.projectId- The list of project IDs. To include multiple project IDs, separate IDs with an ampersand:projectId=10000&projectId=10001.
-
SearchSecuritySchemesOperationSpec
protected SearchSecuritySchemesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static SearchSecuritySchemesOperationSpec.SearchSecuritySchemesOperationSpecBuilder 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 IDs. To include multiple issue security scheme IDs, separate IDs with an ampersand:id=10000&id=10001. -
projectId
The list of project IDs. To include multiple project IDs, separate IDs with an ampersand:projectId=10000&projectId=10001. -
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 IDs. To include multiple issue security scheme IDs, separate IDs with an ampersand:id=10000&id=10001.- Gibt zurück:
this.
-
projectId
The list of project IDs. To include multiple project IDs, separate IDs with an ampersand:projectId=10000&projectId=10001.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-