Uses of Class
odata.msgraph.client.security.enums.BehaviorDuringRetentionPeriod
-
Packages that use BehaviorDuringRetentionPeriod Package Description odata.msgraph.client.complex odata.msgraph.client.security.enums -
-
Uses of BehaviorDuringRetentionPeriod in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as BehaviorDuringRetentionPeriod Modifier and Type Field Description protected BehaviorDuringRetentionPeriodRetentionLabelSettings. behaviorDuringRetentionPeriodMethods in odata.msgraph.client.complex that return types with arguments of type BehaviorDuringRetentionPeriod Modifier and Type Method Description Optional<BehaviorDuringRetentionPeriod>RetentionLabelSettings. getBehaviorDuringRetentionPeriod()Methods in odata.msgraph.client.complex with parameters of type BehaviorDuringRetentionPeriod Modifier and Type Method Description RetentionLabelSettings.BuilderRetentionLabelSettings.Builder. behaviorDuringRetentionPeriod(BehaviorDuringRetentionPeriod behaviorDuringRetentionPeriod)RetentionLabelSettingsRetentionLabelSettings. withBehaviorDuringRetentionPeriod(BehaviorDuringRetentionPeriod behaviorDuringRetentionPeriod) -
Uses of BehaviorDuringRetentionPeriod in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return BehaviorDuringRetentionPeriod Modifier and Type Method Description static BehaviorDuringRetentionPeriodBehaviorDuringRetentionPeriod. valueOf(String name)Returns the enum constant of this type with the specified name.static BehaviorDuringRetentionPeriod[]BehaviorDuringRetentionPeriod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-