public class DeliveryOptimizationMaxCacheSizePercentage extends DeliveryOptimizationMaxCacheSize implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeliveryOptimizationMaxCacheSizePercentage.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
maximumCacheSizePercentage |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
DeliveryOptimizationMaxCacheSizePercentage() |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryOptimizationMaxCacheSizePercentage.Builder |
builderDeliveryOptimizationMaxCacheSizePercentage()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getMaximumCacheSizePercentage()
“Specifies the maximum cache size that Delivery Optimization can utilize, as a
percentage of disk size (1-100).
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DeliveryOptimizationMaxCacheSizePercentage |
withMaximumCacheSizePercentage(Integer maximumCacheSizePercentage)
Returns an immutable copy of
this with just the maximumCacheSizePercentage field changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Integer maximumCacheSizePercentage
protected DeliveryOptimizationMaxCacheSizePercentage()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeliveryOptimizationMaxCacheSizepublic Optional<Integer> getMaximumCacheSizePercentage()
public DeliveryOptimizationMaxCacheSizePercentage withMaximumCacheSizePercentage(Integer maximumCacheSizePercentage)
this with just the maximumCacheSizePercentage field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Specifies the maximum cache size that Delivery Optimization can utilize, as a percentage of disk size (1-100). Valid values 1 to 100”
maximumCacheSizePercentage - new value of maximumCacheSizePercentage field (as defined in service metadata)this with just the maximumCacheSizePercentage field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeliveryOptimizationMaxCacheSizepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeliveryOptimizationMaxCacheSizepublic static DeliveryOptimizationMaxCacheSizePercentage.Builder builderDeliveryOptimizationMaxCacheSizePercentage()
public String toString()
toString in class DeliveryOptimizationMaxCacheSizeCopyright © 2018–2020. All rights reserved.