public class ContactFolder extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ContactFolder.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected String |
parentFolderId |
protected String |
wellKnownName |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ContactFolder() |
| Modifier and Type | Method and Description |
|---|---|
static ContactFolder.Builder |
builderContactFolder()
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() |
ContactFolderCollectionRequest |
getChildFolders()
Org.OData.Capabilities.V1.ChangeTracking
|
ContactCollectionRequest |
getContacts()
Org.OData.Capabilities.V1.ChangeTracking
|
Optional<String> |
getDisplayName() |
MultiValueLegacyExtendedPropertyCollectionRequest |
getMultiValueExtendedProperties() |
Optional<String> |
getParentFolderId() |
SingleValueLegacyExtendedPropertyCollectionRequest |
getSingleValueExtendedProperties() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getWellKnownName() |
String |
odataTypeName() |
ContactFolder |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ContactFolder |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ContactFolder |
withDisplayName(String displayName) |
ContactFolder |
withParentFolderId(String parentFolderId) |
ContactFolder |
withWellKnownName(String wellKnownName) |
protected String parentFolderId
protected String displayName
protected String wellKnownName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static ContactFolder.Builder builderContactFolder()
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 ContactFolder withParentFolderId(String parentFolderId)
public ContactFolder withDisplayName(String displayName)
public ContactFolder withWellKnownName(String wellKnownName)
public SingleValueLegacyExtendedPropertyCollectionRequest getSingleValueExtendedProperties()
public MultiValueLegacyExtendedPropertyCollectionRequest getMultiValueExtendedProperties()
public ContactCollectionRequest getContacts()
Org.OData.Capabilities.V1.ChangeTracking
Supported = true
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
public ContactFolderCollectionRequest getChildFolders()
Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.NavigationRestrictions
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ContactFolder patch()
this with changed fields reset.public ContactFolder put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.