public class OutlookTaskFolder extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
OutlookTaskFolder.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
changeKey |
protected Boolean |
isDefaultFolder |
protected String |
name |
protected String |
parentGroupKey |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
OutlookTaskFolder() |
| Modifier and Type | Method and Description |
|---|---|
static OutlookTaskFolder.Builder |
builderOutlookTaskFolder()
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> |
getChangeKey() |
Optional<Boolean> |
getIsDefaultFolder() |
MultiValueLegacyExtendedPropertyCollectionRequest |
getMultiValueExtendedProperties() |
Optional<String> |
getName() |
Optional<String> |
getParentGroupKey() |
SingleValueLegacyExtendedPropertyCollectionRequest |
getSingleValueExtendedProperties() |
OutlookTaskCollectionRequest |
getTasks()
Org.OData.Capabilities.V1.ChangeTracking
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
OutlookTaskFolder |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
OutlookTaskFolder |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
OutlookTaskFolder |
withChangeKey(String changeKey) |
OutlookTaskFolder |
withIsDefaultFolder(Boolean isDefaultFolder) |
OutlookTaskFolder |
withName(String name) |
OutlookTaskFolder |
withParentGroupKey(String parentGroupKey) |
protected String changeKey
protected String name
protected Boolean isDefaultFolder
protected String parentGroupKey
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static OutlookTaskFolder.Builder builderOutlookTaskFolder()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic OutlookTaskFolder withChangeKey(String changeKey)
public OutlookTaskFolder withName(String name)
public OutlookTaskFolder withIsDefaultFolder(Boolean isDefaultFolder)
public OutlookTaskFolder withParentGroupKey(String parentGroupKey)
public OutlookTaskCollectionRequest getTasks()
Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.NavigationRestrictions
public SingleValueLegacyExtendedPropertyCollectionRequest getSingleValueExtendedProperties()
public MultiValueLegacyExtendedPropertyCollectionRequest getMultiValueExtendedProperties()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic OutlookTaskFolder patch()
this with changed fields reset.public OutlookTaskFolder put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.