Uses of Class
odata.msgraph.client.security.complex.RetentionDuration
-
Packages that use RetentionDuration Package Description odata.msgraph.client.security.complex odata.msgraph.client.security.entity -
-
Uses of RetentionDuration in odata.msgraph.client.security.complex
Subclasses of RetentionDuration in odata.msgraph.client.security.complex Modifier and Type Class Description classRetentionDurationForeverclassRetentionDurationInDaysMethods in odata.msgraph.client.security.complex that return RetentionDuration Modifier and Type Method Description RetentionDurationRetentionDuration. withUnmappedField(String name, Object value) -
Uses of RetentionDuration in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as RetentionDuration Modifier and Type Field Description protected RetentionDurationRetentionLabel. retentionDurationMethods in odata.msgraph.client.security.entity that return types with arguments of type RetentionDuration Modifier and Type Method Description Optional<RetentionDuration>RetentionLabel. getRetentionDuration()Methods in odata.msgraph.client.security.entity with parameters of type RetentionDuration Modifier and Type Method Description RetentionLabel.BuilderRetentionLabel.Builder. retentionDuration(RetentionDuration retentionDuration)RetentionLabelRetentionLabel. withRetentionDuration(RetentionDuration retentionDuration)
-