public class ImagePurchasePlan extends Object
| Constructor and Description |
|---|
ImagePurchasePlan() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the plan ID.
|
String |
product()
Get the product ID.
|
String |
publisher()
Get the publisher ID.
|
ImagePurchasePlan |
withName(String name)
Set the plan ID.
|
ImagePurchasePlan |
withProduct(String product)
Set the product ID.
|
ImagePurchasePlan |
withPublisher(String publisher)
Set the publisher ID.
|
public String name()
public ImagePurchasePlan withName(String name)
name - the name value to setpublic String publisher()
public ImagePurchasePlan withPublisher(String publisher)
publisher - the publisher value to setpublic String product()
public ImagePurchasePlan withProduct(String product)
product - the product value to setCopyright © 2019. All rights reserved.