| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected LabelDetails |
InformationProtectionContentLabel.label |
protected LabelDetails |
RecommendLabelAction.label |
protected LabelDetails |
ApplyLabelAction.label |
| Modifier and Type | Method and Description |
|---|---|
LabelDetails |
LabelDetails.Builder.build() |
LabelDetails |
LabelDetails.withColor(String color) |
LabelDetails |
LabelDetails.withDescription(String description) |
LabelDetails |
LabelDetails.withId(String id) |
LabelDetails |
LabelDetails.withIsActive(Boolean isActive) |
LabelDetails |
LabelDetails.withName(String name) |
LabelDetails |
LabelDetails.withSensitivity(Integer sensitivity) |
LabelDetails |
LabelDetails.withTooltip(String tooltip) |
| Modifier and Type | Method and Description |
|---|---|
Optional<LabelDetails> |
InformationProtectionContentLabel.getLabel() |
Optional<LabelDetails> |
RecommendLabelAction.getLabel() |
Optional<LabelDetails> |
ApplyLabelAction.getLabel() |
| Modifier and Type | Method and Description |
|---|---|
InformationProtectionContentLabel.Builder |
InformationProtectionContentLabel.Builder.label(LabelDetails label) |
RecommendLabelAction.Builder |
RecommendLabelAction.Builder.label(LabelDetails label) |
ApplyLabelAction.Builder |
ApplyLabelAction.Builder.label(LabelDetails label) |
InformationProtectionContentLabel |
InformationProtectionContentLabel.withLabel(LabelDetails label) |
RecommendLabelAction |
RecommendLabelAction.withLabel(LabelDetails label) |
ApplyLabelAction |
ApplyLabelAction.withLabel(LabelDetails label) |
Copyright © 2018–2020. All rights reserved.