Klasse SetProjectPropertyOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.SetProjectPropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SetProjectPropertyOperationSpec
extends Object
SetProjectPropertySpec
Specification for the SetProjectProperty operation.
Set project property
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSetProjectPropertyOperationSpec(String projectIdOrKey, String propertyKey, Object body) Constructs a validated instance ofSetProjectPropertyOperationSpec.Constructs a validated instance ofSetProjectPropertyOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull Objectbody()builder()protected booleanbooleaninthashCode()@NotNull StringThe project ID or project key (case sensitive).projectIdOrKey(@NotNull String projectIdOrKey) The project ID or project key (case sensitive).@NotNull StringThe key of the project property.propertyKey(@NotNull String propertyKey) The key of the project property.toString()voidvalidate()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
-
SetProjectPropertyOperationSpec
Constructs a validated instance ofSetProjectPropertyOperationSpec.- Parameter:
spec- the specification to process
-
SetProjectPropertyOperationSpec
@Internal public SetProjectPropertyOperationSpec(String projectIdOrKey, String propertyKey, Object body) Constructs a validated instance ofSetProjectPropertyOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
projectIdOrKey- The project ID or project key (case sensitive).propertyKey- The key of the project property. The maximum length is 255 characters.body-
-
SetProjectPropertyOperationSpec
protected SetProjectPropertyOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
projectIdOrKey
The project ID or project key (case sensitive). -
propertyKey
The key of the project property. The maximum length is 255 characters. -
body
-
projectIdOrKey
The project ID or project key (case sensitive).- Gibt zurück:
this.
-
propertyKey
The key of the project property. The maximum length is 255 characters.- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-