Uses of Class
odata.msgraph.client.beta.entity.OrgContact.Builder
-
Packages that use OrgContact.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of OrgContact.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return OrgContact.Builder Modifier and Type Method Description OrgContact.BuilderOrgContact.Builder. addresses(List<PhysicalOfficeAddress> addresses)OrgContact.BuilderOrgContact.Builder. addresses(PhysicalOfficeAddress... addresses)OrgContact.BuilderOrgContact.Builder. addressesNextLink(String addressesNextLink)static OrgContact.BuilderOrgContact. builderOrgContact()Returns a builder which is used to create a new instance of this class (given that this class is immutable).OrgContact.BuilderOrgContact.Builder. companyName(String companyName)OrgContact.BuilderOrgContact.Builder. deletedDateTime(OffsetDateTime deletedDateTime)OrgContact.BuilderOrgContact.Builder. department(String department)OrgContact.BuilderOrgContact.Builder. displayName(String displayName)OrgContact.BuilderOrgContact.Builder. givenName(String givenName)OrgContact.BuilderOrgContact.Builder. id(String id)OrgContact.BuilderOrgContact.Builder. jobTitle(String jobTitle)OrgContact.BuilderOrgContact.Builder. mail(String mail)OrgContact.BuilderOrgContact.Builder. mailNickname(String mailNickname)OrgContact.BuilderOrgContact.Builder. onPremisesLastSyncDateTime(OffsetDateTime onPremisesLastSyncDateTime)OrgContact.BuilderOrgContact.Builder. onPremisesProvisioningErrors(List<OnPremisesProvisioningError> onPremisesProvisioningErrors)OrgContact.BuilderOrgContact.Builder. onPremisesProvisioningErrors(OnPremisesProvisioningError... onPremisesProvisioningErrors)OrgContact.BuilderOrgContact.Builder. onPremisesProvisioningErrorsNextLink(String onPremisesProvisioningErrorsNextLink)OrgContact.BuilderOrgContact.Builder. onPremisesSyncEnabled(Boolean onPremisesSyncEnabled)OrgContact.BuilderOrgContact.Builder. phones(List<Phone> phones)OrgContact.BuilderOrgContact.Builder. phones(Phone... phones)OrgContact.BuilderOrgContact.Builder. phonesNextLink(String phonesNextLink)OrgContact.BuilderOrgContact.Builder. proxyAddresses(String... proxyAddresses)OrgContact.BuilderOrgContact.Builder. proxyAddresses(List<String> proxyAddresses)OrgContact.BuilderOrgContact.Builder. proxyAddressesNextLink(String proxyAddressesNextLink)OrgContact.BuilderOrgContact.Builder. surname(String surname)
-