Package odata.msgraph.client.complex
Class RetentionLabelSettings.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.RetentionLabelSettings.Builder
-
- Enclosing class:
- RetentionLabelSettings
public static final class RetentionLabelSettings.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RetentionLabelSettings.BuilderbehaviorDuringRetentionPeriod(BehaviorDuringRetentionPeriod behaviorDuringRetentionPeriod)RetentionLabelSettingsbuild()RetentionLabelSettings.BuilderisContentUpdateAllowed(Boolean isContentUpdateAllowed)RetentionLabelSettings.BuilderisDeleteAllowed(Boolean isDeleteAllowed)RetentionLabelSettings.BuilderisLabelUpdateAllowed(Boolean isLabelUpdateAllowed)RetentionLabelSettings.BuilderisMetadataUpdateAllowed(Boolean isMetadataUpdateAllowed)RetentionLabelSettings.BuilderisRecordLocked(Boolean isRecordLocked)
-
-
-
Method Detail
-
behaviorDuringRetentionPeriod
public RetentionLabelSettings.Builder behaviorDuringRetentionPeriod(BehaviorDuringRetentionPeriod behaviorDuringRetentionPeriod)
-
isContentUpdateAllowed
public RetentionLabelSettings.Builder isContentUpdateAllowed(Boolean isContentUpdateAllowed)
-
isDeleteAllowed
public RetentionLabelSettings.Builder isDeleteAllowed(Boolean isDeleteAllowed)
-
isLabelUpdateAllowed
public RetentionLabelSettings.Builder isLabelUpdateAllowed(Boolean isLabelUpdateAllowed)
-
isMetadataUpdateAllowed
public RetentionLabelSettings.Builder isMetadataUpdateAllowed(Boolean isMetadataUpdateAllowed)
-
isRecordLocked
public RetentionLabelSettings.Builder isRecordLocked(Boolean isRecordLocked)
-
build
public RetentionLabelSettings build()
-
-