Uses of Class
odata.msgraph.client.security.entity.CasesRoot
-
Packages that use CasesRoot Package Description odata.msgraph.client.entity odata.msgraph.client.security.entity -
-
Uses of CasesRoot in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as CasesRoot Modifier and Type Field Description protected CasesRootSecurity. casesMethods in odata.msgraph.client.entity with parameters of type CasesRoot Modifier and Type Method Description Security.BuilderSecurity.Builder. cases(CasesRoot cases)SecuritySecurity. withCases(CasesRoot cases) -
Uses of CasesRoot in odata.msgraph.client.security.entity
Methods in odata.msgraph.client.security.entity that return CasesRoot Modifier and Type Method Description CasesRootCasesRoot.Builder. build()CasesRootCasesRoot. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CasesRootCasesRoot. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CasesRootCasesRoot. withEdiscoveryCases(List<EdiscoveryCase> ediscoveryCases)CasesRootCasesRoot. withUnmappedField(String name, Object value)
-