public class Contact extends OutlookItem implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Contact.Builder |
categories, categoriesNextLink, changeKey, createdDateTime, lastModifiedDateTimechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Contact() |
getCategories, getChangeKey, getCreatedDateTime, getLastModifiedDateTime, withChangeKey, withCreatedDateTime, withLastModifiedDateTimeprotected String parentFolderId
protected OffsetDateTime birthday
protected String fileAs
protected String displayName
protected String givenName
protected String initials
protected String middleName
protected String nickName
protected String surname
protected String title
protected String yomiGivenName
protected String yomiSurname
protected String yomiCompanyName
protected String generation
protected List<TypedEmailAddress> emailAddresses
protected String emailAddressesNextLink
protected String websitesNextLink
protected String imAddressesNextLink
protected String jobTitle
protected String companyName
protected String department
protected String officeLocation
protected String profession
protected String assistantName
protected String manager
protected String phonesNextLink
protected List<PhysicalAddress> postalAddresses
protected String postalAddressesNextLink
protected String spouseName
protected String personalNotes
protected String childrenNextLink
protected LocalDate weddingAnniversary
protected String gender
protected Boolean isFavorite
protected FollowupFlag flag
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class OutlookItempublic static Contact.Builder builderContact()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class OutlookItempublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class OutlookItempublic Optional<OffsetDateTime> getBirthday()
public Contact withBirthday(OffsetDateTime birthday)
public com.github.davidmoten.odata.client.CollectionPage<TypedEmailAddress> getEmailAddresses()
public com.github.davidmoten.odata.client.CollectionPage<Website> getWebsites()
public com.github.davidmoten.odata.client.CollectionPage<String> getImAddresses()
public com.github.davidmoten.odata.client.CollectionPage<Phone> getPhones()
public com.github.davidmoten.odata.client.CollectionPage<PhysicalAddress> getPostalAddresses()
public com.github.davidmoten.odata.client.CollectionPage<String> getChildren()
public Optional<FollowupFlag> getFlag()
public Contact withFlag(FollowupFlag flag)
public SingleValueLegacyExtendedPropertyCollectionRequest getSingleValueExtendedProperties()
public MultiValueLegacyExtendedPropertyCollectionRequest getMultiValueExtendedProperties()
public ProfilePhotoRequest getPhoto()
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.InsertRestrictions
Insertable = false
Org.OData.Capabilities.V1.DeleteRestrictions
Deletable = false
public ExtensionCollectionRequest getExtensions()
Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class OutlookItempublic Contact patch()
this with changed fields reset.patch in class OutlookItemthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Contact put()
this
with changed fields reset (they were ignored anyway).put in class OutlookItemthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class OutlookItemCopyright © 2018–2020. All rights reserved.