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