public class ContactCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<Contact,ContactRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
ContactCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Contact> |
delta() |
ExtensionCollectionRequest |
extensions() |
ExtensionRequest |
extensions(String id) |
MultiValueLegacyExtendedPropertyCollectionRequest |
multiValueExtendedProperties() |
MultiValueLegacyExtendedPropertyRequest |
multiValueExtendedProperties(String id) |
SingleValueLegacyExtendedPropertyCollectionRequest |
singleValueExtendedProperties() |
SingleValueLegacyExtendedPropertyRequest |
singleValueExtendedProperties(String id) |
public ContactCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public SingleValueLegacyExtendedPropertyCollectionRequest singleValueExtendedProperties()
public SingleValueLegacyExtendedPropertyRequest singleValueExtendedProperties(String id)
public MultiValueLegacyExtendedPropertyCollectionRequest multiValueExtendedProperties()
public MultiValueLegacyExtendedPropertyRequest multiValueExtendedProperties(String id)
public ExtensionCollectionRequest extensions()
public ExtensionRequest extensions(String id)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Contact> delta()
Copyright © 2018–2020. All rights reserved.