public class DeliveryOptimizationMaxCacheSizeAbsolute extends DeliveryOptimizationMaxCacheSize implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeliveryOptimizationMaxCacheSizeAbsolute.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
maximumCacheSizeInGigabytes |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
DeliveryOptimizationMaxCacheSizeAbsolute() |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryOptimizationMaxCacheSizeAbsolute.Builder |
builderDeliveryOptimizationMaxCacheSizeAbsolute()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Long> |
getMaximumCacheSizeInGigabytes()
“The value 0 (zero) means "unlimited" cache.
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DeliveryOptimizationMaxCacheSizeAbsolute |
withMaximumCacheSizeInGigabytes(Long maximumCacheSizeInGigabytes)
Returns an immutable copy of
this with just the maximumCacheSizeInGigabytes field changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Long maximumCacheSizeInGigabytes
protected DeliveryOptimizationMaxCacheSizeAbsolute()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeliveryOptimizationMaxCacheSizepublic Optional<Long> getMaximumCacheSizeInGigabytes()
public DeliveryOptimizationMaxCacheSizeAbsolute withMaximumCacheSizeInGigabytes(Long maximumCacheSizeInGigabytes)
this with just the maximumCacheSizeInGigabytes 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.
“The value 0 (zero) means "unlimited" cache. Delivery Optimization will clear the cache when the device is running low on disk space. Valid values 0 to 4294967295”
maximumCacheSizeInGigabytes - new value of maximumCacheSizeInGigabytes field (as defined in service metadata)this with just the maximumCacheSizeInGigabytes 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 DeliveryOptimizationMaxCacheSizeAbsolute.Builder builderDeliveryOptimizationMaxCacheSizeAbsolute()
public String toString()
toString in class DeliveryOptimizationMaxCacheSizeCopyright © 2018–2020. All rights reserved.