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