public class PlannerAssignment extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
PlannerAssignment.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected IdentitySet |
assignedBy |
protected OffsetDateTime |
assignedDateTime |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected String |
orderHint |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
PlannerAssignment() |
| Modifier and Type | Method and Description |
|---|---|
static PlannerAssignment.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<IdentitySet> |
getAssignedBy() |
Optional<OffsetDateTime> |
getAssignedDateTime() |
Optional<String> |
getOrderHint() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
PlannerAssignment |
withAssignedBy(IdentitySet assignedBy) |
PlannerAssignment |
withAssignedDateTime(OffsetDateTime assignedDateTime) |
PlannerAssignment |
withOrderHint(String orderHint) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected IdentitySet assignedBy
protected OffsetDateTime assignedDateTime
protected String orderHint
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<IdentitySet> getAssignedBy()
public PlannerAssignment withAssignedBy(IdentitySet assignedBy)
public Optional<OffsetDateTime> getAssignedDateTime()
public PlannerAssignment withAssignedDateTime(OffsetDateTime assignedDateTime)
public PlannerAssignment withOrderHint(String orderHint)
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 PlannerAssignment.Builder builder()
Copyright © 2018–2020. All rights reserved.