Uses of Class
odata.msgraph.client.security.enums.CaseStatus
-
Packages that use CaseStatus Package Description odata.msgraph.client.security.entity odata.msgraph.client.security.enums -
-
Uses of CaseStatus in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as CaseStatus Modifier and Type Field Description protected CaseStatusCase. statusMethods in odata.msgraph.client.security.entity that return types with arguments of type CaseStatus Modifier and Type Method Description Optional<CaseStatus>Case. getStatus()Methods in odata.msgraph.client.security.entity with parameters of type CaseStatus Modifier and Type Method Description EdiscoveryCase.BuilderEdiscoveryCase.Builder. status(CaseStatus status)CaseCase. withStatus(CaseStatus status) -
Uses of CaseStatus in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return CaseStatus Modifier and Type Method Description static CaseStatusCaseStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CaseStatus[]CaseStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-