public class CatalogCustomAttributeDefinition extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogCustomAttributeDefinition.Builder
Class to build instances of
CatalogCustomAttributeDefinition. |
| Modifier | Constructor and Description |
|---|---|
protected |
CatalogCustomAttributeDefinition(String type,
String name,
List<String> allowedObjectTypes,
io.apimatic.core.types.OptionalNullable<String> description,
SourceApplication sourceApplication,
String sellerVisibility,
String appVisibility,
CatalogCustomAttributeDefinitionStringConfig stringConfig,
CatalogCustomAttributeDefinitionNumberConfig numberConfig,
CatalogCustomAttributeDefinitionSelectionConfig selectionConfig,
Integer customAttributeUsageCount,
io.apimatic.core.types.OptionalNullable<String> key)
Initialization constructor.
|
|
CatalogCustomAttributeDefinition(String type,
String name,
List<String> allowedObjectTypes,
String description,
SourceApplication sourceApplication,
String sellerVisibility,
String appVisibility,
CatalogCustomAttributeDefinitionStringConfig stringConfig,
CatalogCustomAttributeDefinitionNumberConfig numberConfig,
CatalogCustomAttributeDefinitionSelectionConfig selectionConfig,
Integer customAttributeUsageCount,
String key)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getAllowedObjectTypes()
Getter for AllowedObjectTypes.
|
String |
getAppVisibility()
Getter for AppVisibility.
|
Integer |
getCustomAttributeUsageCount()
Getter for CustomAttributeUsageCount.
|
String |
getDescription()
Getter for Description.
|
String |
getKey()
Getter for Key.
|
String |
getName()
Getter for Name.
|
CatalogCustomAttributeDefinitionNumberConfig |
getNumberConfig()
Getter for NumberConfig.
|
CatalogCustomAttributeDefinitionSelectionConfig |
getSelectionConfig()
Getter for SelectionConfig.
|
String |
getSellerVisibility()
Getter for SellerVisibility.
|
SourceApplication |
getSourceApplication()
Getter for SourceApplication.
|
CatalogCustomAttributeDefinitionStringConfig |
getStringConfig()
Getter for StringConfig.
|
String |
getType()
Getter for Type.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetDescription()
Internal Getter for Description.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetKey()
Internal Getter for Key.
|
CatalogCustomAttributeDefinition.Builder |
toBuilder()
Builds a new
CatalogCustomAttributeDefinition.Builder object. |
String |
toString()
Converts this CatalogCustomAttributeDefinition into string format.
|
public CatalogCustomAttributeDefinition(String type, String name, List<String> allowedObjectTypes, String description, SourceApplication sourceApplication, String sellerVisibility, String appVisibility, CatalogCustomAttributeDefinitionStringConfig stringConfig, CatalogCustomAttributeDefinitionNumberConfig numberConfig, CatalogCustomAttributeDefinitionSelectionConfig selectionConfig, Integer customAttributeUsageCount, String key)
type - String value for type.name - String value for name.allowedObjectTypes - List of String value for allowedObjectTypes.description - String value for description.sourceApplication - SourceApplication value for sourceApplication.sellerVisibility - String value for sellerVisibility.appVisibility - String value for appVisibility.stringConfig - CatalogCustomAttributeDefinitionStringConfig value for stringConfig.numberConfig - CatalogCustomAttributeDefinitionNumberConfig value for numberConfig.selectionConfig - CatalogCustomAttributeDefinitionSelectionConfig value for
selectionConfig.customAttributeUsageCount - Integer value for customAttributeUsageCount.key - String value for key.protected CatalogCustomAttributeDefinition(String type, String name, List<String> allowedObjectTypes, io.apimatic.core.types.OptionalNullable<String> description, SourceApplication sourceApplication, String sellerVisibility, String appVisibility, CatalogCustomAttributeDefinitionStringConfig stringConfig, CatalogCustomAttributeDefinitionNumberConfig numberConfig, CatalogCustomAttributeDefinitionSelectionConfig selectionConfig, Integer customAttributeUsageCount, io.apimatic.core.types.OptionalNullable<String> key)
type - String value for type.name - String value for name.allowedObjectTypes - List of String value for allowedObjectTypes.description - String value for description.sourceApplication - SourceApplication value for sourceApplication.sellerVisibility - String value for sellerVisibility.appVisibility - String value for appVisibility.stringConfig - CatalogCustomAttributeDefinitionStringConfig value for stringConfig.numberConfig - CatalogCustomAttributeDefinitionNumberConfig value for numberConfig.selectionConfig - CatalogCustomAttributeDefinitionSelectionConfig value for
selectionConfig.customAttributeUsageCount - Integer value for customAttributeUsageCount.key - String value for key.public String getType()
public String getName()
protected io.apimatic.core.types.OptionalNullable<String> internalGetDescription()
public String getDescription()
public SourceApplication getSourceApplication()
public List<String> getAllowedObjectTypes()
public String getSellerVisibility()
public String getAppVisibility()
public CatalogCustomAttributeDefinitionStringConfig getStringConfig()
public CatalogCustomAttributeDefinitionNumberConfig getNumberConfig()
public CatalogCustomAttributeDefinitionSelectionConfig getSelectionConfig()
public Integer getCustomAttributeUsageCount()
protected io.apimatic.core.types.OptionalNullable<String> internalGetKey()
public String getKey()
public String toString()
public CatalogCustomAttributeDefinition.Builder toBuilder()
CatalogCustomAttributeDefinition.Builder object.
Creates the instance with the state of the current model.CatalogCustomAttributeDefinition.Builder objectCopyright © 2024. All rights reserved.