Uses of Class
odata.msgraph.client.complex.RetentionLabelSettings
-
Packages that use RetentionLabelSettings Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of RetentionLabelSettings in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return RetentionLabelSettings Modifier and Type Method Description RetentionLabelSettingsRetentionLabelSettings.Builder. build()RetentionLabelSettingsRetentionLabelSettings. withBehaviorDuringRetentionPeriod(BehaviorDuringRetentionPeriod behaviorDuringRetentionPeriod)RetentionLabelSettingsRetentionLabelSettings. withIsContentUpdateAllowed(Boolean isContentUpdateAllowed)RetentionLabelSettingsRetentionLabelSettings. withIsDeleteAllowed(Boolean isDeleteAllowed)RetentionLabelSettingsRetentionLabelSettings. withIsLabelUpdateAllowed(Boolean isLabelUpdateAllowed)RetentionLabelSettingsRetentionLabelSettings. withIsMetadataUpdateAllowed(Boolean isMetadataUpdateAllowed)RetentionLabelSettingsRetentionLabelSettings. withIsRecordLocked(Boolean isRecordLocked)RetentionLabelSettingsRetentionLabelSettings. withUnmappedField(String name, Object value) -
Uses of RetentionLabelSettings in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as RetentionLabelSettings Modifier and Type Field Description protected RetentionLabelSettingsItemRetentionLabel. retentionSettingsMethods in odata.msgraph.client.entity that return types with arguments of type RetentionLabelSettings Modifier and Type Method Description Optional<RetentionLabelSettings>ItemRetentionLabel. getRetentionSettings()Methods in odata.msgraph.client.entity with parameters of type RetentionLabelSettings Modifier and Type Method Description ItemRetentionLabel.BuilderItemRetentionLabel.Builder. retentionSettings(RetentionLabelSettings retentionSettings)ItemRetentionLabelItemRetentionLabel. withRetentionSettings(RetentionLabelSettings retentionSettings)
-