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 Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
SetProjectPropertyOperationSpec
(String projectIdOrKey, String propertyKey, Object body) Constructs a validated instance ofSetProjectPropertyOperationSpec
.Constructs a validated instance ofSetProjectPropertyOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull Object
body()
builder()
protected boolean
boolean
int
hashCode()
@NotNull String
The project ID or project key (case sensitive).projectIdOrKey
(@NotNull String projectIdOrKey) The project ID or project key (case sensitive).@NotNull String
The key of the project property.propertyKey
(@NotNull String propertyKey) The key of the project property.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
-
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
-