public final class ProfileImportResult extends Object implements Serializable
Constructor and Description |
---|
ProfileImportResult(String[] created,
String[] replaced,
String[] removed,
String[] skipped) |
Modifier and Type | Method and Description |
---|---|
String[] |
getCreated()
Get the names of profiles that were created during the import.
|
String[] |
getRemoved()
Get the names of profiles that were removed during the import.
|
String[] |
getReplaced()
Get the names of profiles that were replaced during the import.
|
String[] |
getSkipped()
Get the names of profiles that were skipped during the import.
|
public String[] getCreated()
public String[] getReplaced()
public String[] getRemoved()
public String[] getSkipped()