public class CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection.Builder
Class to build instances of
CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection. |
| Modifier | Constructor and Description |
|---|---|
protected |
CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection(String name,
io.apimatic.core.types.OptionalNullable<String> uid)
Initialization constructor.
|
|
CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection(String name,
String uid)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Getter for Name.
|
String |
getUid()
Getter for Uid.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetUid()
Internal Getter for Uid.
|
CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection.Builder |
toBuilder()
Builds a new
CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection.Builder object. |
String |
toString()
Converts this CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection into string format.
|
public CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection(String name, String uid)
name - String value for name.uid - String value for uid.protected CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection(String name, io.apimatic.core.types.OptionalNullable<String> uid)
name - String value for name.uid - String value for uid.protected io.apimatic.core.types.OptionalNullable<String> internalGetUid()
public String getUid()
public String getName()
public String toString()
public CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection.Builder toBuilder()
CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection.Builder object.
Creates the instance with the state of the current model.CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection.Builder objectCopyright © 2024. All rights reserved.