Class MoveScreenTabOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.MoveScreenTabOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MoveScreenTabOperationSpec
extends Object
MoveScreenTabSpec
Specification for the MoveScreenTab operation.
Move screen tab
-
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
MoveScreenTabOperationSpec
(Long screenId, Long tabId, Integer pos) Constructs a validated instance ofMoveScreenTabOperationSpec
.Constructs a validated instance ofMoveScreenTabOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
@NotNull Integer
pos()
The position of tab.The position of tab.@NotNull Long
screenId()
The ID of the screen.The ID of the screen.@NotNull Long
tabId()
The ID of the screen tab.The ID of the screen tab.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
-
MoveScreenTabOperationSpec
Constructs a validated instance ofMoveScreenTabOperationSpec
.- Parameters:
spec
- the specification to process
-
MoveScreenTabOperationSpec
Constructs a validated instance ofMoveScreenTabOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
screenId
- The ID of the screen.tabId
- The ID of the screen tab.pos
- The position of tab. The base index is 0.
-
MoveScreenTabOperationSpec
protected MoveScreenTabOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
screenId
The ID of the screen. -
tabId
The ID of the screen tab. -
pos
The position of tab. The base index is 0. -
screenId
The ID of the screen.- Returns:
this
.
-
tabId
The ID of the screen tab.- Returns:
this
.
-
pos
The position of tab. The base index is 0.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-