| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
AuditResource |
AuditResource.Builder.build() |
AuditResource |
AuditResource.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
AuditResource |
AuditResource.withResourceId(String resourceId)
Returns an immutable copy of
this with just the resourceId field
changed. |
AuditResource |
AuditResource.withType(String type)
Returns an immutable copy of
this with just the type field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<AuditResource> |
AuditEvent.resources |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<AuditResource> |
AuditEvent.getResources()
“Resources being modified.”
|
com.github.davidmoten.odata.client.CollectionPage<AuditResource> |
AuditEvent.getResources(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Resources being modified.”
|
| Modifier and Type | Method and Description |
|---|---|
AuditEvent.Builder |
AuditEvent.Builder.resources(AuditResource... resources)
“Resources being modified.”
|
| Modifier and Type | Method and Description |
|---|---|
AuditEvent.Builder |
AuditEvent.Builder.resources(List<AuditResource> resources)
“Resources being modified.”
|
Copyright © 2018–2020. All rights reserved.