Uses of Class
odata.msgraph.client.beta.ediscovery.enums.LegalHoldStatus
-
Packages that use LegalHoldStatus Package Description odata.msgraph.client.beta.ediscovery.entity odata.msgraph.client.beta.ediscovery.enums -
-
Uses of LegalHoldStatus in odata.msgraph.client.beta.ediscovery.entity
Fields in odata.msgraph.client.beta.ediscovery.entity declared as LegalHoldStatus Modifier and Type Field Description protected LegalHoldStatusLegalHold. statusMethods in odata.msgraph.client.beta.ediscovery.entity that return types with arguments of type LegalHoldStatus Modifier and Type Method Description Optional<LegalHoldStatus>LegalHold. getStatus()Methods in odata.msgraph.client.beta.ediscovery.entity with parameters of type LegalHoldStatus Modifier and Type Method Description LegalHold.BuilderLegalHold.Builder. status(LegalHoldStatus status)LegalHoldLegalHold. withStatus(LegalHoldStatus status) -
Uses of LegalHoldStatus in odata.msgraph.client.beta.ediscovery.enums
Methods in odata.msgraph.client.beta.ediscovery.enums that return LegalHoldStatus Modifier and Type Method Description static LegalHoldStatusLegalHoldStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LegalHoldStatus[]LegalHoldStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-