| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected MobileAppDependencyType |
MobileAppDependency.dependencyType |
| Modifier and Type | Method and Description |
|---|---|
Optional<MobileAppDependencyType> |
MobileAppDependency.getDependencyType()
“The type of dependency relationship between the parent and child apps.”
|
| Modifier and Type | Method and Description |
|---|---|
MobileAppDependency.Builder |
MobileAppDependency.Builder.dependencyType(MobileAppDependencyType dependencyType)
“The type of dependency relationship between the parent and child apps.”
|
MobileAppDependency |
MobileAppDependency.withDependencyType(MobileAppDependencyType dependencyType)
Returns an immutable copy of
this with just the dependencyType
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static MobileAppDependencyType |
MobileAppDependencyType.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.
|
Copyright © 2018–2020. All rights reserved.