Class SaveProductReviewRequest
java.lang.Object
de.codebarista.shopware.model.core.SaveProductReviewRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]",
comments="Generator version: 7.5.0")
public class SaveProductReviewRequest
extends Object
SaveProductReviewRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe content of review.getEmail()The email address of the review author.getName()The name of the review author.The review rating for the product.getTitle()The title of the review.inthashCode()voidsetContent(String content) voidvoidvoidvoidtoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_CONTENT
- See Also:
-
JSON_PROPERTY_POINTS
- See Also:
-
-
Constructor Details
-
SaveProductReviewRequest
public SaveProductReviewRequest()
-
-
Method Details
-
name
-
getName
The name of the review author. If not set, the first name of the customer is chosen.- Returns:
- name
-
setName
-
email
-
getEmail
The email address of the review author. If not set, the email of the customer is chosen.- Returns:
-
setEmail
-
title
-
getTitle
The title of the review.- Returns:
- title
-
setTitle
-
content
-
getContent
The content of review.- Returns:
- content
-
setContent
-
points
-
getPoints
The review rating for the product.- Returns:
- points
-
setPoints
-
equals
-
hashCode
public int hashCode() -
toString
-