public class CatalogCustomAttributeValue extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogCustomAttributeValue.Builder
Class to build instances of
CatalogCustomAttributeValue. |
| Modifier | Constructor and Description |
|---|---|
protected |
CatalogCustomAttributeValue(io.apimatic.core.types.OptionalNullable<String> name,
io.apimatic.core.types.OptionalNullable<String> stringValue,
String customAttributeDefinitionId,
String type,
io.apimatic.core.types.OptionalNullable<String> numberValue,
io.apimatic.core.types.OptionalNullable<Boolean> booleanValue,
io.apimatic.core.types.OptionalNullable<List<String>> selectionUidValues,
String key)
Initialization constructor.
|
|
CatalogCustomAttributeValue(String name,
String stringValue,
String customAttributeDefinitionId,
String type,
String numberValue,
Boolean booleanValue,
List<String> selectionUidValues,
String key)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getBooleanValue()
Getter for BooleanValue.
|
String |
getCustomAttributeDefinitionId()
Getter for CustomAttributeDefinitionId.
|
String |
getKey()
Getter for Key.
|
String |
getName()
Getter for Name.
|
String |
getNumberValue()
Getter for NumberValue.
|
List<String> |
getSelectionUidValues()
Getter for SelectionUidValues.
|
String |
getStringValue()
Getter for StringValue.
|
String |
getType()
Getter for Type.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetBooleanValue()
Internal Getter for BooleanValue.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetName()
Internal Getter for Name.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetNumberValue()
Internal Getter for NumberValue.
|
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetSelectionUidValues()
Internal Getter for SelectionUidValues.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetStringValue()
Internal Getter for StringValue.
|
CatalogCustomAttributeValue.Builder |
toBuilder()
Builds a new
CatalogCustomAttributeValue.Builder object. |
String |
toString()
Converts this CatalogCustomAttributeValue into string format.
|
public CatalogCustomAttributeValue(String name, String stringValue, String customAttributeDefinitionId, String type, String numberValue, Boolean booleanValue, List<String> selectionUidValues, String key)
name - String value for name.stringValue - String value for stringValue.customAttributeDefinitionId - String value for customAttributeDefinitionId.type - String value for type.numberValue - String value for numberValue.booleanValue - Boolean value for booleanValue.selectionUidValues - List of String value for selectionUidValues.key - String value for key.protected CatalogCustomAttributeValue(io.apimatic.core.types.OptionalNullable<String> name, io.apimatic.core.types.OptionalNullable<String> stringValue, String customAttributeDefinitionId, String type, io.apimatic.core.types.OptionalNullable<String> numberValue, io.apimatic.core.types.OptionalNullable<Boolean> booleanValue, io.apimatic.core.types.OptionalNullable<List<String>> selectionUidValues, String key)
name - String value for name.stringValue - String value for stringValue.customAttributeDefinitionId - String value for customAttributeDefinitionId.type - String value for type.numberValue - String value for numberValue.booleanValue - Boolean value for booleanValue.selectionUidValues - List of String value for selectionUidValues.key - String value for key.protected io.apimatic.core.types.OptionalNullable<String> internalGetName()
public String getName()
protected io.apimatic.core.types.OptionalNullable<String> internalGetStringValue()
public String getStringValue()
public String getCustomAttributeDefinitionId()
public String getType()
protected io.apimatic.core.types.OptionalNullable<String> internalGetNumberValue()
public String getNumberValue()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetBooleanValue()
public Boolean getBooleanValue()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetSelectionUidValues()
public List<String> getSelectionUidValues()
public String getKey()
public String toString()
public CatalogCustomAttributeValue.Builder toBuilder()
CatalogCustomAttributeValue.Builder object.
Creates the instance with the state of the current model.CatalogCustomAttributeValue.Builder objectCopyright © 2024. All rights reserved.