| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
ObjectIdentity |
ObjectIdentity.Builder.build() |
ObjectIdentity |
ObjectIdentity.withIssuer(String issuer) |
ObjectIdentity |
ObjectIdentity.withIssuerAssignedId(String issuerAssignedId) |
ObjectIdentity |
ObjectIdentity.withSignInType(String signInType) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ObjectIdentity> |
User.identities |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.identities(ObjectIdentity... identities) |
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.identities(List<ObjectIdentity> identities) |
Copyright © 2018–2020. All rights reserved.