| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected RestrictedAppsState |
RestrictedAppsViolation.restrictedAppsState |
| Modifier and Type | Method and Description |
|---|---|
Optional<RestrictedAppsState> |
RestrictedAppsViolation.getRestrictedAppsState()
“Restricted apps state”
|
| Modifier and Type | Method and Description |
|---|---|
RestrictedAppsViolation.Builder |
RestrictedAppsViolation.Builder.restrictedAppsState(RestrictedAppsState restrictedAppsState)
“Restricted apps state”
|
RestrictedAppsViolation |
RestrictedAppsViolation.withRestrictedAppsState(RestrictedAppsState restrictedAppsState)
Returns an immutable copy of
this with just the restrictedAppsState field changed. |
| Modifier and Type | Method and Description |
|---|---|
static RestrictedAppsState |
RestrictedAppsState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestrictedAppsState[] |
RestrictedAppsState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.