public class EducationFileSynchronizationVerificationMessage extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
EducationFileSynchronizationVerificationMessage.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
description |
protected String |
fileName |
protected String |
odataType |
protected String |
type |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
EducationFileSynchronizationVerificationMessage() |
| Modifier and Type | Method and Description |
|---|---|
static EducationFileSynchronizationVerificationMessage.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getDescription() |
Optional<String> |
getFileName() |
Optional<String> |
getType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
EducationFileSynchronizationVerificationMessage |
withDescription(String description) |
EducationFileSynchronizationVerificationMessage |
withFileName(String fileName) |
EducationFileSynchronizationVerificationMessage |
withType(String type) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String type
protected String fileName
protected String description
protected EducationFileSynchronizationVerificationMessage()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic EducationFileSynchronizationVerificationMessage withType(String type)
public EducationFileSynchronizationVerificationMessage withFileName(String fileName)
public EducationFileSynchronizationVerificationMessage withDescription(String description)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static EducationFileSynchronizationVerificationMessage.Builder builder()
Copyright © 2018–2020. All rights reserved.