| Package | Description |
|---|---|
| com.vmware.content.library.item.updatesession |
The Content Library Item Update Session package provides classes and interfaces
for updating files in a session.
|
| Modifier and Type | Method and Description |
|---|---|
static FileTypes.ValidationError |
FileTypes.ValidationError._newInstance(StructValue structValue)
WARNING: Internal API, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
FileTypes.ValidationError |
FileTypes.ValidationError.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<FileTypes.ValidationError> |
FileTypes.ValidationResult.getInvalidFiles()
A
List containing the files that have been identified as
invalid and details about the error. |
| Modifier and Type | Method and Description |
|---|---|
void |
FileTypes.ValidationResult.setInvalidFiles(List<FileTypes.ValidationError> invalidFiles)
A
List containing the files that have been identified as
invalid and details about the error. |
| Constructor and Description |
|---|
FileTypes.ValidationResult.Builder(boolean hasErrors,
Set<String> missingFiles,
List<FileTypes.ValidationError> invalidFiles)
Constructor with parameters for the required properties of
FileTypes.ValidationResult. |
Copyright © 2016. All Rights Reserved.