public class CatalogModifierList extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogModifierList.Builder
Class to build instances of
CatalogModifierList. |
| Modifier | Constructor and Description |
|---|---|
protected |
CatalogModifierList(io.apimatic.core.types.OptionalNullable<String> name,
io.apimatic.core.types.OptionalNullable<Integer> ordinal,
String selectionType,
io.apimatic.core.types.OptionalNullable<List<CatalogObject>> modifiers,
io.apimatic.core.types.OptionalNullable<List<String>> imageIds)
Internal initialization constructor.
|
|
CatalogModifierList(String name,
Integer ordinal,
String selectionType,
List<CatalogObject> modifiers,
List<String> imageIds)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getImageIds()
Getter for ImageIds.
|
List<CatalogObject> |
getModifiers()
Getter for Modifiers.
|
String |
getName()
Getter for Name.
|
Integer |
getOrdinal()
Getter for Ordinal.
|
String |
getSelectionType()
Getter for SelectionType.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetImageIds()
Internal Getter for ImageIds.
|
protected io.apimatic.core.types.OptionalNullable<List<CatalogObject>> |
internalGetModifiers()
Internal Getter for Modifiers.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetName()
Internal Getter for Name.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetOrdinal()
Internal Getter for Ordinal.
|
CatalogModifierList.Builder |
toBuilder()
Builds a new
CatalogModifierList.Builder object. |
String |
toString()
Converts this CatalogModifierList into string format.
|
public CatalogModifierList(String name, Integer ordinal, String selectionType, List<CatalogObject> modifiers, List<String> imageIds)
name - String value for name.ordinal - Integer value for ordinal.selectionType - String value for selectionType.modifiers - List of CatalogObject value for modifiers.imageIds - List of String value for imageIds.protected CatalogModifierList(io.apimatic.core.types.OptionalNullable<String> name, io.apimatic.core.types.OptionalNullable<Integer> ordinal, String selectionType, io.apimatic.core.types.OptionalNullable<List<CatalogObject>> modifiers, io.apimatic.core.types.OptionalNullable<List<String>> imageIds)
protected io.apimatic.core.types.OptionalNullable<String> internalGetName()
public String getName()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetOrdinal()
public Integer getOrdinal()
public String getSelectionType()
protected io.apimatic.core.types.OptionalNullable<List<CatalogObject>> internalGetModifiers()
public List<CatalogObject> getModifiers()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetImageIds()
public List<String> getImageIds()
public String toString()
public CatalogModifierList.Builder toBuilder()
CatalogModifierList.Builder object.
Creates the instance with the state of the current model.CatalogModifierList.Builder objectCopyright © 2023. All rights reserved.