Package com.adobe.aco.model
Class FeedPricebookDelete
- java.lang.Object
-
- com.adobe.aco.model.FeedPricebookDelete
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class FeedPricebookDelete extends ObjectPrice book information
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeedPricebookDelete.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_PRICE_BOOK_ID
-
Constructor Summary
Constructors Constructor Description FeedPricebookDelete()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static FeedPricebookDeletefromJson(String jsonString)Create an instance of FeedPricebookDelete given an JSON stringStringgetPriceBookId()Price book idinthashCode()FeedPricebookDeletepriceBookId(String priceBookId)voidsetPriceBookId(String priceBookId)StringtoJson()Convert an instance of FeedPricebookDelete to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Method Detail
-
priceBookId
public FeedPricebookDelete priceBookId(String priceBookId)
-
getPriceBookId
@Nonnull public String getPriceBookId()
Price book id- Returns:
- priceBookId
-
setPriceBookId
public void setPriceBookId(String priceBookId)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to FeedPricebookDelete
-
fromJson
public static FeedPricebookDelete fromJson(String jsonString) throws IOException
Create an instance of FeedPricebookDelete given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FeedPricebookDelete
- Throws:
IOException- if the JSON string is invalid with respect to FeedPricebookDelete
-
toJson
public String toJson()
Convert an instance of FeedPricebookDelete to an JSON string- Returns:
- JSON string
-
-