public final class DynamicsBulkItem<T> extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DynamicsBulkItem.BulkItemBuilder<T> |
Modifier and Type | Method and Description |
---|---|
static <T> DynamicsBulkItem.BulkItemBuilder<T> |
builder() |
Serializable |
getCustomProperty(String key)
A custom property stored under the given key
|
Exception |
getException() |
Serializable |
getId() |
String |
getMessage() |
T |
getPayload() |
String |
getStatusCode() |
boolean |
isSuccessful() |
public Serializable getId()
public boolean isSuccessful()
public String getMessage()
public String getStatusCode()
public Exception getException()
public T getPayload()
public Serializable getCustomProperty(String key)
key
- the key of the custom propertySerializable
valuepublic static <T> DynamicsBulkItem.BulkItemBuilder<T> builder()
Copyright © 2010–2020. All rights reserved.