Package odata.msgraph.client.beta.entity
Class InformationProtectionLabel.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.InformationProtectionLabel.Builder
-
- Enclosing class:
- InformationProtectionLabel
public static final class InformationProtectionLabel.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InformationProtectionLabelbuild()InformationProtectionLabel.Buildercolor(String color)InformationProtectionLabel.Builderdescription(String description)InformationProtectionLabel.Builderid(String id)InformationProtectionLabel.BuilderisActive(Boolean isActive)InformationProtectionLabel.Buildername(String name)InformationProtectionLabel.Builderparent(ParentLabelDetails parent)InformationProtectionLabel.Buildersensitivity(Integer sensitivity)InformationProtectionLabel.Buildertooltip(String tooltip)
-
-
-
Method Detail
-
id
public InformationProtectionLabel.Builder id(String id)
-
color
public InformationProtectionLabel.Builder color(String color)
-
description
public InformationProtectionLabel.Builder description(String description)
-
isActive
public InformationProtectionLabel.Builder isActive(Boolean isActive)
-
name
public InformationProtectionLabel.Builder name(String name)
-
parent
public InformationProtectionLabel.Builder parent(ParentLabelDetails parent)
-
sensitivity
public InformationProtectionLabel.Builder sensitivity(Integer sensitivity)
-
tooltip
public InformationProtectionLabel.Builder tooltip(String tooltip)
-
build
public InformationProtectionLabel build()
-
-