Class ApplyLabelAction.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ApplyLabelAction.Builder
-
- Enclosing class:
- ApplyLabelAction
public static final class ApplyLabelAction.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplyLabelAction.Builderactions(List<InformationProtectionAction> actions)ApplyLabelAction.Builderactions(InformationProtectionAction... actions)ApplyLabelAction.BuilderactionsNextLink(String actionsNextLink)ApplyLabelAction.BuilderactionSource(ActionSource actionSource)ApplyLabelActionbuild()ApplyLabelAction.Builderlabel(LabelDetails label)ApplyLabelAction.BuilderresponsibleSensitiveTypeIds(String... responsibleSensitiveTypeIds)ApplyLabelAction.BuilderresponsibleSensitiveTypeIds(List<String> responsibleSensitiveTypeIds)ApplyLabelAction.BuilderresponsibleSensitiveTypeIdsNextLink(String responsibleSensitiveTypeIdsNextLink)
-
-
-
Method Detail
-
actions
public ApplyLabelAction.Builder actions(List<InformationProtectionAction> actions)
-
actions
public ApplyLabelAction.Builder actions(InformationProtectionAction... actions)
-
actionsNextLink
public ApplyLabelAction.Builder actionsNextLink(String actionsNextLink)
-
actionSource
public ApplyLabelAction.Builder actionSource(ActionSource actionSource)
-
label
public ApplyLabelAction.Builder label(LabelDetails label)
-
responsibleSensitiveTypeIds
public ApplyLabelAction.Builder responsibleSensitiveTypeIds(List<String> responsibleSensitiveTypeIds)
-
responsibleSensitiveTypeIds
public ApplyLabelAction.Builder responsibleSensitiveTypeIds(String... responsibleSensitiveTypeIds)
-
responsibleSensitiveTypeIdsNextLink
public ApplyLabelAction.Builder responsibleSensitiveTypeIdsNextLink(String responsibleSensitiveTypeIdsNextLink)
-
build
public ApplyLabelAction build()
-
-