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
-
-