Uses of Class
odata.msgraph.client.beta.managed.tenants.complex.TenantContactInformation
-
Packages that use TenantContactInformation Package Description odata.msgraph.client.beta.managed.tenants.complex odata.msgraph.client.beta.managed.tenants.entity -
-
Uses of TenantContactInformation in odata.msgraph.client.beta.managed.tenants.complex
Methods in odata.msgraph.client.beta.managed.tenants.complex that return TenantContactInformation Modifier and Type Method Description TenantContactInformationTenantContactInformation.Builder. build()TenantContactInformationTenantContactInformation. withEmail(String email)TenantContactInformationTenantContactInformation. withName(String name)TenantContactInformationTenantContactInformation. withNotes(String notes)TenantContactInformationTenantContactInformation. withPhone(String phone)TenantContactInformationTenantContactInformation. withTitle(String title)TenantContactInformationTenantContactInformation. withUnmappedField(String name, String value) -
Uses of TenantContactInformation in odata.msgraph.client.beta.managed.tenants.entity
Fields in odata.msgraph.client.beta.managed.tenants.entity with type parameters of type TenantContactInformation Modifier and Type Field Description protected List<TenantContactInformation>TenantCustomizedInformation. contactsMethods in odata.msgraph.client.beta.managed.tenants.entity that return types with arguments of type TenantContactInformation Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<TenantContactInformation>TenantCustomizedInformation. getContacts()com.github.davidmoten.odata.client.CollectionPage<TenantContactInformation>TenantCustomizedInformation. getContacts(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.managed.tenants.entity with parameters of type TenantContactInformation Modifier and Type Method Description TenantCustomizedInformation.BuilderTenantCustomizedInformation.Builder. contacts(TenantContactInformation... contacts)Method parameters in odata.msgraph.client.beta.managed.tenants.entity with type arguments of type TenantContactInformation Modifier and Type Method Description TenantCustomizedInformation.BuilderTenantCustomizedInformation.Builder. contacts(List<TenantContactInformation> contacts)TenantCustomizedInformationTenantCustomizedInformation. withContacts(List<TenantContactInformation> contacts)
-