Class CopyNotebookModel

java.lang.Object
com.microsoft.graph.models.CopyNotebookModel
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class CopyNotebookModel extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.store.BackedModel, com.microsoft.kiota.serialization.Parsable
  • Field Details

    • backingStore

      @Nonnull protected com.microsoft.kiota.store.BackingStore backingStore
      Stores model information.
  • Constructor Details

    • CopyNotebookModel

      public CopyNotebookModel()
      Instantiates a new CopyNotebookModel and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static CopyNotebookModel createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a CopyNotebookModel
    • getAdditionalData

      @Nonnull public Map<String,Object> getAdditionalData()
      Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Specified by:
      getAdditionalData in interface com.microsoft.kiota.serialization.AdditionalDataHolder
      Returns:
      a Map<String,Object>
    • getBackingStore

      @Nonnull public com.microsoft.kiota.store.BackingStore getBackingStore()
      Gets the backingStore property value. Stores model information.
      Specified by:
      getBackingStore in interface com.microsoft.kiota.store.BackedModel
      Returns:
      a BackingStore
    • getCreatedBy

      @Nullable public String getCreatedBy()
      Gets the createdBy property value. The createdBy property
      Returns:
      a String
    • getCreatedByIdentity

      @Nullable public IdentitySet getCreatedByIdentity()
      Gets the createdByIdentity property value. The createdByIdentity property
      Returns:
      a IdentitySet
    • getCreatedTime

      @Nullable public OffsetDateTime getCreatedTime()
      Gets the createdTime property value. The createdTime property
      Returns:
      a OffsetDateTime
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getId

      @Nullable public String getId()
      Gets the id property value. The id property
      Returns:
      a String
    • getIsDefault

      @Nullable public Boolean getIsDefault()
      Gets the isDefault property value. The isDefault property
      Returns:
      a Boolean
    • getIsShared

      @Nullable public Boolean getIsShared()
      Gets the isShared property value. The isShared property
      Returns:
      a Boolean
    • getLastModifiedBy

      @Nullable public String getLastModifiedBy()
      Gets the lastModifiedBy property value. The lastModifiedBy property
      Returns:
      a String
    • getLastModifiedByIdentity

      @Nullable public IdentitySet getLastModifiedByIdentity()
      Gets the lastModifiedByIdentity property value. The lastModifiedByIdentity property
      Returns:
      a IdentitySet
    • getLastModifiedTime

      @Nullable public OffsetDateTime getLastModifiedTime()
      Gets the lastModifiedTime property value. The lastModifiedTime property
      Returns:
      a OffsetDateTime
    • getLinks

      @Nullable public NotebookLinks getLinks()
      Gets the links property value. The links property
      Returns:
      a NotebookLinks
    • getName

      @Nullable public String getName()
      Gets the name property value. The name property
      Returns:
      a String
    • getOdataType

      @Nullable public String getOdataType()
      Gets the @odata.type property value. The OdataType property
      Returns:
      a String
    • getSectionGroupsUrl

      @Nullable public String getSectionGroupsUrl()
      Gets the sectionGroupsUrl property value. The sectionGroupsUrl property
      Returns:
      a String
    • getSectionsUrl

      @Nullable public String getSectionsUrl()
      Gets the sectionsUrl property value. The sectionsUrl property
      Returns:
      a String
    • getSelf

      @Nullable public String getSelf()
      Gets the self property value. The self property
      Returns:
      a String
    • getUserRole

      @Nullable public OnenoteUserRole getUserRole()
      Gets the userRole property value. The userRole property
      Returns:
      a OnenoteUserRole
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAdditionalData

      public void setAdditionalData(@Nullable Map<String,Object> value)
      Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Parameters:
      value - Value to set for the AdditionalData property.
    • setBackingStore

      public void setBackingStore(@Nonnull com.microsoft.kiota.store.BackingStore value)
      Sets the backingStore property value. Stores model information.
      Parameters:
      value - Value to set for the backingStore property.
    • setCreatedBy

      public void setCreatedBy(@Nullable String value)
      Sets the createdBy property value. The createdBy property
      Parameters:
      value - Value to set for the createdBy property.
    • setCreatedByIdentity

      public void setCreatedByIdentity(@Nullable IdentitySet value)
      Sets the createdByIdentity property value. The createdByIdentity property
      Parameters:
      value - Value to set for the createdByIdentity property.
    • setCreatedTime

      public void setCreatedTime(@Nullable OffsetDateTime value)
      Sets the createdTime property value. The createdTime property
      Parameters:
      value - Value to set for the createdTime property.
    • setId

      public void setId(@Nullable String value)
      Sets the id property value. The id property
      Parameters:
      value - Value to set for the id property.
    • setIsDefault

      public void setIsDefault(@Nullable Boolean value)
      Sets the isDefault property value. The isDefault property
      Parameters:
      value - Value to set for the isDefault property.
    • setIsShared

      public void setIsShared(@Nullable Boolean value)
      Sets the isShared property value. The isShared property
      Parameters:
      value - Value to set for the isShared property.
    • setLastModifiedBy

      public void setLastModifiedBy(@Nullable String value)
      Sets the lastModifiedBy property value. The lastModifiedBy property
      Parameters:
      value - Value to set for the lastModifiedBy property.
    • setLastModifiedByIdentity

      public void setLastModifiedByIdentity(@Nullable IdentitySet value)
      Sets the lastModifiedByIdentity property value. The lastModifiedByIdentity property
      Parameters:
      value - Value to set for the lastModifiedByIdentity property.
    • setLastModifiedTime

      public void setLastModifiedTime(@Nullable OffsetDateTime value)
      Sets the lastModifiedTime property value. The lastModifiedTime property
      Parameters:
      value - Value to set for the lastModifiedTime property.
    • setLinks

      public void setLinks(@Nullable NotebookLinks value)
      Sets the links property value. The links property
      Parameters:
      value - Value to set for the links property.
    • setName

      public void setName(@Nullable String value)
      Sets the name property value. The name property
      Parameters:
      value - Value to set for the name property.
    • setOdataType

      public void setOdataType(@Nullable String value)
      Sets the @odata.type property value. The OdataType property
      Parameters:
      value - Value to set for the @odata.type property.
    • setSectionGroupsUrl

      public void setSectionGroupsUrl(@Nullable String value)
      Sets the sectionGroupsUrl property value. The sectionGroupsUrl property
      Parameters:
      value - Value to set for the sectionGroupsUrl property.
    • setSectionsUrl

      public void setSectionsUrl(@Nullable String value)
      Sets the sectionsUrl property value. The sectionsUrl property
      Parameters:
      value - Value to set for the sectionsUrl property.
    • setSelf

      public void setSelf(@Nullable String value)
      Sets the self property value. The self property
      Parameters:
      value - Value to set for the self property.
    • setUserRole

      public void setUserRole(@Nullable OnenoteUserRole value)
      Sets the userRole property value. The userRole property
      Parameters:
      value - Value to set for the userRole property.