| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected AndroidWorkProfileCrossProfileDataSharingType |
AndroidWorkProfileGeneralDeviceConfiguration.workProfileDataSharingType |
| Modifier and Type | Method and Description |
|---|---|
Optional<AndroidWorkProfileCrossProfileDataSharingType> |
AndroidWorkProfileGeneralDeviceConfiguration.getWorkProfileDataSharingType()
“Type of data sharing that is allowed.”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidWorkProfileGeneralDeviceConfiguration |
AndroidWorkProfileGeneralDeviceConfiguration.withWorkProfileDataSharingType(AndroidWorkProfileCrossProfileDataSharingType workProfileDataSharingType)
Returns an immutable copy of
this with just the workProfileDataSharingType field changed. |
AndroidWorkProfileGeneralDeviceConfiguration.Builder |
AndroidWorkProfileGeneralDeviceConfiguration.Builder.workProfileDataSharingType(AndroidWorkProfileCrossProfileDataSharingType workProfileDataSharingType)
“Type of data sharing that is allowed.”
|
| Modifier and Type | Method and Description |
|---|---|
static AndroidWorkProfileCrossProfileDataSharingType |
AndroidWorkProfileCrossProfileDataSharingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AndroidWorkProfileCrossProfileDataSharingType[] |
AndroidWorkProfileCrossProfileDataSharingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.