public class CatalogQuerySortedAttribute extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogQuerySortedAttribute.Builder
Class to build instances of
CatalogQuerySortedAttribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
CatalogQuerySortedAttribute(String attributeName,
io.apimatic.core.types.OptionalNullable<String> initialAttributeValue,
String sortOrder)
Initialization constructor.
|
|
CatalogQuerySortedAttribute(String attributeName,
String initialAttributeValue,
String sortOrder)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttributeName()
Getter for AttributeName.
|
String |
getInitialAttributeValue()
Getter for InitialAttributeValue.
|
String |
getSortOrder()
Getter for SortOrder.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetInitialAttributeValue()
Internal Getter for InitialAttributeValue.
|
CatalogQuerySortedAttribute.Builder |
toBuilder()
Builds a new
CatalogQuerySortedAttribute.Builder object. |
String |
toString()
Converts this CatalogQuerySortedAttribute into string format.
|
public CatalogQuerySortedAttribute(String attributeName, String initialAttributeValue, String sortOrder)
attributeName - String value for attributeName.initialAttributeValue - String value for initialAttributeValue.sortOrder - String value for sortOrder.protected CatalogQuerySortedAttribute(String attributeName, io.apimatic.core.types.OptionalNullable<String> initialAttributeValue, String sortOrder)
attributeName - String value for attributeName.initialAttributeValue - String value for initialAttributeValue.sortOrder - String value for sortOrder.public String getAttributeName()
protected io.apimatic.core.types.OptionalNullable<String> internalGetInitialAttributeValue()
public String getInitialAttributeValue()
public String getSortOrder()
public String toString()
public CatalogQuerySortedAttribute.Builder toBuilder()
CatalogQuerySortedAttribute.Builder object.
Creates the instance with the state of the current model.CatalogQuerySortedAttribute.Builder objectCopyright © 2024. All rights reserved.