public class PlannerExternalReference extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
PlannerExternalReference.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected IdentitySet |
lastModifiedBy |
protected OffsetDateTime |
lastModifiedDateTime |
protected String |
odataType |
protected String |
previewPriority |
protected String |
type |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
PlannerExternalReference() |
| Modifier and Type | Method and Description |
|---|---|
static PlannerExternalReference.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAlias() |
Optional<IdentitySet> |
getLastModifiedBy() |
Optional<OffsetDateTime> |
getLastModifiedDateTime() |
Optional<String> |
getPreviewPriority() |
Optional<String> |
getType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
PlannerExternalReference |
withAlias(String alias) |
PlannerExternalReference |
withLastModifiedBy(IdentitySet lastModifiedBy) |
PlannerExternalReference |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
PlannerExternalReference |
withPreviewPriority(String previewPriority) |
PlannerExternalReference |
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 alias
protected String type
protected String previewPriority
protected IdentitySet lastModifiedBy
protected OffsetDateTime lastModifiedDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic PlannerExternalReference withAlias(String alias)
public PlannerExternalReference withType(String type)
public PlannerExternalReference withPreviewPriority(String previewPriority)
public Optional<IdentitySet> getLastModifiedBy()
public PlannerExternalReference withLastModifiedBy(IdentitySet lastModifiedBy)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public PlannerExternalReference withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
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 PlannerExternalReference.Builder builder()
Copyright © 2018–2020. All rights reserved.