| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
CompanyInformation |
CompanyInformation.Builder.build() |
CompanyInformation |
CompanyInformation.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
CompanyInformation |
CompanyInformation.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
CompanyInformation |
CompanyInformation.withAddress(PostalAddressType address) |
CompanyInformation |
CompanyInformation.withCurrencyCode(String currencyCode) |
CompanyInformation |
CompanyInformation.withCurrentFiscalYearStartDate(LocalDate currentFiscalYearStartDate) |
CompanyInformation |
CompanyInformation.withDisplayName(String displayName) |
CompanyInformation |
CompanyInformation.withEmail(String email) |
CompanyInformation |
CompanyInformation.withFaxNumber(String faxNumber) |
CompanyInformation |
CompanyInformation.withIndustry(String industry) |
CompanyInformation |
CompanyInformation.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
CompanyInformation |
CompanyInformation.withPhoneNumber(String phoneNumber) |
CompanyInformation |
CompanyInformation.withTaxRegistrationNumber(String taxRegistrationNumber) |
CompanyInformation |
CompanyInformation.withWebsite(String website) |
Copyright © 2018–2020. All rights reserved.