Uses of Class
odata.msgraph.client.beta.entity.OrgContact
-
Packages that use OrgContact Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of OrgContact in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return OrgContact Modifier and Type Method Description OrgContactOrgContact.Builder. build()OrgContactOrgContact. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.OrgContactOrgContact. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).OrgContactOrgContact. withAddresses(List<PhysicalOfficeAddress> addresses)OrgContactOrgContact. withCompanyName(String companyName)OrgContactOrgContact. withDepartment(String department)OrgContactOrgContact. withDisplayName(String displayName)OrgContactOrgContact. withGivenName(String givenName)OrgContactOrgContact. withJobTitle(String jobTitle)OrgContactOrgContact. withMail(String mail)OrgContactOrgContact. withMailNickname(String mailNickname)OrgContactOrgContact. withOnPremisesLastSyncDateTime(OffsetDateTime onPremisesLastSyncDateTime)OrgContactOrgContact. withOnPremisesProvisioningErrors(List<OnPremisesProvisioningError> onPremisesProvisioningErrors)OrgContactOrgContact. withOnPremisesSyncEnabled(Boolean onPremisesSyncEnabled)OrgContactOrgContact. withPhones(List<Phone> phones)OrgContactOrgContact. withProxyAddresses(List<String> proxyAddresses)OrgContactOrgContact. withSurname(String surname)OrgContactOrgContact. withUnmappedField(String name, String value) -
Uses of OrgContact in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type OrgContact Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<OrgContact>OrgContactCollectionRequest. delta()
-