| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<ChangeNotification> |
ChangeNotificationCollection.value |
| Modifier and Type | Method and Description |
|---|---|
ChangeNotification |
ChangeNotification.Builder.build() |
ChangeNotification |
ChangeNotification.withChangeType(ChangeType changeType) |
ChangeNotification |
ChangeNotification.withClientState(String clientState) |
ChangeNotification |
ChangeNotification.withEncryptedContent(ChangeNotificationEncryptedContent encryptedContent) |
ChangeNotification |
ChangeNotification.withId(String id) |
ChangeNotification |
ChangeNotification.withLifecycleEvent(LifecycleEventType lifecycleEvent) |
ChangeNotification |
ChangeNotification.withResource(String resource) |
ChangeNotification |
ChangeNotification.withResourceData(ResourceData resourceData) |
ChangeNotification |
ChangeNotification.withSubscriptionExpirationDateTime(OffsetDateTime subscriptionExpirationDateTime) |
ChangeNotification |
ChangeNotification.withSubscriptionId(String subscriptionId) |
ChangeNotification |
ChangeNotification.withTenantId(String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<ChangeNotification> |
ChangeNotificationCollection.getValue() |
com.github.davidmoten.odata.client.CollectionPage<ChangeNotification> |
ChangeNotificationCollection.getValue(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
ChangeNotificationCollection.Builder |
ChangeNotificationCollection.Builder.value(ChangeNotification... value) |
| Modifier and Type | Method and Description |
|---|---|
ChangeNotificationCollection.Builder |
ChangeNotificationCollection.Builder.value(List<ChangeNotification> value) |
Copyright © 2018–2020. All rights reserved.