Uses of Class
microsoft.graph.externalconnectors.entity.Identity
-
Packages that use Identity Package Description microsoft.graph.externalconnectors.entity -
-
Uses of Identity in microsoft.graph.externalconnectors.entity
Methods in microsoft.graph.externalconnectors.entity that return Identity Modifier and Type Method Description IdentityIdentity.Builder. build()IdentityIdentity. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.IdentityIdentity. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).IdentityIdentity. withType(IdentityType type)IdentityIdentity. withUnmappedField(String name, String value)
-