Class VariableManagementConditionExpression
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ManagementConditionExpression
-
- odata.msgraph.client.beta.complex.ManagementConditionExpressionModel
-
- odata.msgraph.client.beta.complex.VariableManagementConditionExpression
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class VariableManagementConditionExpression extends ManagementConditionExpressionModel implements com.github.davidmoten.odata.client.ODataType
“Evaluates the management condition state as a Boolean expression.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVariableManagementConditionExpression.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringmanagementConditionId-
Fields inherited from class odata.msgraph.client.beta.complex.ManagementConditionExpression
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedVariableManagementConditionExpression()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VariableManagementConditionExpression.BuilderbuilderVariableManagementConditionExpression()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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()VariableManagementConditionExpressionwithManagementConditionId(String managementConditionId)Returns an immutable copy ofthiswith just themanagementConditionIdfield changed.VariableManagementConditionExpressionwithUnmappedField(String name, String value)
-
-
-
Field Detail
-
managementConditionId
protected String managementConditionId
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classManagementConditionExpressionModel
-
getManagementConditionId
public Optional<String> getManagementConditionId()
“The management condition id that is used to evaluate the expression.”- Returns:
- property managementConditionId
-
withManagementConditionId
public VariableManagementConditionExpression withManagementConditionId(String managementConditionId)
Returns an immutable copy ofthiswith just themanagementConditionIdfield 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 id that is used to evaluate the expression.”
- Parameters:
managementConditionId- new value ofmanagementConditionIdfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just themanagementConditionIdfield changed
-
withUnmappedField
public VariableManagementConditionExpression withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classManagementConditionExpressionModel
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classManagementConditionExpressionModel
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classManagementConditionExpressionModel
-
builderVariableManagementConditionExpression
public static VariableManagementConditionExpression.Builder builderVariableManagementConditionExpression()
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 classManagementConditionExpressionModel
-
-