Klasse DeletePromotionOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.DeletePromotionOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeletePromotionOperationSpec
extends Object
DeletePromotionSpec
Specification for the DeletePromotion operation.
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeletePromotionOperationSpec(String promotionId) Constructs a validated instance ofDeletePromotionOperationSpec.Constructs a validated instance ofDeletePromotionOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull StringPromotion Id for the promotion to be deletedpromotionId(@NotNull String promotionId) Promotion Id for the promotion to be deletedtoString()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
-
DeletePromotionOperationSpec
Constructs a validated instance ofDeletePromotionOperationSpec.- Parameter:
spec- the specification to process
-
DeletePromotionOperationSpec
Constructs a validated instance ofDeletePromotionOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
promotionId- Promotion Id for the promotion to be deleted
-
DeletePromotionOperationSpec
protected DeletePromotionOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
promotionId
Promotion Id for the promotion to be deleted -
promotionId
Promotion Id for the promotion to be deleted- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-