public class CopyNotebookModel extends java.lang.Object implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
createdBy
The Created By.
|
IdentitySet |
createdByIdentity
The Created By Identity.
|
java.util.Calendar |
createdTime
The Created Time.
|
java.lang.String |
id
The Id.
|
java.lang.Boolean |
isDefault
The Is Default.
|
java.lang.Boolean |
isShared
The Is Shared.
|
java.lang.String |
lastModifiedBy
The Last Modified By.
|
IdentitySet |
lastModifiedByIdentity
The Last Modified By Identity.
|
java.util.Calendar |
lastModifiedTime
The Last Modified Time.
|
NotebookLinks |
links
The Links.
|
java.lang.String |
name
The Name.
|
java.lang.String |
oDataType |
java.lang.String |
sectionGroupsUrl
The Section Groups Url.
|
java.lang.String |
sectionsUrl
The Sections Url.
|
java.lang.String |
self
The Self.
|
OnenoteUserRole |
userRole
The User Role.
|
Constructor and Description |
---|
CopyNotebookModel() |
Modifier and Type | Method and Description |
---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="createdBy", alternate="CreatedBy") @Expose public java.lang.String createdBy
@SerializedName(value="createdByIdentity", alternate="CreatedByIdentity") @Expose public IdentitySet createdByIdentity
@SerializedName(value="createdTime", alternate="CreatedTime") @Expose public java.util.Calendar createdTime
@SerializedName(value="id", alternate="Id") @Expose public java.lang.String id
@SerializedName(value="isDefault", alternate="IsDefault") @Expose public java.lang.Boolean isDefault
@SerializedName(value="isShared", alternate="IsShared") @Expose public java.lang.Boolean isShared
@SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose public java.lang.String lastModifiedBy
@SerializedName(value="lastModifiedByIdentity", alternate="LastModifiedByIdentity") @Expose public IdentitySet lastModifiedByIdentity
@SerializedName(value="lastModifiedTime", alternate="LastModifiedTime") @Expose public java.util.Calendar lastModifiedTime
@SerializedName(value="links", alternate="Links") @Expose public NotebookLinks links
@SerializedName(value="name", alternate="Name") @Expose public java.lang.String name
@SerializedName(value="sectionGroupsUrl", alternate="SectionGroupsUrl") @Expose public java.lang.String sectionGroupsUrl
@SerializedName(value="sectionsUrl", alternate="SectionsUrl") @Expose public java.lang.String sectionsUrl
@SerializedName(value="self", alternate="Self") @Expose public java.lang.String self
@SerializedName(value="userRole", alternate="UserRole") @Expose public OnenoteUserRole userRole
public final AdditionalDataManager additionalDataManager()
IJsonBackedObject
additionalDataManager
in interface IJsonBackedObject
public com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
serializer
- the serializerjson
- the JSON object to set this object to