Package odata.msgraph.client.entity
Class SynchronizationSchema
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.SynchronizationSchema
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class SynchronizationSchema extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSynchronizationSchema.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<SynchronizationRule>synchronizationRulesprotected StringsynchronizationRulesNextLinkprotected Stringversion-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSynchronizationSchema()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SynchronizationSchema.BuilderbuilderSynchronizationSchema()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.CollectionPageNonEntityRequest<FilterOperatorSchema>filterOperators()com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<AttributeMappingFunctionSchema>functions()com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()DirectoryDefinitionCollectionRequestgetDirectories()com.github.davidmoten.odata.client.CollectionPage<SynchronizationRule>getSynchronizationRules()com.github.davidmoten.odata.client.CollectionPage<SynchronizationRule>getSynchronizationRules(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<String>getVersion()StringodataTypeName()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ParseExpressionResponse>parseExpression(String expression, ExpressionInputObject testInputObject, AttributeDefinition targetAttributeDefinition)SynchronizationSchemapatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)SynchronizationSchemaput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()SynchronizationSchemawithSynchronizationRules(List<SynchronizationRule> synchronizationRules)SynchronizationSchemawithUnmappedField(String name, String value)SynchronizationSchemawithVersion(String version)
-
-
-
Field Detail
-
synchronizationRules
protected List<SynchronizationRule> synchronizationRules
-
synchronizationRulesNextLink
protected String synchronizationRulesNextLink
-
version
protected String version
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderSynchronizationSchema
public static SynchronizationSchema.Builder builderSynchronizationSchema()
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
-
getSynchronizationRules
public com.github.davidmoten.odata.client.CollectionPage<SynchronizationRule> getSynchronizationRules()
-
withSynchronizationRules
public SynchronizationSchema withSynchronizationRules(List<SynchronizationRule> synchronizationRules)
-
getSynchronizationRules
public com.github.davidmoten.odata.client.CollectionPage<SynchronizationRule> getSynchronizationRules(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withVersion
public SynchronizationSchema withVersion(String version)
-
withUnmappedField
public SynchronizationSchema withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getDirectories
public DirectoryDefinitionCollectionRequest getDirectories()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public SynchronizationSchema patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public SynchronizationSchema put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
parseExpression
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ParseExpressionResponse> parseExpression(String expression, ExpressionInputObject testInputObject, AttributeDefinition targetAttributeDefinition)
-
filterOperators
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<FilterOperatorSchema> filterOperators()
-
functions
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<AttributeMappingFunctionSchema> functions()
-
-