public class DefaultOData2ServicesConfiguration extends java.lang.Object implements ODataServicesConfiguration
| Constructor and Description |
|---|
DefaultOData2ServicesConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchLimit()
Determines current setting of the maximum number of batches allowed in an inbound request body.
|
protected ConfigurationService |
getConfigurationService() |
int |
getDefaultPageSize() |
int |
getMaxPageSize()
Determines current setting of the maximum number of items allowed per page.
|
void |
setBatchLimit(int maxNumber)
Specifies new limit on number of batches in a single inbound request.
|
void |
setConfigurationService(ConfigurationService configurationService) |
protected ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
public int getBatchLimit()
getBatchLimit in interface ODataServicesConfigurationpublic void setBatchLimit(int maxNumber)
setBatchLimit in interface ODataServicesConfigurationmaxNumber - max number of batches a single inbound request may have.public int getMaxPageSize()
ODataServicesConfigurationgetMaxPageSize in interface ODataServicesConfigurationpublic int getDefaultPageSize()
getDefaultPageSize in interface ODataServicesConfigurationCopyright © 2018 SAP SE. All Rights Reserved.