| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected List<ConditionalAccessDevicePlatform> |
ConditionalAccessPlatforms.excludePlatforms |
protected List<ConditionalAccessDevicePlatform> |
ConditionalAccessPlatforms.includePlatforms |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<ConditionalAccessDevicePlatform> |
ConditionalAccessPlatforms.getExcludePlatforms() |
com.github.davidmoten.odata.client.CollectionPage<ConditionalAccessDevicePlatform> |
ConditionalAccessPlatforms.getIncludePlatforms() |
| Modifier and Type | Method and Description |
|---|---|
ConditionalAccessPlatforms.Builder |
ConditionalAccessPlatforms.Builder.excludePlatforms(List<ConditionalAccessDevicePlatform> excludePlatforms) |
ConditionalAccessPlatforms.Builder |
ConditionalAccessPlatforms.Builder.includePlatforms(List<ConditionalAccessDevicePlatform> includePlatforms) |
| Modifier and Type | Method and Description |
|---|---|
static ConditionalAccessDevicePlatform |
ConditionalAccessDevicePlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionalAccessDevicePlatform[] |
ConditionalAccessDevicePlatform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.