public class ObjectsToImport extends Object
Modifier and Type | Method and Description |
---|---|
static ObjectsToImport |
create(List<ExternalIdToObjectImportMapping> externalIdToObjectImportMappings) |
static ObjectsToImport |
createEmpty() |
void |
filterList(Predicate<ObjectBean> predicate) |
List<ExternalIdToObjectImportMapping> |
getExternalIdToObjectImportMappingList() |
boolean |
noDataFound() |
int |
size() |
public static ObjectsToImport createEmpty()
public static ObjectsToImport create(List<ExternalIdToObjectImportMapping> externalIdToObjectImportMappings)
public boolean noDataFound()
public int size()
public List<ExternalIdToObjectImportMapping> getExternalIdToObjectImportMappingList()
public void filterList(Predicate<ObjectBean> predicate)
Copyright © 2024 Atlassian. All rights reserved.