| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected SensitiveTypeScope |
DetectedSensitiveContent.scope |
| Modifier and Type | Method and Description |
|---|---|
Optional<SensitiveTypeScope> |
DetectedSensitiveContent.getScope() |
| Modifier and Type | Method and Description |
|---|---|
DetectedSensitiveContent.Builder |
DetectedSensitiveContent.Builder.scope(SensitiveTypeScope scope) |
DetectedSensitiveContent |
DetectedSensitiveContent.withScope(SensitiveTypeScope scope) |
| Modifier and Type | Field and Description |
|---|---|
protected SensitiveTypeScope |
SensitiveType.scope |
protected SensitiveTypeScope |
TextClassificationRequest.scopesToRun |
| Modifier and Type | Method and Description |
|---|---|
Optional<SensitiveTypeScope> |
SensitiveType.getScope() |
Optional<SensitiveTypeScope> |
TextClassificationRequest.getScopesToRun() |
| Modifier and Type | Method and Description |
|---|---|
SensitiveType.Builder |
SensitiveType.Builder.scope(SensitiveTypeScope scope) |
TextClassificationRequest.Builder |
TextClassificationRequest.Builder.scopesToRun(SensitiveTypeScope scopesToRun) |
SensitiveType |
SensitiveType.withScope(SensitiveTypeScope scope) |
TextClassificationRequest |
TextClassificationRequest.withScopesToRun(SensitiveTypeScope scopesToRun) |
| Modifier and Type | Method and Description |
|---|---|
static SensitiveTypeScope |
SensitiveTypeScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SensitiveTypeScope[] |
SensitiveTypeScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.