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