public class EducationOneNoteResource extends EducationResource implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
EducationOneNoteResource.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
pageUrl |
protected String |
sectionName |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, createdBy, createdDateTime, displayName, lastModifiedBy, lastModifiedDateTime, odataType| Modifier | Constructor and Description |
|---|---|
protected |
EducationOneNoteResource() |
| Modifier and Type | Method and Description |
|---|---|
static EducationOneNoteResource.Builder |
builderEducationOneNoteResource()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getPageUrl() |
Optional<String> |
getSectionName() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
EducationOneNoteResource |
withPageUrl(String pageUrl) |
EducationOneNoteResource |
withSectionName(String sectionName) |
getCreatedBy, getCreatedDateTime, getDisplayName, getLastModifiedBy, getLastModifiedDateTime, withCreatedBy, withCreatedDateTime, withDisplayName, withLastModifiedBy, withLastModifiedDateTimeprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String sectionName
protected String pageUrl
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class EducationResourcepublic EducationOneNoteResource withSectionName(String sectionName)
public EducationOneNoteResource withPageUrl(String pageUrl)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class EducationResourcepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class EducationResourcepublic static EducationOneNoteResource.Builder builderEducationOneNoteResource()
public String toString()
toString in class EducationResourceCopyright © 2018–2020. All rights reserved.