Class GetAllScreenTabsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetAllScreenTabsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetAllScreenTabsOperationSpec
extends Object
GetAllScreenTabsSpec
Specification for the GetAllScreenTabs operation.
Get all screen tabs
-
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
ConstructorsModifierConstructorDescriptionprotectedGetAllScreenTabsOperationSpec(Long screenId, String projectKey) Constructs a validated instance ofGetAllScreenTabsOperationSpec.Constructs a validated instance ofGetAllScreenTabsOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()@Nullable StringThe key of the project.projectKey(@Nullable String projectKey) The key of the project.@NotNull LongscreenId()The ID of the screen.The ID of the screen.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
-
GetAllScreenTabsOperationSpec
Constructs a validated instance ofGetAllScreenTabsOperationSpec.- Parameters:
spec- the specification to process
-
GetAllScreenTabsOperationSpec
Constructs a validated instance ofGetAllScreenTabsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
screenId- The ID of the screen.projectKey- The key of the project.
-
GetAllScreenTabsOperationSpec
protected GetAllScreenTabsOperationSpec()
-
-
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. -
projectKey
The key of the project. -
screenId
The ID of the screen.- Returns:
this.
-
projectKey
The key of the project.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-