Uses of Class
odata.msgraph.client.entity.ConditionalAccessRoot
-
Packages that use ConditionalAccessRoot Package Description odata.msgraph.client.entity -
-
Uses of ConditionalAccessRoot in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return ConditionalAccessRoot Modifier and Type Method Description ConditionalAccessRootConditionalAccessRoot.Builder. build()ConditionalAccessRootConditionalAccessRoot. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ConditionalAccessRootConditionalAccessRoot. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ConditionalAccessRootConditionalAccessRoot. withUnmappedField(String name, String value)
-