public class CatalogInfoResponseLimits extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogInfoResponseLimits.Builder
Class to build instances of
CatalogInfoResponseLimits. |
| Modifier | Constructor and Description |
|---|---|
|
CatalogInfoResponseLimits(Integer batchUpsertMaxObjectsPerBatch,
Integer batchUpsertMaxTotalObjects,
Integer batchRetrieveMaxObjectIds,
Integer searchMaxPageLimit,
Integer batchDeleteMaxObjectIds,
Integer updateItemTaxesMaxItemIds,
Integer updateItemTaxesMaxTaxesToEnable,
Integer updateItemTaxesMaxTaxesToDisable,
Integer updateItemModifierListsMaxItemIds,
Integer updateItemModifierListsMaxModifierListsToEnable,
Integer updateItemModifierListsMaxModifierListsToDisable)
Initialization constructor.
|
protected |
CatalogInfoResponseLimits(io.apimatic.core.types.OptionalNullable<Integer> batchUpsertMaxObjectsPerBatch,
io.apimatic.core.types.OptionalNullable<Integer> batchUpsertMaxTotalObjects,
io.apimatic.core.types.OptionalNullable<Integer> batchRetrieveMaxObjectIds,
io.apimatic.core.types.OptionalNullable<Integer> searchMaxPageLimit,
io.apimatic.core.types.OptionalNullable<Integer> batchDeleteMaxObjectIds,
io.apimatic.core.types.OptionalNullable<Integer> updateItemTaxesMaxItemIds,
io.apimatic.core.types.OptionalNullable<Integer> updateItemTaxesMaxTaxesToEnable,
io.apimatic.core.types.OptionalNullable<Integer> updateItemTaxesMaxTaxesToDisable,
io.apimatic.core.types.OptionalNullable<Integer> updateItemModifierListsMaxItemIds,
io.apimatic.core.types.OptionalNullable<Integer> updateItemModifierListsMaxModifierListsToEnable,
io.apimatic.core.types.OptionalNullable<Integer> updateItemModifierListsMaxModifierListsToDisable)
Internal initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getBatchDeleteMaxObjectIds()
Getter for BatchDeleteMaxObjectIds.
|
Integer |
getBatchRetrieveMaxObjectIds()
Getter for BatchRetrieveMaxObjectIds.
|
Integer |
getBatchUpsertMaxObjectsPerBatch()
Getter for BatchUpsertMaxObjectsPerBatch.
|
Integer |
getBatchUpsertMaxTotalObjects()
Getter for BatchUpsertMaxTotalObjects.
|
Integer |
getSearchMaxPageLimit()
Getter for SearchMaxPageLimit.
|
Integer |
getUpdateItemModifierListsMaxItemIds()
Getter for UpdateItemModifierListsMaxItemIds.
|
Integer |
getUpdateItemModifierListsMaxModifierListsToDisable()
Getter for UpdateItemModifierListsMaxModifierListsToDisable.
|
Integer |
getUpdateItemModifierListsMaxModifierListsToEnable()
Getter for UpdateItemModifierListsMaxModifierListsToEnable.
|
Integer |
getUpdateItemTaxesMaxItemIds()
Getter for UpdateItemTaxesMaxItemIds.
|
Integer |
getUpdateItemTaxesMaxTaxesToDisable()
Getter for UpdateItemTaxesMaxTaxesToDisable.
|
Integer |
getUpdateItemTaxesMaxTaxesToEnable()
Getter for UpdateItemTaxesMaxTaxesToEnable.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetBatchDeleteMaxObjectIds()
Internal Getter for BatchDeleteMaxObjectIds.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetBatchRetrieveMaxObjectIds()
Internal Getter for BatchRetrieveMaxObjectIds.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetBatchUpsertMaxObjectsPerBatch()
Internal Getter for BatchUpsertMaxObjectsPerBatch.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetBatchUpsertMaxTotalObjects()
Internal Getter for BatchUpsertMaxTotalObjects.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetSearchMaxPageLimit()
Internal Getter for SearchMaxPageLimit.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetUpdateItemModifierListsMaxItemIds()
Internal Getter for UpdateItemModifierListsMaxItemIds.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetUpdateItemModifierListsMaxModifierListsToDisable()
Internal Getter for UpdateItemModifierListsMaxModifierListsToDisable.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetUpdateItemModifierListsMaxModifierListsToEnable()
Internal Getter for UpdateItemModifierListsMaxModifierListsToEnable.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetUpdateItemTaxesMaxItemIds()
Internal Getter for UpdateItemTaxesMaxItemIds.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetUpdateItemTaxesMaxTaxesToDisable()
Internal Getter for UpdateItemTaxesMaxTaxesToDisable.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetUpdateItemTaxesMaxTaxesToEnable()
Internal Getter for UpdateItemTaxesMaxTaxesToEnable.
|
CatalogInfoResponseLimits.Builder |
toBuilder()
Builds a new
CatalogInfoResponseLimits.Builder object. |
String |
toString()
Converts this CatalogInfoResponseLimits into string format.
|
public CatalogInfoResponseLimits(Integer batchUpsertMaxObjectsPerBatch, Integer batchUpsertMaxTotalObjects, Integer batchRetrieveMaxObjectIds, Integer searchMaxPageLimit, Integer batchDeleteMaxObjectIds, Integer updateItemTaxesMaxItemIds, Integer updateItemTaxesMaxTaxesToEnable, Integer updateItemTaxesMaxTaxesToDisable, Integer updateItemModifierListsMaxItemIds, Integer updateItemModifierListsMaxModifierListsToEnable, Integer updateItemModifierListsMaxModifierListsToDisable)
batchUpsertMaxObjectsPerBatch - Integer value for batchUpsertMaxObjectsPerBatch.batchUpsertMaxTotalObjects - Integer value for batchUpsertMaxTotalObjects.batchRetrieveMaxObjectIds - Integer value for batchRetrieveMaxObjectIds.searchMaxPageLimit - Integer value for searchMaxPageLimit.batchDeleteMaxObjectIds - Integer value for batchDeleteMaxObjectIds.updateItemTaxesMaxItemIds - Integer value for updateItemTaxesMaxItemIds.updateItemTaxesMaxTaxesToEnable - Integer value for updateItemTaxesMaxTaxesToEnable.updateItemTaxesMaxTaxesToDisable - Integer value for updateItemTaxesMaxTaxesToDisable.updateItemModifierListsMaxItemIds - Integer value for
updateItemModifierListsMaxItemIds.updateItemModifierListsMaxModifierListsToEnable - Integer value for
updateItemModifierListsMaxModifierListsToEnable.updateItemModifierListsMaxModifierListsToDisable - Integer value for
updateItemModifierListsMaxModifierListsToDisable.protected CatalogInfoResponseLimits(io.apimatic.core.types.OptionalNullable<Integer> batchUpsertMaxObjectsPerBatch, io.apimatic.core.types.OptionalNullable<Integer> batchUpsertMaxTotalObjects, io.apimatic.core.types.OptionalNullable<Integer> batchRetrieveMaxObjectIds, io.apimatic.core.types.OptionalNullable<Integer> searchMaxPageLimit, io.apimatic.core.types.OptionalNullable<Integer> batchDeleteMaxObjectIds, io.apimatic.core.types.OptionalNullable<Integer> updateItemTaxesMaxItemIds, io.apimatic.core.types.OptionalNullable<Integer> updateItemTaxesMaxTaxesToEnable, io.apimatic.core.types.OptionalNullable<Integer> updateItemTaxesMaxTaxesToDisable, io.apimatic.core.types.OptionalNullable<Integer> updateItemModifierListsMaxItemIds, io.apimatic.core.types.OptionalNullable<Integer> updateItemModifierListsMaxModifierListsToEnable, io.apimatic.core.types.OptionalNullable<Integer> updateItemModifierListsMaxModifierListsToDisable)
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetBatchUpsertMaxObjectsPerBatch()
public Integer getBatchUpsertMaxObjectsPerBatch()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetBatchUpsertMaxTotalObjects()
public Integer getBatchUpsertMaxTotalObjects()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetBatchRetrieveMaxObjectIds()
public Integer getBatchRetrieveMaxObjectIds()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetSearchMaxPageLimit()
public Integer getSearchMaxPageLimit()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetBatchDeleteMaxObjectIds()
public Integer getBatchDeleteMaxObjectIds()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetUpdateItemTaxesMaxItemIds()
public Integer getUpdateItemTaxesMaxItemIds()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetUpdateItemTaxesMaxTaxesToEnable()
public Integer getUpdateItemTaxesMaxTaxesToEnable()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetUpdateItemTaxesMaxTaxesToDisable()
public Integer getUpdateItemTaxesMaxTaxesToDisable()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetUpdateItemModifierListsMaxItemIds()
public Integer getUpdateItemModifierListsMaxItemIds()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetUpdateItemModifierListsMaxModifierListsToEnable()
public Integer getUpdateItemModifierListsMaxModifierListsToEnable()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetUpdateItemModifierListsMaxModifierListsToDisable()
public Integer getUpdateItemModifierListsMaxModifierListsToDisable()
public String toString()
public CatalogInfoResponseLimits.Builder toBuilder()
CatalogInfoResponseLimits.Builder object.
Creates the instance with the state of the current model.CatalogInfoResponseLimits.Builder objectCopyright © 2023. All rights reserved.