Klasse SearchResolutionsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.SearchResolutionsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SearchResolutionsOperationSpec
extends Object
SearchResolutionsSpec
Specification for the SearchResolutions operation.
Search resolutions
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSearchResolutionsOperationSpec(String startAt, String maxResults, List<String> id, Boolean onlyDefault) Constructs a validated instance ofSearchResolutionsOperationSpec.Constructs a validated instance ofSearchResolutionsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()id()The list of resolutions IDs to be filtered outThe list of resolutions 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.@Nullable BooleanWhen set to true, return default only, when IDs provided, if none of them is default, return empty page.onlyDefault(@Nullable Boolean onlyDefault) When set to true, return default only, when IDs provided, if none of them is default, return empty page.@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
-
SearchResolutionsOperationSpec
Constructs a validated instance ofSearchResolutionsOperationSpec.- Parameter:
spec- the specification to process
-
SearchResolutionsOperationSpec
@Internal public SearchResolutionsOperationSpec(String startAt, String maxResults, List<String> id, Boolean onlyDefault) Constructs a validated instance ofSearchResolutionsOperationSpec.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 resolutions IDs to be filtered outonlyDefault- When set to true, return default only, when IDs provided, if none of them is default, return empty page. Default value is false
-
SearchResolutionsOperationSpec
protected SearchResolutionsOperationSpec()
-
-
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. -
id
The list of resolutions IDs to be filtered out -
onlyDefault
When set to true, return default only, when IDs provided, if none of them is default, return empty page. Default value is false -
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 resolutions IDs to be filtered out- Gibt zurück:
this.
-
onlyDefault
When set to true, return default only, when IDs provided, if none of them is default, return empty page. Default value is false- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-