Klasse GetScreensOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetScreensOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetScreensOperationSpec
extends Object
GetScreensSpec
Specification for the GetScreens operation.
Get screens
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GetScreensOperationSpec
(Long startAt, Integer maxResults, Set<Long> id, String queryString, Set<String> scope, String orderBy) Constructs a validated instance ofGetScreensOperationSpec
.Constructs a validated instance ofGetScreensOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
id()
The list of screen IDs.The list of screen IDs.@Nullable Integer
The maximum number of items to return per page.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.@Nullable String
orderBy()
[Order](#ordering) the results by a field: *id
Sorts by screen ID.[Order](#ordering) the results by a field: *id
Sorts by screen ID.@Nullable String
String used to perform a case-insensitive partial match with screen name.queryString
(@Nullable String queryString) String used to perform a case-insensitive partial match with screen name.scope()
The scope filter string.The scope filter string.@Nullable Long
startAt()
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()
void
validate()
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
-
GetScreensOperationSpec
Constructs a validated instance ofGetScreensOperationSpec
.- Parameter:
spec
- the specification to process
-
GetScreensOperationSpec
@Internal public GetScreensOperationSpec(Long startAt, Integer maxResults, Set<Long> id, String queryString, Set<String> scope, String orderBy) Constructs a validated instance ofGetScreensOperationSpec
.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 screen IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=10000&id=10001
.queryString
- String used to perform a case-insensitive partial match with screen name.scope
- The scope filter string. To filter by multiple scope, provide an ampersand-separated list. For example,scope=GLOBAL&scope=PROJECT
.orderBy
- [Order](#ordering) the results by a field: *id
Sorts by screen ID. *name
Sorts by screen name.
-
GetScreensOperationSpec
protected GetScreensOperationSpec()
-
-
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 screen IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=10000&id=10001
. -
queryString
String used to perform a case-insensitive partial match with screen name. -
scope
The scope filter string. To filter by multiple scope, provide an ampersand-separated list. For example,scope=GLOBAL&scope=PROJECT
. -
orderBy
[Order](#ordering) the results by a field: *id
Sorts by screen ID. *name
Sorts by screen name. -
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 screen IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=10000&id=10001
.- Gibt zurück:
this
.
-
queryString
String used to perform a case-insensitive partial match with screen name.- Gibt zurück:
this
.
-
scope
The scope filter string. To filter by multiple scope, provide an ampersand-separated list. For example,scope=GLOBAL&scope=PROJECT
.- Gibt zurück:
this
.
-
orderBy
[Order](#ordering) the results by a field: *id
Sorts by screen ID. *name
Sorts by screen name.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-