public class CategoryPathToRootNode extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CategoryPathToRootNode.Builder
Class to build instances of
CategoryPathToRootNode. |
| Modifier | Constructor and Description |
|---|---|
protected |
CategoryPathToRootNode(io.apimatic.core.types.OptionalNullable<String> categoryId,
io.apimatic.core.types.OptionalNullable<String> categoryName)
Initialization constructor.
|
|
CategoryPathToRootNode(String categoryId,
String categoryName)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCategoryId()
Getter for CategoryId.
|
String |
getCategoryName()
Getter for CategoryName.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCategoryId()
Internal Getter for CategoryId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCategoryName()
Internal Getter for CategoryName.
|
CategoryPathToRootNode.Builder |
toBuilder()
Builds a new
CategoryPathToRootNode.Builder object. |
String |
toString()
Converts this CategoryPathToRootNode into string format.
|
public CategoryPathToRootNode(String categoryId, String categoryName)
categoryId - String value for categoryId.categoryName - String value for categoryName.protected CategoryPathToRootNode(io.apimatic.core.types.OptionalNullable<String> categoryId, io.apimatic.core.types.OptionalNullable<String> categoryName)
categoryId - String value for categoryId.categoryName - String value for categoryName.protected io.apimatic.core.types.OptionalNullable<String> internalGetCategoryId()
public String getCategoryId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCategoryName()
public String getCategoryName()
public String toString()
public CategoryPathToRootNode.Builder toBuilder()
CategoryPathToRootNode.Builder object.
Creates the instance with the state of the current model.CategoryPathToRootNode.Builder objectCopyright © 2024. All rights reserved.