public class PlannerBucket extends PlannerDelta implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
PlannerBucket.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
orderHint |
protected String |
planId |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
PlannerBucket() |
| Modifier and Type | Method and Description |
|---|---|
static PlannerBucket.Builder |
builderPlannerBucket()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getName() |
Optional<String> |
getOrderHint() |
Optional<String> |
getPlanId() |
PlannerTaskCollectionRequest |
getTasks() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
PlannerBucket |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
PlannerBucket |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
PlannerBucket |
withName(String name) |
PlannerBucket |
withOrderHint(String orderHint) |
PlannerBucket |
withPlanId(String planId) |
builderPlannerDeltaprotected String name
protected String planId
protected String orderHint
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class PlannerDeltapublic static PlannerBucket.Builder builderPlannerBucket()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class PlannerDeltapublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class PlannerDeltapublic PlannerBucket withName(String name)
public PlannerBucket withPlanId(String planId)
public PlannerBucket withOrderHint(String orderHint)
public PlannerTaskCollectionRequest getTasks()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class PlannerDeltapublic PlannerBucket patch()
this with changed fields reset.patch in class PlannerDeltathis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic PlannerBucket put()
this
with changed fields reset (they were ignored anyway).put in class PlannerDeltathis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class PlannerDeltaCopyright © 2018–2020. All rights reserved.