public class PlannerPlanContext extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
PlannerPlanContext.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
associationType |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected OffsetDateTime |
createdDateTime |
protected List<String> |
displayNameSegments |
protected String |
displayNameSegmentsNextLink |
protected String |
odataType |
protected String |
ownerAppId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
PlannerPlanContext() |
| Modifier and Type | Method and Description |
|---|---|
static PlannerPlanContext.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAssociationType() |
Optional<OffsetDateTime> |
getCreatedDateTime() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getDisplayNameSegments() |
Optional<String> |
getOwnerAppId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
PlannerPlanContext |
withAssociationType(String associationType) |
PlannerPlanContext |
withCreatedDateTime(OffsetDateTime createdDateTime) |
PlannerPlanContext |
withOwnerAppId(String ownerAppId) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String associationType
protected OffsetDateTime createdDateTime
protected String displayNameSegmentsNextLink
protected String ownerAppId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic PlannerPlanContext withAssociationType(String associationType)
public Optional<OffsetDateTime> getCreatedDateTime()
public PlannerPlanContext withCreatedDateTime(OffsetDateTime createdDateTime)
public com.github.davidmoten.odata.client.CollectionPage<String> getDisplayNameSegments()
public PlannerPlanContext withOwnerAppId(String ownerAppId)
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 PlannerPlanContext.Builder builder()
Copyright © 2018–2020. All rights reserved.