Uses of Class
odata.msgraph.client.beta.complex.BulkDriverActionResult
-
Packages that use BulkDriverActionResult Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of BulkDriverActionResult in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return BulkDriverActionResult Modifier and Type Method Description BulkDriverActionResultBulkDriverActionResult.Builder. build()BulkDriverActionResultBulkDriverActionResult. withUnmappedField(String name, String value) -
Uses of BulkDriverActionResult in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type BulkDriverActionResult Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<BulkDriverActionResult>WindowsDriverUpdateProfile. executeAction(DriverApprovalAction actionName, List<String> driverIds, OffsetDateTime deploymentDate) -
Uses of BulkDriverActionResult in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type BulkDriverActionResult Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<BulkDriverActionResult>WindowsDriverUpdateProfileRequest. executeAction(DriverApprovalAction actionName, List<String> driverIds, OffsetDateTime deploymentDate)
-