Package odata.msgraph.client.beta.entity
Class FilterOperatorSchema
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.FilterOperatorSchema
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class FilterOperatorSchema extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilterOperatorSchema.Builder
-
Field Summary
Fields Modifier and Type Field Description protected ScopeOperatorTypearityprotected ScopeOperatorMultiValuedComparisonTypemultivaluedComparisonTypeprotected List<AttributeType>supportedAttributeTypesprotected StringsupportedAttributeTypesNextLink-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFilterOperatorSchema()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FilterOperatorSchema.BuilderbuilderFilterOperatorSchema()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<ScopeOperatorType>getArity()com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<ScopeOperatorMultiValuedComparisonType>getMultivaluedComparisonType()com.github.davidmoten.odata.client.CollectionPage<AttributeType>getSupportedAttributeTypes()com.github.davidmoten.odata.client.CollectionPage<AttributeType>getSupportedAttributeTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()FilterOperatorSchemapatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)FilterOperatorSchemaput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()FilterOperatorSchemawithArity(ScopeOperatorType arity)FilterOperatorSchemawithMultivaluedComparisonType(ScopeOperatorMultiValuedComparisonType multivaluedComparisonType)FilterOperatorSchemawithSupportedAttributeTypes(List<AttributeType> supportedAttributeTypes)FilterOperatorSchemawithUnmappedField(String name, String value)
-
-
-
Field Detail
-
arity
protected ScopeOperatorType arity
-
multivaluedComparisonType
protected ScopeOperatorMultiValuedComparisonType multivaluedComparisonType
-
supportedAttributeTypes
protected List<AttributeType> supportedAttributeTypes
-
supportedAttributeTypesNextLink
protected String supportedAttributeTypesNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderFilterOperatorSchema
public static FilterOperatorSchema.Builder builderFilterOperatorSchema()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getArity
public Optional<ScopeOperatorType> getArity()
-
withArity
public FilterOperatorSchema withArity(ScopeOperatorType arity)
-
getMultivaluedComparisonType
public Optional<ScopeOperatorMultiValuedComparisonType> getMultivaluedComparisonType()
-
withMultivaluedComparisonType
public FilterOperatorSchema withMultivaluedComparisonType(ScopeOperatorMultiValuedComparisonType multivaluedComparisonType)
-
getSupportedAttributeTypes
public com.github.davidmoten.odata.client.CollectionPage<AttributeType> getSupportedAttributeTypes()
-
withSupportedAttributeTypes
public FilterOperatorSchema withSupportedAttributeTypes(List<AttributeType> supportedAttributeTypes)
-
getSupportedAttributeTypes
public com.github.davidmoten.odata.client.CollectionPage<AttributeType> getSupportedAttributeTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public FilterOperatorSchema withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public FilterOperatorSchema patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public FilterOperatorSchema put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-