Aracılığıyla paylaş


DeletedWorkbookInner Class

public final class DeletedWorkbookInner
extends DeletedWorkbookResource

A workbook definition.

Constructor Summary

Constructor Description
DeletedWorkbookInner()

Creates an instance of DeletedWorkbookInner class.

Method Summary

Modifier and Type Method and Description
String category()

Get the category property: Workbook category, as defined by the user at creation time.

String description()

Get the description property: The description of the workbook.

String displayName()

Get the displayName property: The user-defined name (display name) of the workbook.

static DeletedWorkbookInner fromJson(JsonReader jsonReader)

Reads an instance of DeletedWorkbookInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

String revision()

Get the revision property: The unique revision id for this workbook definition.

String serializedData()

Get the serializedData property: Configuration of this particular workbook.

String sourceId()

Get the sourceId property: ResourceId for a source resource.

String storageUri()

Get the storageUri property: The resourceId to the storage account when bring your own storage is used.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

List<String> tagsPropertiesTags()

Get the tags property: Being deprecated, please use the other tags field.

OffsetDateTime timeModified()

Get the timeModified property: Date and time in UTC of the last modification that was made to this workbook definition.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

String userId()

Get the userId property: Unique user id of the specific user that owns this workbook.

void validate()

Validates the instance.

String version()

Get the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData.

DeletedWorkbookInner withCategory(String category)

Set the category property: Workbook category, as defined by the user at creation time.

DeletedWorkbookInner withDescription(String description)

Set the description property: The description of the workbook.

DeletedWorkbookInner withDisplayName(String displayName)

Set the displayName property: The user-defined name (display name) of the workbook.

DeletedWorkbookInner withEtag(String etag)

Set the etag property: Resource etag.

DeletedWorkbookInner withKind(WorkbookSharedTypeKind kind)

Set the kind property: The kind of workbook.

DeletedWorkbookInner withLocation(String location)
DeletedWorkbookInner withSerializedData(String serializedData)

Set the serializedData property: Configuration of this particular workbook.

DeletedWorkbookInner withSourceId(String sourceId)

Set the sourceId property: ResourceId for a source resource.

DeletedWorkbookInner withStorageUri(String storageUri)

Set the storageUri property: The resourceId to the storage account when bring your own storage is used.

DeletedWorkbookInner withTags(Map<String,String> tags)
DeletedWorkbookInner withTagsPropertiesTags(List<String> tags)

Set the tags property: Being deprecated, please use the other tags field.

DeletedWorkbookInner withVersion(String version)

Set the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData.

Methods inherited from Resource

Methods inherited from DeletedWorkbookResource

Methods inherited from java.lang.Object

Constructor Details

DeletedWorkbookInner

public DeletedWorkbookInner()

Creates an instance of DeletedWorkbookInner class.

Method Details

category

public String category()

Get the category property: Workbook category, as defined by the user at creation time.

Returns:

the category value.

description

public String description()

Get the description property: The description of the workbook.

Returns:

the description value.

displayName

public String displayName()

Get the displayName property: The user-defined name (display name) of the workbook.

Returns:

the displayName value.

fromJson

public static DeletedWorkbookInner fromJson(JsonReader jsonReader)

Reads an instance of DeletedWorkbookInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DeletedWorkbookInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

DeletedWorkbookInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

DeletedWorkbookInner.name()

Returns:

the name value.

revision

public String revision()

Get the revision property: The unique revision id for this workbook definition.

Returns:

the revision value.

serializedData

public String serializedData()

Get the serializedData property: Configuration of this particular workbook. Configuration data is a string containing valid JSON.

Returns:

the serializedData value.

sourceId

public String sourceId()

Get the sourceId property: ResourceId for a source resource.

Returns:

the sourceId value.

storageUri

public String storageUri()

Get the storageUri property: The resourceId to the storage account when bring your own storage is used.

Returns:

the storageUri value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Overrides:

DeletedWorkbookInner.systemData()

Returns:

the systemData value.

tagsPropertiesTags

public List<String> tagsPropertiesTags()

Get the tags property: Being deprecated, please use the other tags field.

Returns:

the tags value.

timeModified

public OffsetDateTime timeModified()

Get the timeModified property: Date and time in UTC of the last modification that was made to this workbook definition.

Returns:

the timeModified value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DeletedWorkbookInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

DeletedWorkbookInner.type()

Returns:

the type value.

userId

public String userId()

Get the userId property: Unique user id of the specific user that owns this workbook.

Returns:

the userId value.

validate

public void validate()

Validates the instance.

Overrides:

DeletedWorkbookInner.validate()

version

public String version()

Get the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData.

Returns:

the version value.

withCategory

public DeletedWorkbookInner withCategory(String category)

Set the category property: Workbook category, as defined by the user at creation time.

Parameters:

category - the category value to set.

Returns:

the DeletedWorkbookInner object itself.

withDescription

public DeletedWorkbookInner withDescription(String description)

Set the description property: The description of the workbook.

Parameters:

description - the description value to set.

Returns:

the DeletedWorkbookInner object itself.

withDisplayName

public DeletedWorkbookInner withDisplayName(String displayName)

Set the displayName property: The user-defined name (display name) of the workbook.

Parameters:

displayName - the displayName value to set.

Returns:

the DeletedWorkbookInner object itself.

withEtag

public DeletedWorkbookInner withEtag(String etag)

Set the etag property: Resource etag.

Overrides:

DeletedWorkbookInner.withEtag(String etag)

Parameters:

etag

withKind

public DeletedWorkbookInner withKind(WorkbookSharedTypeKind kind)

Set the kind property: The kind of workbook. Only valid value is shared.

Overrides:

DeletedWorkbookInner.withKind(WorkbookSharedTypeKind kind)

Parameters:

kind

withLocation

public DeletedWorkbookInner withLocation(String location)

Overrides:

DeletedWorkbookInner.withLocation(String location)

Parameters:

location

withSerializedData

public DeletedWorkbookInner withSerializedData(String serializedData)

Set the serializedData property: Configuration of this particular workbook. Configuration data is a string containing valid JSON.

Parameters:

serializedData - the serializedData value to set.

Returns:

the DeletedWorkbookInner object itself.

withSourceId

public DeletedWorkbookInner withSourceId(String sourceId)

Set the sourceId property: ResourceId for a source resource.

Parameters:

sourceId - the sourceId value to set.

Returns:

the DeletedWorkbookInner object itself.

withStorageUri

public DeletedWorkbookInner withStorageUri(String storageUri)

Set the storageUri property: The resourceId to the storage account when bring your own storage is used.

Parameters:

storageUri - the storageUri value to set.

Returns:

the DeletedWorkbookInner object itself.

withTags

public DeletedWorkbookInner withTags(Map<String,String> tags)

Overrides:

DeletedWorkbookInner.withTags(Map<String,String> tags)

Parameters:

tags

withTagsPropertiesTags

public DeletedWorkbookInner withTagsPropertiesTags(List<String> tags)

Set the tags property: Being deprecated, please use the other tags field.

Parameters:

tags - the tags value to set.

Returns:

the DeletedWorkbookInner object itself.

withVersion

public DeletedWorkbookInner withVersion(String version)

Set the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData.

Parameters:

version - the version value to set.

Returns:

the DeletedWorkbookInner object itself.

Applies to