Uses of Class
odata.msgraph.client.beta.entity.CompanyInformation
-
Packages that use CompanyInformation Package Description odata.msgraph.client.beta.entity -
-
Uses of CompanyInformation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return CompanyInformation Modifier and Type Method Description CompanyInformationCompanyInformation.Builder. build()CompanyInformationCompanyInformation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CompanyInformationCompanyInformation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CompanyInformationCompanyInformation. withAddress(PostalAddressType address)CompanyInformationCompanyInformation. withCurrencyCode(String currencyCode)CompanyInformationCompanyInformation. withCurrentFiscalYearStartDate(LocalDate currentFiscalYearStartDate)CompanyInformationCompanyInformation. withDisplayName(String displayName)CompanyInformationCompanyInformation. withEmail(String email)CompanyInformationCompanyInformation. withFaxNumber(String faxNumber)CompanyInformationCompanyInformation. withIndustry(String industry)CompanyInformationCompanyInformation. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)CompanyInformationCompanyInformation. withPhoneNumber(String phoneNumber)CompanyInformationCompanyInformation. withTaxRegistrationNumber(String taxRegistrationNumber)CompanyInformationCompanyInformation. withUnmappedField(String name, String value)CompanyInformationCompanyInformation. withWebsite(String website)
-