Uses of Class
odata.msgraph.client.beta.entity.UserAccountInformation
-
Packages that use UserAccountInformation Package Description odata.msgraph.client.beta.entity -
-
Uses of UserAccountInformation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return UserAccountInformation Modifier and Type Method Description UserAccountInformationUserAccountInformation.Builder. build()UserAccountInformationUserAccountInformation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.UserAccountInformationUserAccountInformation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).UserAccountInformationUserAccountInformation. withAgeGroup(String ageGroup)UserAccountInformationUserAccountInformation. withCountryCode(String countryCode)UserAccountInformationUserAccountInformation. withPreferredLanguageTag(LocaleInfo preferredLanguageTag)UserAccountInformationUserAccountInformation. withUnmappedField(String name, String value)UserAccountInformationUserAccountInformation. withUserPrincipalName(String userPrincipalName)
-