Class ManagementConditionExpressionString
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ManagementConditionExpression
-
- odata.msgraph.client.beta.complex.ManagementConditionExpressionString
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ManagementConditionExpressionString extends ManagementConditionExpression implements com.github.davidmoten.odata.client.ODataType
“A management condition expression string is a string representation of a management condition expression.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManagementConditionExpressionString.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringvalue-
Fields inherited from class odata.msgraph.client.beta.complex.ManagementConditionExpression
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedManagementConditionExpressionString()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagementConditionExpressionString.BuilderbuilderManagementConditionExpressionString()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.UnmappedFieldsgetUnmappedFields()Optional<String>getValue()“The management condition statement expression string value.”StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()ManagementConditionExpressionStringwithUnmappedField(String name, String value)ManagementConditionExpressionStringwithValue(String value)Returns an immutable copy ofthiswith just thevaluefield changed.
-
-
-
Field Detail
-
value
protected String value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classManagementConditionExpression
-
getValue
public Optional<String> getValue()
“The management condition statement expression string value.”- Returns:
- property value
-
withValue
public ManagementConditionExpressionString withValue(String value)
Returns an immutable copy ofthiswith just thevaluefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The management condition statement expression string value.”
- Parameters:
value- new value ofvaluefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thevaluefield changed
-
withUnmappedField
public ManagementConditionExpressionString withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classManagementConditionExpression
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classManagementConditionExpression
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classManagementConditionExpression
-
builderManagementConditionExpressionString
public static ManagementConditionExpressionString.Builder builderManagementConditionExpressionString()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classManagementConditionExpression
-
-