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