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