public class LoadParameters extends Object
| Constructor and Description |
|---|
LoadParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
contentPaths()
Get the contentPaths value.
|
LoadParameters |
withContentPaths(List<String> contentPaths)
Set the contentPaths value.
|
public List<String> contentPaths()
public LoadParameters withContentPaths(List<String> contentPaths)
contentPaths - the contentPaths value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/