WorkbookTemplateGallery Class
- java.
lang. Object - com.
azure. resourcemanager. applicationinsights. models. WorkbookTemplateGallery
- com.
Implements
public final class WorkbookTemplateGallery
implements JsonSerializable<WorkbookTemplateGallery>
Gallery information for a workbook template.
Constructor Summary
| Constructor | Description |
|---|---|
| WorkbookTemplateGallery() |
Creates an instance of Workbook |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
category()
Get the category property: Category for the gallery. |
|
static
Workbook |
fromJson(JsonReader jsonReader)
Reads an instance of Workbook |
| String |
name()
Get the name property: Name of the workbook template in the gallery. |
| Integer |
order()
Get the order property: Order of the template within the gallery. |
| String |
resourceType()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of workbook supported by the workbook template. |
| void |
validate()
Validates the instance. |
|
Workbook |
withCategory(String category)
Set the category property: Category for the gallery. |
|
Workbook |
withName(String name)
Set the name property: Name of the workbook template in the gallery. |
|
Workbook |
withOrder(Integer order)
Set the order property: Order of the template within the gallery. |
|
Workbook |
withResourceType(String resourceType)
Set the resource |
|
Workbook |
withType(String type)
Set the type property: Type of workbook supported by the workbook template. |
Methods inherited from java.lang.Object
Constructor Details
WorkbookTemplateGallery
public WorkbookTemplateGallery()
Creates an instance of WorkbookTemplateGallery class.
Method Details
category
public String category()
Get the category property: Category for the gallery.
Returns:
fromJson
public static WorkbookTemplateGallery fromJson(JsonReader jsonReader)
Reads an instance of WorkbookTemplateGallery from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the workbook template in the gallery.
Returns:
order
public Integer order()
Get the order property: Order of the template within the gallery.
Returns:
resourceType
public String resourceType()
Get the resourceType property: Azure resource type supported by the gallery.
Returns:
toJson
type
public String type()
Get the type property: Type of workbook supported by the workbook template.
Returns:
validate
public void validate()
Validates the instance.
withCategory
public WorkbookTemplateGallery withCategory(String category)
Set the category property: Category for the gallery.
Parameters:
Returns:
withName
public WorkbookTemplateGallery withName(String name)
Set the name property: Name of the workbook template in the gallery.
Parameters:
Returns:
withOrder
public WorkbookTemplateGallery withOrder(Integer order)
Set the order property: Order of the template within the gallery.
Parameters:
Returns:
withResourceType
public WorkbookTemplateGallery withResourceType(String resourceType)
Set the resourceType property: Azure resource type supported by the gallery.
Parameters:
Returns:
withType
public WorkbookTemplateGallery withType(String type)
Set the type property: Type of workbook supported by the workbook template.
Parameters:
Returns: