public class VariableManagementConditionExpression extends ManagementConditionExpressionModel implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
VariableManagementConditionExpression.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
managementConditionId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
VariableManagementConditionExpression() |
| Modifier and Type | Method and Description |
|---|---|
static VariableManagementConditionExpression.Builder |
builderVariableManagementConditionExpression()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getManagementConditionId()
“The management condition id that is used to evaluate the expression.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
VariableManagementConditionExpression |
withManagementConditionId(String managementConditionId)
Returns an immutable copy of
this with just the managementConditionId field changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String managementConditionId
protected VariableManagementConditionExpression()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ManagementConditionExpressionModelpublic Optional<String> getManagementConditionId()
public VariableManagementConditionExpression withManagementConditionId(String managementConditionId)
this with just the managementConditionId 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 management condition id that is used to evaluate the expression.”
managementConditionId - new value of managementConditionId field (as defined in service metadata)this with just the managementConditionId field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ManagementConditionExpressionModelpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ManagementConditionExpressionModelpublic static VariableManagementConditionExpression.Builder builderVariableManagementConditionExpression()
public String toString()
toString in class ManagementConditionExpressionModelCopyright © 2018–2020. All rights reserved.