Uses of Class
odata.msgraph.client.beta.entity.MobileAppDependency
-
Packages that use MobileAppDependency Package Description odata.msgraph.client.beta.entity -
-
Uses of MobileAppDependency in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return MobileAppDependency Modifier and Type Method Description MobileAppDependencyMobileAppDependency.Builder. build()MobileAppDependencyMobileAppDependency. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.MobileAppDependencyMobileAppDependency. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).MobileAppDependencyMobileAppDependency. withDependencyType(MobileAppDependencyType dependencyType)Returns an immutable copy ofthiswith just thedependencyTypefield changed.MobileAppDependencyMobileAppDependency. withDependentAppCount(Integer dependentAppCount)Returns an immutable copy ofthiswith just thedependentAppCountfield changed.MobileAppDependencyMobileAppDependency. withDependsOnAppCount(Integer dependsOnAppCount)Returns an immutable copy ofthiswith just thedependsOnAppCountfield changed.MobileAppDependencyMobileAppDependency. withUnmappedField(String name, String value)
-