Class PropertyRule
- java.lang.Object
-
- microsoft.graph.externalconnectors.complex.PropertyRule
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class PropertyRule extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPropertyRule.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected RuleOperationoperationprotected Stringpropertyprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected List<String>valuesprotected BinaryOperatorvaluesJoinedByprotected StringvaluesNextLink
-
Constructor Summary
Constructors Modifier Constructor Description protectedPropertyRule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropertyRule.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<RuleOperation>getOperation()Optional<String>getProperty()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()com.github.davidmoten.odata.client.CollectionPage<String>getValues()com.github.davidmoten.odata.client.CollectionPage<String>getValues(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<BinaryOperator>getValuesJoinedBy()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()PropertyRulewithOperation(RuleOperation operation)PropertyRulewithProperty(String property)PropertyRulewithUnmappedField(String name, String value)PropertyRulewithValuesJoinedBy(BinaryOperator valuesJoinedBy)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
operation
protected RuleOperation operation
-
property
protected String property
-
valuesNextLink
protected String valuesNextLink
-
valuesJoinedBy
protected BinaryOperator valuesJoinedBy
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getOperation
public Optional<RuleOperation> getOperation()
-
withOperation
public PropertyRule withOperation(RuleOperation operation)
-
withProperty
public PropertyRule withProperty(String property)
-
getValues
public com.github.davidmoten.odata.client.CollectionPage<String> getValues()
-
getValues
public com.github.davidmoten.odata.client.CollectionPage<String> getValues(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getValuesJoinedBy
public Optional<BinaryOperator> getValuesJoinedBy()
-
withValuesJoinedBy
public PropertyRule withValuesJoinedBy(BinaryOperator valuesJoinedBy)
-
withUnmappedField
public PropertyRule withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static PropertyRule.Builder builder()
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
-
-