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