Uses of Class
odata.msgraph.client.security.enums.BehaviorDuringRetentionPeriod
-
Packages that use BehaviorDuringRetentionPeriod Package Description odata.msgraph.client.complex odata.msgraph.client.security.entity 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.entity
Fields in odata.msgraph.client.security.entity declared as BehaviorDuringRetentionPeriod Modifier and Type Field Description protected BehaviorDuringRetentionPeriodRetentionLabel. behaviorDuringRetentionPeriodMethods in odata.msgraph.client.security.entity that return types with arguments of type BehaviorDuringRetentionPeriod Modifier and Type Method Description Optional<BehaviorDuringRetentionPeriod>RetentionLabel. getBehaviorDuringRetentionPeriod()Methods in odata.msgraph.client.security.entity with parameters of type BehaviorDuringRetentionPeriod Modifier and Type Method Description RetentionLabel.BuilderRetentionLabel.Builder. behaviorDuringRetentionPeriod(BehaviorDuringRetentionPeriod behaviorDuringRetentionPeriod)RetentionLabelRetentionLabel. 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.
-