public final class LoadParameters extends Object
| Constructor and Description |
|---|
LoadParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
contentPaths()
Get the contentPaths property: The path to the content to be loaded.
|
void |
validate()
Validates the instance.
|
LoadParameters |
withContentPaths(List<String> contentPaths)
Set the contentPaths property: The path to the content to be loaded.
|
public List<String> contentPaths()
public LoadParameters withContentPaths(List<String> contentPaths)
contentPaths - the contentPaths value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.