public final class Rendering extends Object
| Constructor and Description |
|---|
Rendering() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description property: Description of the data that will help it be interpreted.
|
String |
title()
Get the title property: Title of data.
|
RenderingType |
type()
Get the type property: Rendering Type.
|
void |
validate()
Validates the instance.
|
Rendering |
withDescription(String description)
Set the description property: Description of the data that will help it be interpreted.
|
Rendering |
withTitle(String title)
Set the title property: Title of data.
|
Rendering |
withType(RenderingType type)
Set the type property: Rendering Type.
|
public RenderingType type()
public Rendering withType(RenderingType type)
type - the type value to set.public String title()
public Rendering withTitle(String title)
title - the title value to set.public String description()
public Rendering withDescription(String description)
description - the description value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.