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