Uses of Class
odata.msgraph.client.entity.ProtectionRuleBase
-
Packages that use ProtectionRuleBase Package Description odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of ProtectionRuleBase in odata.msgraph.client.entity
Subclasses of ProtectionRuleBase in odata.msgraph.client.entity Modifier and Type Class Description classDriveProtectionRuleclassMailboxProtectionRuleclassSiteProtectionRuleMethods in odata.msgraph.client.entity that return ProtectionRuleBase Modifier and Type Method Description ProtectionRuleBaseProtectionRuleBase. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ProtectionRuleBaseProtectionRuleBase. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ProtectionRuleBaseProtectionRuleBase. withCreatedBy(IdentitySet createdBy)ProtectionRuleBaseProtectionRuleBase. withCreatedDateTime(OffsetDateTime createdDateTime)ProtectionRuleBaseProtectionRuleBase. withError(PublicError error)ProtectionRuleBaseProtectionRuleBase. withIsAutoApplyEnabled(Boolean isAutoApplyEnabled)ProtectionRuleBaseProtectionRuleBase. withLastModifiedBy(IdentitySet lastModifiedBy)ProtectionRuleBaseProtectionRuleBase. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)ProtectionRuleBaseProtectionRuleBase. withStatus(ProtectionRuleStatus status)ProtectionRuleBaseProtectionRuleBase. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity that return types with arguments of type ProtectionRuleBase Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ProtectionRuleBase>ProtectionRuleBase. run() -
Uses of ProtectionRuleBase in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type ProtectionRuleBase Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ProtectionRuleBase>ProtectionRuleBaseRequest. run()
-