public final class ExportTemplateRequest extends Object
| Constructor and Description |
|---|
ExportTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
options()
Get the options property: The export template options.
|
List<String> |
resources()
Get the resources property: The IDs of the resources to filter the export by.
|
void |
validate()
Validates the instance.
|
ExportTemplateRequest |
withOptions(String options)
Set the options property: The export template options.
|
ExportTemplateRequest |
withResources(List<String> resources)
Set the resources property: 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 set.public String options()
public ExportTemplateRequest withOptions(String options)
options - the options value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.