Class MicrosoftGraphCopyNotebookModel
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCopyNotebookModel
CopyNotebookModel.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphCopyNotebookModel class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: CopyNotebookModel.Get the createdBy property: The createdBy property.Get the createdByIdentity property: identitySet.Get the createdTime property: The createdTime property.id()Get the id property: The id property.Get the isDefault property: The isDefault property.isShared()Get the isShared property: The isShared property.Get the lastModifiedBy property: The lastModifiedBy property.Get the lastModifiedByIdentity property: identitySet.Get the lastModifiedTime property: The lastModifiedTime property.links()Get the links property: notebookLinks.name()Get the name property: The name property.Get the sectionGroupsUrl property: The sectionGroupsUrl property.Get the sectionsUrl property: The sectionsUrl property.self()Get the self property: The self property.userRole()Get the userRole property: onenoteUserRole.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: CopyNotebookModel.withCreatedBy(String createdBy) Set the createdBy property: The createdBy property.withCreatedByIdentity(MicrosoftGraphIdentitySet createdByIdentity) Set the createdByIdentity property: identitySet.withCreatedTime(OffsetDateTime createdTime) Set the createdTime property: The createdTime property.Set the id property: The id property.withIsDefault(Boolean isDefault) Set the isDefault property: The isDefault property.withIsShared(Boolean isShared) Set the isShared property: The isShared property.withLastModifiedBy(String lastModifiedBy) Set the lastModifiedBy property: The lastModifiedBy property.withLastModifiedByIdentity(MicrosoftGraphIdentitySet lastModifiedByIdentity) Set the lastModifiedByIdentity property: identitySet.withLastModifiedTime(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: The lastModifiedTime property.Set the links property: notebookLinks.Set the name property: The name property.withSectionGroupsUrl(String sectionGroupsUrl) Set the sectionGroupsUrl property: The sectionGroupsUrl property.withSectionsUrl(String sectionsUrl) Set the sectionsUrl property: The sectionsUrl property.Set the self property: The self property.withUserRole(MicrosoftGraphOnenoteUserRole userRole) Set the userRole property: onenoteUserRole.
-
Constructor Details
-
MicrosoftGraphCopyNotebookModel
public MicrosoftGraphCopyNotebookModel()Creates an instance of MicrosoftGraphCopyNotebookModel class.
-
-
Method Details
-
createdBy
Get the createdBy property: The createdBy property.- Returns:
- the createdBy value.
-
withCreatedBy
Set the createdBy property: The createdBy property.- Parameters:
createdBy- the createdBy value to set.- Returns:
- the MicrosoftGraphCopyNotebookModel object itself.
-
createdByIdentity
Get the createdByIdentity property: identitySet.- Returns:
- the createdByIdentity value.
-
withCreatedByIdentity
public MicrosoftGraphCopyNotebookModel withCreatedByIdentity(MicrosoftGraphIdentitySet createdByIdentity) Set the createdByIdentity property: identitySet.- Parameters:
createdByIdentity- the createdByIdentity value to set.- Returns:
- the MicrosoftGraphCopyNotebookModel object itself.
-
createdTime
Get the createdTime property: The createdTime property.- Returns:
- the createdTime value.
-
withCreatedTime
Set the createdTime property: The createdTime property.- Parameters:
createdTime- the createdTime value to set.- Returns:
- the MicrosoftGraphCopyNotebookModel object itself.
-
id
Get the id property: The id property.- Returns:
- the id value.
-
withId
Set the id property: The id property.- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphCopyNotebookModel object itself.
-
isDefault
Get the isDefault property: The isDefault property.- Returns:
- the isDefault value.
-
withIsDefault
Set the isDefault property: The isDefault property.- Parameters:
isDefault- the isDefault value to set.- Returns:
- the MicrosoftGraphCopyNotebookModel object itself.
-
lastModifiedBy
Get the lastModifiedBy property: The lastModifiedBy property.- Returns:
- the lastModifiedBy value.
-
withLastModifiedBy
Set the lastModifiedBy property: The lastModifiedBy property.- Parameters:
lastModifiedBy- the lastModifiedBy value to set.- Returns:
- the MicrosoftGraphCopyNotebookModel object itself.
-
lastModifiedByIdentity
Get the lastModifiedByIdentity property: identitySet.- Returns:
- the lastModifiedByIdentity value.
-
withLastModifiedByIdentity
public MicrosoftGraphCopyNotebookModel withLastModifiedByIdentity(MicrosoftGraphIdentitySet lastModifiedByIdentity) Set the lastModifiedByIdentity property: identitySet.- Parameters:
lastModifiedByIdentity- the lastModifiedByIdentity value to set.- Returns:
- the MicrosoftGraphCopyNotebookModel object itself.
-
lastModifiedTime
Get the lastModifiedTime property: The lastModifiedTime property.- Returns:
- the lastModifiedTime value.
-
withLastModifiedTime
Set the lastModifiedTime property: The lastModifiedTime property.- Parameters:
lastModifiedTime- the lastModifiedTime value to set.- Returns:
- the MicrosoftGraphCopyNotebookModel object itself.
-
links
Get the links property: notebookLinks.- Returns:
- the links value.
-
withLinks
Set the links property: notebookLinks.- Parameters:
links- the links value to set.- Returns:
- the MicrosoftGraphCopyNotebookModel object itself.
-
name
Get the name property: The name property.- Returns:
- the name value.
-
withName
Set the name property: The name property.- Parameters:
name- the name value to set.- Returns:
- the MicrosoftGraphCopyNotebookModel object itself.
-
sectionGroupsUrl
Get the sectionGroupsUrl property: The sectionGroupsUrl property.- Returns:
- the sectionGroupsUrl value.
-
withSectionGroupsUrl
Set the sectionGroupsUrl property: The sectionGroupsUrl property.- Parameters:
sectionGroupsUrl- the sectionGroupsUrl value to set.- Returns:
- the MicrosoftGraphCopyNotebookModel object itself.
-
sectionsUrl
Get the sectionsUrl property: The sectionsUrl property.- Returns:
- the sectionsUrl value.
-
withSectionsUrl
Set the sectionsUrl property: The sectionsUrl property.- Parameters:
sectionsUrl- the sectionsUrl value to set.- Returns:
- the MicrosoftGraphCopyNotebookModel object itself.
-
self
Get the self property: The self property.- Returns:
- the self value.
-
withSelf
Set the self property: The self property.- Parameters:
self- the self value to set.- Returns:
- the MicrosoftGraphCopyNotebookModel object itself.
-
userRole
Get the userRole property: onenoteUserRole.- Returns:
- the userRole value.
-
withUserRole
Set the userRole property: onenoteUserRole.- Parameters:
userRole- the userRole value to set.- Returns:
- the MicrosoftGraphCopyNotebookModel object itself.
-
additionalProperties
Get the additionalProperties property: CopyNotebookModel.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphCopyNotebookModel withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: CopyNotebookModel.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphCopyNotebookModel object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-