public final class DynamicsBulkResult<T> extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DynamicsBulkResult.BulkOperationResultBuilder<T> |
Modifier and Type | Method and Description |
---|---|
static <T> DynamicsBulkResult.BulkOperationResultBuilder<T> |
builder() |
Serializable |
getCustomProperty(String key)
A custom property stored under the given key
|
Serializable |
getId() |
List<DynamicsBulkItem<T>> |
getItems() |
boolean |
isSuccessful() |
public Serializable getId()
public boolean isSuccessful()
true
if and only if all the child DynamicsBulkItem entities were also successfulpublic List<DynamicsBulkItem<T>> getItems()
public Serializable getCustomProperty(String key)
key
- the key of the custom propertySerializable
valuepublic static <T> DynamicsBulkResult.BulkOperationResultBuilder<T> builder()
Copyright © 2010–2020. All rights reserved.