public class ExportTemplateRequest extends Object
| Constructor and Description |
|---|
ExportTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
options()
Get the export template options.
|
List<String> |
resources()
Get the IDs of the resources to filter the export by.
|
ExportTemplateRequest |
withOptions(String options)
Set the export template options.
|
ExportTemplateRequest |
withResources(List<String> resources)
Set the IDs of the resources to filter the export by.
|
public List<String> resources()
public ExportTemplateRequest withResources(List<String> resources)
resources - the resources value to setpublic String options()
public ExportTemplateRequest withOptions(String options)
options - the options 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.
*/