Klasse GetAllScreenTabsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetAllScreenTabsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetAllScreenTabsOperationSpec
extends Object
GetAllScreenTabsSpec
Specification for the GetAllScreenTabs operation.
Get all screen tabs
-
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
GetAllScreenTabsOperationSpec
(Long screenId, String projectKey) Constructs a validated instance ofGetAllScreenTabsOperationSpec
.Constructs a validated instance ofGetAllScreenTabsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@Nullable String
The key of the project.projectKey
(@Nullable String projectKey) The key of the project.@NotNull Long
screenId()
The ID of the screen.The ID of the screen.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
-
GetAllScreenTabsOperationSpec
Constructs a validated instance ofGetAllScreenTabsOperationSpec
.- Parameter:
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.
- Parameter:
screenId
- The ID of the screen.projectKey
- The key of the project.
-
GetAllScreenTabsOperationSpec
protected GetAllScreenTabsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
screenId
The ID of the screen. -
projectKey
The key of the project. -
screenId
The ID of the screen.- Gibt zurück:
this
.
-
projectKey
The key of the project.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-