Uses of Class
odata.msgraph.client.entity.ProtectionUnitBase
-
Packages that use ProtectionUnitBase Package Description odata.msgraph.client.entity -
-
Uses of ProtectionUnitBase in odata.msgraph.client.entity
Subclasses of ProtectionUnitBase in odata.msgraph.client.entity Modifier and Type Class Description classDriveProtectionUnitclassMailboxProtectionUnitclassSiteProtectionUnitMethods in odata.msgraph.client.entity that return ProtectionUnitBase Modifier and Type Method Description ProtectionUnitBaseProtectionUnitBase. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ProtectionUnitBaseProtectionUnitBase. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ProtectionUnitBaseProtectionUnitBase. withCreatedBy(IdentitySet createdBy)ProtectionUnitBaseProtectionUnitBase. withCreatedDateTime(OffsetDateTime createdDateTime)ProtectionUnitBaseProtectionUnitBase. withError(PublicError error)ProtectionUnitBaseProtectionUnitBase. withLastModifiedBy(IdentitySet lastModifiedBy)ProtectionUnitBaseProtectionUnitBase. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)ProtectionUnitBaseProtectionUnitBase. withPolicyId(String policyId)ProtectionUnitBaseProtectionUnitBase. withStatus(ProtectionUnitStatus status)ProtectionUnitBaseProtectionUnitBase. withUnmappedField(String name, Object value)
-