Klasse DeleteProjectPropertyOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteProjectPropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteProjectPropertyOperationSpec
extends Object
DeleteProjectPropertySpec
Specification for the DeleteProjectProperty operation.
Delete 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeleteProjectPropertyOperationSpec(String projectIdOrKey, String propertyKey) Constructs a validated instance ofDeleteProjectPropertyOperationSpec.Constructs a validated instance ofDeleteProjectPropertyOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()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 project property key.propertyKey(@NotNull String propertyKey) The project property key.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
-
DeleteProjectPropertyOperationSpec
@Internal public DeleteProjectPropertyOperationSpec(Consumer<DeleteProjectPropertyOperationSpec> spec) Constructs a validated instance ofDeleteProjectPropertyOperationSpec.- Parameter:
spec- the specification to process
-
DeleteProjectPropertyOperationSpec
Constructs a validated instance ofDeleteProjectPropertyOperationSpec.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 project property key. Use [Get project property keys](#api-rest-api-2-project-projectIdOrKey-properties-get) to get a list of all project property keys.
-
DeleteProjectPropertyOperationSpec
protected DeleteProjectPropertyOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static DeleteProjectPropertyOperationSpec.DeleteProjectPropertyOperationSpecBuilder builder() -
projectIdOrKey
The project ID or project key (case sensitive). -
propertyKey
The project property key. Use [Get project property keys](#api-rest-api-2-project-projectIdOrKey-properties-get) to get a list of all project property keys. -
projectIdOrKey
The project ID or project key (case sensitive).- Gibt zurück:
this.
-
propertyKey
The project property key. Use [Get project property keys](#api-rest-api-2-project-projectIdOrKey-properties-get) to get a list of all project property keys.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-