Uses of Class
microsoft.graph.search.complex.Identity
-
Packages that use Identity Package Description microsoft.graph.search.complex -
-
Uses of Identity in microsoft.graph.search.complex
Fields in microsoft.graph.search.complex declared as Identity Modifier and Type Field Description protected IdentityIdentitySet. applicationprotected IdentityIdentitySet. deviceprotected IdentityIdentitySet. userMethods in microsoft.graph.search.complex that return Identity Modifier and Type Method Description IdentityIdentity.Builder. build()IdentityIdentity. withDisplayName(String displayName)IdentityIdentity. withId(String id)IdentityIdentity. withUnmappedField(String name, String value)Methods in microsoft.graph.search.complex that return types with arguments of type Identity Modifier and Type Method Description Optional<Identity>IdentitySet. getApplication()Optional<Identity>IdentitySet. getDevice()Optional<Identity>IdentitySet. getUser()Methods in microsoft.graph.search.complex with parameters of type Identity Modifier and Type Method Description IdentitySet.BuilderIdentitySet.Builder. application(Identity application)IdentitySet.BuilderIdentitySet.Builder. device(Identity device)IdentitySet.BuilderIdentitySet.Builder. user(Identity user)IdentitySetIdentitySet. withApplication(Identity application)IdentitySetIdentitySet. withDevice(Identity device)IdentitySetIdentitySet. withUser(Identity user)
-