public class CatalogItemOption extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogItemOption.Builder
Class to build instances of
CatalogItemOption. |
| Constructor and Description |
|---|
CatalogItemOption(String name,
String displayName,
String description,
Boolean showColors,
List<CatalogObject> values)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Getter for Description.
|
String |
getDisplayName()
Getter for DisplayName.
|
String |
getName()
Getter for Name.
|
Boolean |
getShowColors()
Getter for ShowColors.
|
List<CatalogObject> |
getValues()
Getter for Values.
|
int |
hashCode() |
CatalogItemOption.Builder |
toBuilder()
Builds a new
CatalogItemOption.Builder object. |
String |
toString()
Converts this CatalogItemOption into string format.
|
public CatalogItemOption(String name, String displayName, String description, Boolean showColors, List<CatalogObject> values)
name - String value for name.displayName - String value for displayName.description - String value for description.showColors - Boolean value for showColors.values - List of CatalogObject value for values.public String getName()
public String getDisplayName()
public String getDescription()
public Boolean getShowColors()
public List<CatalogObject> getValues()
public String toString()
public CatalogItemOption.Builder toBuilder()
CatalogItemOption.Builder object.
Creates the instance with the state of the current model.CatalogItemOption.Builder objectCopyright © 2022. All rights reserved.