Uses of Class
odata.msgraph.client.complex.AuditResource
-
Packages that use AuditResource Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AuditResource in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AuditResource Modifier and Type Method Description AuditResourceAuditResource.Builder. build()AuditResourceAuditResource. withAuditResourceType(String auditResourceType)Returns an immutable copy ofthiswith just theauditResourceTypefield changed.AuditResourceAuditResource. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.AuditResourceAuditResource. withResourceId(String resourceId)Returns an immutable copy ofthiswith just theresourceIdfield changed.AuditResourceAuditResource. withUnmappedField(String name, Object value) -
Uses of AuditResource in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AuditResource Modifier and Type Field Description protected List<AuditResource>AuditEvent. resourcesMethods in odata.msgraph.client.entity that return types with arguments of type AuditResource Modifier and Type Method 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.”Methods in odata.msgraph.client.entity with parameters of type AuditResource Modifier and Type Method Description AuditEvent.BuilderAuditEvent.Builder. resources(AuditResource... resources)“Resources being modified.”Method parameters in odata.msgraph.client.entity with type arguments of type AuditResource Modifier and Type Method Description AuditEvent.BuilderAuditEvent.Builder. resources(List<AuditResource> resources)“Resources being modified.”AuditEventAuditEvent. withResources(List<AuditResource> resources)Returns an immutable copy ofthiswith just theresourcesfield changed.
-