Class GetScreenSchemesOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetScreenSchemesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetScreenSchemesOperationSpec
extends Object
GetScreenSchemesSpec
Specification for the GetScreenSchemes operation.
Get screen schemes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGetScreenSchemesOperationSpec(Long startAt, Integer maxResults, Set<Long> id, String expand, String queryString, String orderBy) Constructs a validated instance ofGetScreenSchemesOperationSpec.Constructs a validated instance ofGetScreenSchemesOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanboolean@Nullable Stringexpand()Use [expand](#expansion) include additional information in the response.Use [expand](#expansion) include additional information in the response.inthashCode()id()The list of screen scheme IDs.The list of screen scheme IDs.@Nullable IntegerThe maximum number of items to return per page.maxResults(@Nullable Integer maxResults) The maximum number of items to return per page.@Nullable StringorderBy()[Order](#ordering) the results by a field: *idSorts by screen scheme ID.[Order](#ordering) the results by a field: *idSorts by screen scheme ID.@Nullable StringString used to perform a case-insensitive partial match with screen scheme name.queryString(@Nullable String queryString) String used to perform a case-insensitive partial match with screen scheme name.@Nullable LongstartAt()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
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
GetScreenSchemesOperationSpec
Constructs a validated instance ofGetScreenSchemesOperationSpec.- Parameters:
spec- the specification to process
-
GetScreenSchemesOperationSpec
@Internal public GetScreenSchemesOperationSpec(Long startAt, Integer maxResults, Set<Long> id, String expand, String queryString, String orderBy) Constructs a validated instance ofGetScreenSchemesOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
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 scheme IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=10000&id=10001.expand- Use [expand](#expansion) include additional information in the response. This parameter acceptsissueTypeScreenSchemesthat, for each screen schemes, returns information about the issue type screen scheme the screen scheme is assigned to.queryString- String used to perform a case-insensitive partial match with screen scheme name.orderBy- [Order](#ordering) the results by a field: *idSorts by screen scheme ID. *nameSorts by screen scheme name.
-
GetScreenSchemesOperationSpec
protected GetScreenSchemesOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
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 scheme IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=10000&id=10001. -
expand
Use [expand](#expansion) include additional information in the response. This parameter acceptsissueTypeScreenSchemesthat, for each screen schemes, returns information about the issue type screen scheme the screen scheme is assigned to. -
queryString
String used to perform a case-insensitive partial match with screen scheme name. -
orderBy
[Order](#ordering) the results by a field: *idSorts by screen scheme ID. *nameSorts by screen scheme name. -
startAt
The index of the first item to return in a page of results (page offset).- Returns:
this.
-
maxResults
The maximum number of items to return per page.- Returns:
this.
-
id
The list of screen scheme IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=10000&id=10001.- Returns:
this.
-
expand
Use [expand](#expansion) include additional information in the response. This parameter acceptsissueTypeScreenSchemesthat, for each screen schemes, returns information about the issue type screen scheme the screen scheme is assigned to.- Returns:
this.
-
queryString
String used to perform a case-insensitive partial match with screen scheme name.- Returns:
this.
-
orderBy
[Order](#ordering) the results by a field: *idSorts by screen scheme ID. *nameSorts by screen scheme name.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-