Klasse CreateScreenSchemeOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.CreateScreenSchemeOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateScreenSchemeOperationSpec
extends Object
CreateScreenSchemeSpec
Specification for the CreateScreenScheme operation.
Create screen scheme
-
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
CreateScreenSchemeOperationSpec
(ScreenSchemeDetails screenSchemeDetails) Constructs a validated instance ofCreateScreenSchemeOperationSpec
.Constructs a validated instance ofCreateScreenSchemeOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@NotNull ScreenSchemeDetails
screenSchemeDetails
(@NotNull ScreenSchemeDetails screenSchemeDetails) 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
-
CreateScreenSchemeOperationSpec
Constructs a validated instance ofCreateScreenSchemeOperationSpec
.- Parameter:
spec
- the specification to process
-
CreateScreenSchemeOperationSpec
Constructs a validated instance ofCreateScreenSchemeOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
screenSchemeDetails
-
-
CreateScreenSchemeOperationSpec
protected CreateScreenSchemeOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
screenSchemeDetails
-
screenSchemeDetails
public CreateScreenSchemeOperationSpec screenSchemeDetails(@NotNull @NotNull ScreenSchemeDetails screenSchemeDetails) - Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-