Uses of Class
odata.msgraph.client.complex.ObjectIdentity
-
Packages that use ObjectIdentity Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ObjectIdentity in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ObjectIdentity Modifier and Type Method Description ObjectIdentityObjectIdentity.Builder. build()ObjectIdentityObjectIdentity. withIssuer(String issuer)ObjectIdentityObjectIdentity. withIssuerAssignedId(String issuerAssignedId)ObjectIdentityObjectIdentity. withSignInType(String signInType)ObjectIdentityObjectIdentity. withUnmappedField(String name, String value) -
Uses of ObjectIdentity in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ObjectIdentity Modifier and Type Field Description protected List<ObjectIdentity>User. identitiesMethods in odata.msgraph.client.entity that return types with arguments of type ObjectIdentity Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ObjectIdentity>User. getIdentities()com.github.davidmoten.odata.client.CollectionPage<ObjectIdentity>User. getIdentities(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type ObjectIdentity Modifier and Type Method Description User.BuilderUser.Builder. identities(ObjectIdentity... identities)Method parameters in odata.msgraph.client.entity with type arguments of type ObjectIdentity Modifier and Type Method Description User.BuilderUser.Builder. identities(List<ObjectIdentity> identities)UserUser. withIdentities(List<ObjectIdentity> identities)
-