Compartilhar via


MicrosoftGraphCopyNotebookModel Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCopyNotebookModel

Implements

public final class MicrosoftGraphCopyNotebookModel
implements JsonSerializable<MicrosoftGraphCopyNotebookModel>

CopyNotebookModel.

Constructor Summary

Constructor Description
MicrosoftGraphCopyNotebookModel()

Creates an instance of MicrosoftGraphCopyNotebookModel class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: CopyNotebookModel.

String createdBy()

Get the createdBy property: The createdBy property.

MicrosoftGraphIdentitySet createdByIdentity()

Get the createdByIdentity property: identitySet.

OffsetDateTime createdTime()

Get the createdTime property: The createdTime property.

static MicrosoftGraphCopyNotebookModel fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphCopyNotebookModel from the JsonReader.

String id()

Get the id property: The id property.

Boolean isDefault()

Get the isDefault property: The isDefault property.

Boolean isShared()

Get the isShared property: The isShared property.

String lastModifiedBy()

Get the lastModifiedBy property: The lastModifiedBy property.

MicrosoftGraphIdentitySet lastModifiedByIdentity()

Get the lastModifiedByIdentity property: identitySet.

OffsetDateTime lastModifiedTime()

Get the lastModifiedTime property: The lastModifiedTime property.

MicrosoftGraphNotebookLinks links()

Get the links property: notebookLinks.

String name()

Get the name property: The name property.

String sectionGroupsUrl()

Get the sectionGroupsUrl property: The sectionGroupsUrl property.

String sectionsUrl()

Get the sectionsUrl property: The sectionsUrl property.

String self()

Get the self property: The self property.

JsonWriter toJson(JsonWriter jsonWriter)
MicrosoftGraphOnenoteUserRole userRole()

Get the userRole property: onenoteUserRole.

void validate()

Validates the instance.

MicrosoftGraphCopyNotebookModel withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: CopyNotebookModel.

MicrosoftGraphCopyNotebookModel withCreatedBy(String createdBy)

Set the createdBy property: The createdBy property.

MicrosoftGraphCopyNotebookModel withCreatedByIdentity(MicrosoftGraphIdentitySet createdByIdentity)

Set the createdByIdentity property: identitySet.

MicrosoftGraphCopyNotebookModel withCreatedTime(OffsetDateTime createdTime)

Set the createdTime property: The createdTime property.

MicrosoftGraphCopyNotebookModel withId(String id)

Set the id property: The id property.

MicrosoftGraphCopyNotebookModel withIsDefault(Boolean isDefault)

Set the isDefault property: The isDefault property.

MicrosoftGraphCopyNotebookModel withIsShared(Boolean isShared)

Set the isShared property: The isShared property.

MicrosoftGraphCopyNotebookModel withLastModifiedBy(String lastModifiedBy)

Set the lastModifiedBy property: The lastModifiedBy property.

MicrosoftGraphCopyNotebookModel withLastModifiedByIdentity(MicrosoftGraphIdentitySet lastModifiedByIdentity)

Set the lastModifiedByIdentity property: identitySet.

MicrosoftGraphCopyNotebookModel withLastModifiedTime(OffsetDateTime lastModifiedTime)

Set the lastModifiedTime property: The lastModifiedTime property.

MicrosoftGraphCopyNotebookModel withLinks(MicrosoftGraphNotebookLinks links)

Set the links property: notebookLinks.

MicrosoftGraphCopyNotebookModel withName(String name)

Set the name property: The name property.

MicrosoftGraphCopyNotebookModel withSectionGroupsUrl(String sectionGroupsUrl)

Set the sectionGroupsUrl property: The sectionGroupsUrl property.

MicrosoftGraphCopyNotebookModel withSectionsUrl(String sectionsUrl)

Set the sectionsUrl property: The sectionsUrl property.

MicrosoftGraphCopyNotebookModel withSelf(String self)

Set the self property: The self property.

MicrosoftGraphCopyNotebookModel withUserRole(MicrosoftGraphOnenoteUserRole userRole)

Set the userRole property: onenoteUserRole.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphCopyNotebookModel

public MicrosoftGraphCopyNotebookModel()

Creates an instance of MicrosoftGraphCopyNotebookModel class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: CopyNotebookModel.

Returns:

the additionalProperties value.

createdBy

public String createdBy()

Get the createdBy property: The createdBy property.

Returns:

the createdBy value.

createdByIdentity

public MicrosoftGraphIdentitySet createdByIdentity()

Get the createdByIdentity property: identitySet.

Returns:

the createdByIdentity value.

createdTime

public OffsetDateTime createdTime()

Get the createdTime property: The createdTime property.

Returns:

the createdTime value.

fromJson

public static MicrosoftGraphCopyNotebookModel fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphCopyNotebookModel from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphCopyNotebookModel.

id

public String id()

Get the id property: The id property.

Returns:

the id value.

isDefault

public Boolean isDefault()

Get the isDefault property: The isDefault property.

Returns:

the isDefault value.

isShared

public Boolean isShared()

Get the isShared property: The isShared property.

Returns:

the isShared value.

lastModifiedBy

public String lastModifiedBy()

Get the lastModifiedBy property: The lastModifiedBy property.

Returns:

the lastModifiedBy value.

lastModifiedByIdentity

public MicrosoftGraphIdentitySet lastModifiedByIdentity()

Get the lastModifiedByIdentity property: identitySet.

Returns:

the lastModifiedByIdentity value.

lastModifiedTime

public OffsetDateTime lastModifiedTime()

Get the lastModifiedTime property: The lastModifiedTime property.

Returns:

the lastModifiedTime value.

links

public MicrosoftGraphNotebookLinks links()

Get the links property: notebookLinks.

Returns:

the links value.

name

public String name()

Get the name property: The name property.

Returns:

the name value.

sectionGroupsUrl

public String sectionGroupsUrl()

Get the sectionGroupsUrl property: The sectionGroupsUrl property.

Returns:

the sectionGroupsUrl value.

sectionsUrl

public String sectionsUrl()

Get the sectionsUrl property: The sectionsUrl property.

Returns:

the sectionsUrl value.

self

public String self()

Get the self property: The self property.

Returns:

the self value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

userRole

public MicrosoftGraphOnenoteUserRole userRole()

Get the userRole property: onenoteUserRole.

Returns:

the userRole value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphCopyNotebookModel withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: CopyNotebookModel.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphCopyNotebookModel object itself.

withCreatedBy

public MicrosoftGraphCopyNotebookModel withCreatedBy(String createdBy)

Set the createdBy property: The createdBy property.

Parameters:

createdBy - the createdBy value to set.

Returns:

the MicrosoftGraphCopyNotebookModel object itself.

withCreatedByIdentity

public MicrosoftGraphCopyNotebookModel withCreatedByIdentity(MicrosoftGraphIdentitySet createdByIdentity)

Set the createdByIdentity property: identitySet.

Parameters:

createdByIdentity - the createdByIdentity value to set.

Returns:

the MicrosoftGraphCopyNotebookModel object itself.

withCreatedTime

public MicrosoftGraphCopyNotebookModel withCreatedTime(OffsetDateTime createdTime)

Set the createdTime property: The createdTime property.

Parameters:

createdTime - the createdTime value to set.

Returns:

the MicrosoftGraphCopyNotebookModel object itself.

withId

public MicrosoftGraphCopyNotebookModel withId(String id)

Set the id property: The id property.

Parameters:

id - the id value to set.

Returns:

the MicrosoftGraphCopyNotebookModel object itself.

withIsDefault

public MicrosoftGraphCopyNotebookModel withIsDefault(Boolean isDefault)

Set the isDefault property: The isDefault property.

Parameters:

isDefault - the isDefault value to set.

Returns:

the MicrosoftGraphCopyNotebookModel object itself.

withIsShared

public MicrosoftGraphCopyNotebookModel withIsShared(Boolean isShared)

Set the isShared property: The isShared property.

Parameters:

isShared - the isShared value to set.

Returns:

the MicrosoftGraphCopyNotebookModel object itself.

withLastModifiedBy

public MicrosoftGraphCopyNotebookModel withLastModifiedBy(String lastModifiedBy)

Set the lastModifiedBy property: The lastModifiedBy property.

Parameters:

lastModifiedBy - the lastModifiedBy value to set.

Returns:

the MicrosoftGraphCopyNotebookModel object itself.

withLastModifiedByIdentity

public MicrosoftGraphCopyNotebookModel withLastModifiedByIdentity(MicrosoftGraphIdentitySet lastModifiedByIdentity)

Set the lastModifiedByIdentity property: identitySet.

Parameters:

lastModifiedByIdentity - the lastModifiedByIdentity value to set.

Returns:

the MicrosoftGraphCopyNotebookModel object itself.

withLastModifiedTime

public MicrosoftGraphCopyNotebookModel withLastModifiedTime(OffsetDateTime lastModifiedTime)

Set the lastModifiedTime property: The lastModifiedTime property.

Parameters:

lastModifiedTime - the lastModifiedTime value to set.

Returns:

the MicrosoftGraphCopyNotebookModel object itself.

withLinks

public MicrosoftGraphCopyNotebookModel withLinks(MicrosoftGraphNotebookLinks links)

Set the links property: notebookLinks.

Parameters:

links - the links value to set.

Returns:

the MicrosoftGraphCopyNotebookModel object itself.

withName

public MicrosoftGraphCopyNotebookModel withName(String name)

Set the name property: The name property.

Parameters:

name - the name value to set.

Returns:

the MicrosoftGraphCopyNotebookModel object itself.

withSectionGroupsUrl

public MicrosoftGraphCopyNotebookModel withSectionGroupsUrl(String sectionGroupsUrl)

Set the sectionGroupsUrl property: The sectionGroupsUrl property.

Parameters:

sectionGroupsUrl - the sectionGroupsUrl value to set.

Returns:

the MicrosoftGraphCopyNotebookModel object itself.

withSectionsUrl

public MicrosoftGraphCopyNotebookModel withSectionsUrl(String sectionsUrl)

Set the sectionsUrl property: The sectionsUrl property.

Parameters:

sectionsUrl - the sectionsUrl value to set.

Returns:

the MicrosoftGraphCopyNotebookModel object itself.

withSelf

public MicrosoftGraphCopyNotebookModel withSelf(String self)

Set the self property: The self property.

Parameters:

self - the self value to set.

Returns:

the MicrosoftGraphCopyNotebookModel object itself.

withUserRole

public MicrosoftGraphCopyNotebookModel withUserRole(MicrosoftGraphOnenoteUserRole userRole)

Set the userRole property: onenoteUserRole.

Parameters:

userRole - the userRole value to set.

Returns:

the MicrosoftGraphCopyNotebookModel object itself.

Applies to