Class InformationProtectionContentLabel.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.InformationProtectionContentLabel.Builder
-
- Enclosing class:
- InformationProtectionContentLabel
public static final class InformationProtectionContentLabel.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InformationProtectionContentLabel.BuilderassignmentMethod(AssignmentMethod assignmentMethod)InformationProtectionContentLabelbuild()InformationProtectionContentLabel.BuildercreationDateTime(OffsetDateTime creationDateTime)InformationProtectionContentLabel.Builderlabel(LabelDetails label)
-
-
-
Method Detail
-
assignmentMethod
public InformationProtectionContentLabel.Builder assignmentMethod(AssignmentMethod assignmentMethod)
-
creationDateTime
public InformationProtectionContentLabel.Builder creationDateTime(OffsetDateTime creationDateTime)
-
label
public InformationProtectionContentLabel.Builder label(LabelDetails label)
-
build
public InformationProtectionContentLabel build()
-
-