Uses of Class
odata.msgraph.client.beta.enums.MobileAppDependencyType
-
Packages that use MobileAppDependencyType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of MobileAppDependencyType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MobileAppDependencyType Modifier and Type Field Description protected MobileAppDependencyTypeMobileAppDependency. dependencyTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type MobileAppDependencyType Modifier and Type Method Description Optional<MobileAppDependencyType>MobileAppDependency. getDependencyType()“The type of dependency relationship between the parent and child apps.”Methods in odata.msgraph.client.beta.entity with parameters of type MobileAppDependencyType Modifier and Type Method Description MobileAppDependency.BuilderMobileAppDependency.Builder. dependencyType(MobileAppDependencyType dependencyType)“The type of dependency relationship between the parent and child apps.”MobileAppDependencyMobileAppDependency. withDependencyType(MobileAppDependencyType dependencyType)Returns an immutable copy ofthiswith just thedependencyTypefield changed. -
Uses of MobileAppDependencyType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MobileAppDependencyType Modifier and Type Method Description static MobileAppDependencyTypeMobileAppDependencyType. valueOf(String name)Returns the enum constant of this type with the specified name.static MobileAppDependencyType[]MobileAppDependencyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-