public class CopyNotebookModel extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
CopyNotebookModel.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
createdBy |
protected IdentitySet |
createdByIdentity |
protected OffsetDateTime |
createdTime |
protected String |
id |
protected Boolean |
isDefault |
protected Boolean |
isShared |
protected String |
lastModifiedBy |
protected IdentitySet |
lastModifiedByIdentity |
protected OffsetDateTime |
lastModifiedTime |
protected NotebookLinks |
links |
protected String |
name |
protected String |
odataType |
protected String |
sectionGroupsUrl |
protected String |
sectionsUrl |
protected String |
self |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected OnenoteUserRole |
userRole |
| Modifier | Constructor and Description |
|---|---|
protected |
CopyNotebookModel() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean isDefault
protected OnenoteUserRole userRole
protected Boolean isShared
protected String sectionsUrl
protected String sectionGroupsUrl
protected NotebookLinks links
protected String name
protected String createdBy
protected IdentitySet createdByIdentity
protected String lastModifiedBy
protected IdentitySet lastModifiedByIdentity
protected OffsetDateTime lastModifiedTime
protected String id
protected String self
protected OffsetDateTime createdTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic CopyNotebookModel withIsDefault(Boolean isDefault)
public Optional<OnenoteUserRole> getUserRole()
public CopyNotebookModel withUserRole(OnenoteUserRole userRole)
public CopyNotebookModel withIsShared(Boolean isShared)
public CopyNotebookModel withSectionsUrl(String sectionsUrl)
public CopyNotebookModel withSectionGroupsUrl(String sectionGroupsUrl)
public Optional<NotebookLinks> getLinks()
public CopyNotebookModel withLinks(NotebookLinks links)
public CopyNotebookModel withName(String name)
public CopyNotebookModel withCreatedBy(String createdBy)
public Optional<IdentitySet> getCreatedByIdentity()
public CopyNotebookModel withCreatedByIdentity(IdentitySet createdByIdentity)
public CopyNotebookModel withLastModifiedBy(String lastModifiedBy)
public Optional<IdentitySet> getLastModifiedByIdentity()
public CopyNotebookModel withLastModifiedByIdentity(IdentitySet lastModifiedByIdentity)
public Optional<OffsetDateTime> getLastModifiedTime()
public CopyNotebookModel withLastModifiedTime(OffsetDateTime lastModifiedTime)
public CopyNotebookModel withId(String id)
public CopyNotebookModel withSelf(String self)
public Optional<OffsetDateTime> getCreatedTime()
public CopyNotebookModel withCreatedTime(OffsetDateTime createdTime)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static CopyNotebookModel.Builder builder()
Copyright © 2018–2020. All rights reserved.