| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationMode |
MatchingLabel.applicationMode |
protected ApplicationMode |
CurrentLabel.applicationMode |
| Modifier and Type | Method and Description |
|---|---|
Optional<ApplicationMode> |
MatchingLabel.getApplicationMode() |
Optional<ApplicationMode> |
CurrentLabel.getApplicationMode() |
| Modifier and Type | Method and Description |
|---|---|
MatchingLabel.Builder |
MatchingLabel.Builder.applicationMode(ApplicationMode applicationMode) |
CurrentLabel.Builder |
CurrentLabel.Builder.applicationMode(ApplicationMode applicationMode) |
MatchingLabel |
MatchingLabel.withApplicationMode(ApplicationMode applicationMode) |
CurrentLabel |
CurrentLabel.withApplicationMode(ApplicationMode applicationMode) |
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationMode |
SensitivityLabel.applicationMode |
| Modifier and Type | Method and Description |
|---|---|
Optional<ApplicationMode> |
SensitivityLabel.getApplicationMode() |
| Modifier and Type | Method and Description |
|---|---|
SensitivityLabel.Builder |
SensitivityLabel.Builder.applicationMode(ApplicationMode applicationMode) |
SensitivityLabel |
SensitivityLabel.withApplicationMode(ApplicationMode applicationMode) |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationMode |
ApplicationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationMode[] |
ApplicationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.