Uses of Class
odata.msgraph.client.beta.entity.Company
-
Packages that use Company Package Description odata.msgraph.client.beta.entity -
-
Uses of Company in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Company Modifier and Type Method Description CompanyCompany.Builder. build()CompanyCompany. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CompanyCompany. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CompanyCompany. withBusinessProfileId(String businessProfileId)CompanyCompany. withDisplayName(String displayName)CompanyCompany. withName(String name)CompanyCompany. withSystemVersion(String systemVersion)CompanyCompany. withUnmappedField(String name, String value)
-