Uses of Class
odata.msgraph.client.beta.entity.FilterOperatorSchema
-
Packages that use FilterOperatorSchema Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of FilterOperatorSchema in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return FilterOperatorSchema Modifier and Type Method Description FilterOperatorSchemaFilterOperatorSchema.Builder. build()FilterOperatorSchemaFilterOperatorSchema. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.FilterOperatorSchemaFilterOperatorSchema. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).FilterOperatorSchemaFilterOperatorSchema. withArity(ScopeOperatorType arity)FilterOperatorSchemaFilterOperatorSchema. withMultivaluedComparisonType(ScopeOperatorMultiValuedComparisonType multivaluedComparisonType)FilterOperatorSchemaFilterOperatorSchema. withSupportedAttributeTypes(List<AttributeType> supportedAttributeTypes)FilterOperatorSchemaFilterOperatorSchema. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type FilterOperatorSchema Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<FilterOperatorSchema>SynchronizationSchema. filterOperators() -
Uses of FilterOperatorSchema in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type FilterOperatorSchema Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<FilterOperatorSchema>SynchronizationSchemaRequest. filterOperators()
-