Uses of Class
com.microsoft.graph.models.OnPremisesSyncBehavior
Packages that use OnPremisesSyncBehavior
-
Uses of OnPremisesSyncBehavior in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OnPremisesSyncBehaviorModifier and TypeMethodDescriptionstatic OnPremisesSyncBehaviorOnPremisesSyncBehavior.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGroup.getOnPremisesSyncBehavior()Gets the onPremisesSyncBehavior property value.OrgContact.getOnPremisesSyncBehavior()Gets the onPremisesSyncBehavior property value.User.getOnPremisesSyncBehavior()Gets the onPremisesSyncBehavior property value.Methods in com.microsoft.graph.models with parameters of type OnPremisesSyncBehaviorModifier and TypeMethodDescriptionvoidGroup.setOnPremisesSyncBehavior(OnPremisesSyncBehavior value) Sets the onPremisesSyncBehavior property value.voidOrgContact.setOnPremisesSyncBehavior(OnPremisesSyncBehavior value) Sets the onPremisesSyncBehavior property value.voidUser.setOnPremisesSyncBehavior(OnPremisesSyncBehavior value) Sets the onPremisesSyncBehavior property value.