Class Success
java.lang.Object
de.codebarista.shopware.model.core.Success
@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 Success
extends Object
Success
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIncludedItem(Resource includedItem) booleangetData()Get dataTo reduce the number of HTTP requests, servers **MAY** allow responses that include related resources along with the requested primary resources.getLinks()Get linksgetMeta()Non-standard meta-information that can not be represented as an attribute or relationship.inthashCode()links(SuccessLinks links) putMetaItem(String key, Object metaItem) voidvoidsetIncluded(Set<Resource> included) voidsetLinks(SuccessLinks links) voidtoString()
-
Field Details
-
JSON_PROPERTY_META
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
JSON_PROPERTY_DATA
- See Also:
-
JSON_PROPERTY_INCLUDED
- See Also:
-
-
Constructor Details
-
Success
public Success()
-
-
Method Details
-
meta
-
putMetaItem
-
getMeta
Non-standard meta-information that can not be represented as an attribute or relationship.- Returns:
- meta
-
setMeta
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
data
-
getData
Get data- Returns:
- data
-
setData
-
included
-
addIncludedItem
-
getIncluded
To reduce the number of HTTP requests, servers **MAY** allow responses that include related resources along with the requested primary resources. Such responses are called \"compound documents\".- Returns:
- included
-
setIncluded
-
equals
-
hashCode
public int hashCode() -
toString
-