public class EducationFormResource extends EducationResource implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
EducationFormResource.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
editUrl |
protected String |
formId |
protected Boolean |
isGroupForm |
protected String |
originalFormId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
viewUrl |
contextPath, createdBy, createdDateTime, displayName, lastModifiedBy, lastModifiedDateTime, odataType| Modifier | Constructor and Description |
|---|---|
protected |
EducationFormResource() |
| Modifier and Type | Method and Description |
|---|---|
static EducationFormResource.Builder |
builderEducationFormResource()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getEditUrl() |
Optional<String> |
getFormId() |
Optional<Boolean> |
getIsGroupForm() |
Optional<String> |
getOriginalFormId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getViewUrl() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
EducationFormResource |
withEditUrl(String editUrl) |
EducationFormResource |
withFormId(String formId) |
EducationFormResource |
withIsGroupForm(Boolean isGroupForm) |
EducationFormResource |
withOriginalFormId(String originalFormId) |
EducationFormResource |
withViewUrl(String viewUrl) |
getCreatedBy, getCreatedDateTime, getDisplayName, getLastModifiedBy, getLastModifiedDateTime, withCreatedBy, withCreatedDateTime, withDisplayName, withLastModifiedBy, withLastModifiedDateTimeprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String originalFormId
protected String formId
protected Boolean isGroupForm
protected String viewUrl
protected String editUrl
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class EducationResourcepublic EducationFormResource withOriginalFormId(String originalFormId)
public EducationFormResource withFormId(String formId)
public EducationFormResource withIsGroupForm(Boolean isGroupForm)
public EducationFormResource withViewUrl(String viewUrl)
public EducationFormResource withEditUrl(String editUrl)
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 EducationFormResource.Builder builderEducationFormResource()
public String toString()
toString in class EducationResourceCopyright © 2018–2020. All rights reserved.