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