Class GetBulkScreenTabsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetBulkScreenTabsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetBulkScreenTabsOperationSpec
extends Object
GetBulkScreenTabsSpec
Specification for the GetBulkScreenTabs operation.
Get bulk screen tabs
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofGetBulkScreenTabsOperationSpec
.GetBulkScreenTabsOperationSpec
(Set<Long> screenId, Set<Long> tabId, Long startAt, Integer maxResult) Constructs a validated instance ofGetBulkScreenTabsOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
@Nullable Integer
The maximum number of items to return per page.The maximum number of items to return per page.screenId()
The list of screen IDs.The list of screen IDs.@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).tabId()
The list of tab IDs.The list of tab IDs.toString()
void
validate()
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
-
GetBulkScreenTabsOperationSpec
Constructs a validated instance ofGetBulkScreenTabsOperationSpec
.- Parameters:
spec
- the specification to process
-
GetBulkScreenTabsOperationSpec
@Internal public GetBulkScreenTabsOperationSpec(Set<Long> screenId, Set<Long> tabId, Long startAt, Integer maxResult) Constructs a validated instance ofGetBulkScreenTabsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
screenId
- The list of screen IDs. To include multiple screen IDs, provide an ampersand-separated list. For example,screenId=10000&screenId=10001
.tabId
- The list of tab IDs. To include multiple tab IDs, provide an ampersand-separated list. For example,tabId=10000&tabId=10001
.startAt
- The index of the first item to return in a page of results (page offset).maxResult
- The maximum number of items to return per page. The maximum number is 100,
-
GetBulkScreenTabsOperationSpec
protected GetBulkScreenTabsOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
screenId
The list of screen IDs. To include multiple screen IDs, provide an ampersand-separated list. For example,screenId=10000&screenId=10001
. -
tabId
The list of tab IDs. To include multiple tab IDs, provide an ampersand-separated list. For example,tabId=10000&tabId=10001
. -
startAt
The index of the first item to return in a page of results (page offset). -
maxResult
The maximum number of items to return per page. The maximum number is 100, -
screenId
The list of screen IDs. To include multiple screen IDs, provide an ampersand-separated list. For example,screenId=10000&screenId=10001
.- Returns:
this
.
-
tabId
The list of tab IDs. To include multiple tab IDs, provide an ampersand-separated list. For example,tabId=10000&tabId=10001
.- Returns:
this
.
-
startAt
The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResult
The maximum number of items to return per page. The maximum number is 100,- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-