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