| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected AppListType |
IosGeneralDeviceConfiguration.appsVisibilityListType |
protected AppListType |
AndroidGeneralDeviceConfiguration.compliantAppListType |
protected AppListType |
MacOSGeneralDeviceConfiguration.compliantAppListType |
protected AppListType |
WindowsPhone81GeneralConfiguration.compliantAppListType |
protected AppListType |
IosGeneralDeviceConfiguration.compliantAppListType |
| Modifier and Type | Method and Description |
|---|---|
Optional<AppListType> |
IosGeneralDeviceConfiguration.getAppsVisibilityListType()
“Type of list that is in the AppsVisibilityList.”
|
Optional<AppListType> |
AndroidGeneralDeviceConfiguration.getCompliantAppListType()
“Type of list that is in the CompliantAppsList.”
|
Optional<AppListType> |
MacOSGeneralDeviceConfiguration.getCompliantAppListType()
“List that is in the CompliantAppsList.”
|
Optional<AppListType> |
WindowsPhone81GeneralConfiguration.getCompliantAppListType()
“List that is in the AppComplianceList.”
|
Optional<AppListType> |
IosGeneralDeviceConfiguration.getCompliantAppListType()
“List that is in the AppComplianceList.”
|
| Modifier and Type | Method and Description |
|---|---|
IosGeneralDeviceConfiguration.Builder |
IosGeneralDeviceConfiguration.Builder.appsVisibilityListType(AppListType appsVisibilityListType)
“Type of list that is in the AppsVisibilityList.”
|
AndroidGeneralDeviceConfiguration.Builder |
AndroidGeneralDeviceConfiguration.Builder.compliantAppListType(AppListType compliantAppListType)
“Type of list that is in the CompliantAppsList.”
|
MacOSGeneralDeviceConfiguration.Builder |
MacOSGeneralDeviceConfiguration.Builder.compliantAppListType(AppListType compliantAppListType)
“List that is in the CompliantAppsList.”
|
WindowsPhone81GeneralConfiguration.Builder |
WindowsPhone81GeneralConfiguration.Builder.compliantAppListType(AppListType compliantAppListType)
“List that is in the AppComplianceList.”
|
IosGeneralDeviceConfiguration.Builder |
IosGeneralDeviceConfiguration.Builder.compliantAppListType(AppListType compliantAppListType)
“List that is in the AppComplianceList.”
|
IosGeneralDeviceConfiguration |
IosGeneralDeviceConfiguration.withAppsVisibilityListType(AppListType appsVisibilityListType)
Returns an immutable copy of
this with just the appsVisibilityListType field changed. |
AndroidGeneralDeviceConfiguration |
AndroidGeneralDeviceConfiguration.withCompliantAppListType(AppListType compliantAppListType)
Returns an immutable copy of
this with just the compliantAppListType field changed. |
MacOSGeneralDeviceConfiguration |
MacOSGeneralDeviceConfiguration.withCompliantAppListType(AppListType compliantAppListType)
Returns an immutable copy of
this with just the compliantAppListType field changed. |
WindowsPhone81GeneralConfiguration |
WindowsPhone81GeneralConfiguration.withCompliantAppListType(AppListType compliantAppListType)
Returns an immutable copy of
this with just the compliantAppListType field changed. |
IosGeneralDeviceConfiguration |
IosGeneralDeviceConfiguration.withCompliantAppListType(AppListType compliantAppListType)
Returns an immutable copy of
this with just the compliantAppListType field changed. |
| Modifier and Type | Method and Description |
|---|---|
static AppListType |
AppListType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppListType[] |
AppListType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.