public class DeliveryOptimizationGroupIdSourceOptions extends DeliveryOptimizationGroupIdSource implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeliveryOptimizationGroupIdSourceOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected DeliveryOptimizationGroupIdOptionsType |
groupIdSourceOption |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
DeliveryOptimizationGroupIdSourceOptions() |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryOptimizationGroupIdSourceOptions.Builder |
builderDeliveryOptimizationGroupIdSourceOptions()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<DeliveryOptimizationGroupIdOptionsType> |
getGroupIdSourceOption()
“Set this policy to restrict peer selection to a specific source.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DeliveryOptimizationGroupIdSourceOptions |
withGroupIdSourceOption(DeliveryOptimizationGroupIdOptionsType groupIdSourceOption)
Returns an immutable copy of
this with just the groupIdSourceOption field changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected DeliveryOptimizationGroupIdOptionsType groupIdSourceOption
protected DeliveryOptimizationGroupIdSourceOptions()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeliveryOptimizationGroupIdSourcepublic Optional<DeliveryOptimizationGroupIdOptionsType> getGroupIdSourceOption()
public DeliveryOptimizationGroupIdSourceOptions withGroupIdSourceOption(DeliveryOptimizationGroupIdOptionsType groupIdSourceOption)
this with just the groupIdSourceOption 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.
“Set this policy to restrict peer selection to a specific source.”
groupIdSourceOption - new value of groupIdSourceOption field (as defined in service metadata)this with just the groupIdSourceOption field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeliveryOptimizationGroupIdSourcepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeliveryOptimizationGroupIdSourcepublic static DeliveryOptimizationGroupIdSourceOptions.Builder builderDeliveryOptimizationGroupIdSourceOptions()
public String toString()
toString in class DeliveryOptimizationGroupIdSourceCopyright © 2018–2020. All rights reserved.