| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<AuditProperty> |
AuditResource.modifiedProperties |
| Modifier and Type | Method and Description |
|---|---|
AuditProperty |
AuditProperty.Builder.build() |
AuditProperty |
AuditProperty.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
AuditProperty |
AuditProperty.withNewValue(String newValue)
Returns an immutable copy of
this with just the newValue field
changed. |
AuditProperty |
AuditProperty.withOldValue(String oldValue)
Returns an immutable copy of
this with just the oldValue field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<AuditProperty> |
AuditResource.getModifiedProperties()
“List of modified properties.”
|
com.github.davidmoten.odata.client.CollectionPage<AuditProperty> |
AuditResource.getModifiedProperties(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of modified properties.”
|
| Modifier and Type | Method and Description |
|---|---|
AuditResource.Builder |
AuditResource.Builder.modifiedProperties(AuditProperty... modifiedProperties)
“List of modified properties.”
|
| Modifier and Type | Method and Description |
|---|---|
AuditResource.Builder |
AuditResource.Builder.modifiedProperties(List<AuditProperty> modifiedProperties)
“List of modified properties.”
|
Copyright © 2018–2020. All rights reserved.