Uses of Class
odata.msgraph.client.beta.managed.tenants.complex.TenantContactInformation.Builder
-
Packages that use TenantContactInformation.Builder Package Description odata.msgraph.client.beta.managed.tenants.complex -
-
Uses of TenantContactInformation.Builder in odata.msgraph.client.beta.managed.tenants.complex
Methods in odata.msgraph.client.beta.managed.tenants.complex that return TenantContactInformation.Builder Modifier and Type Method Description static TenantContactInformation.BuilderTenantContactInformation. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).TenantContactInformation.BuilderTenantContactInformation.Builder. email(String email)TenantContactInformation.BuilderTenantContactInformation.Builder. name(String name)TenantContactInformation.BuilderTenantContactInformation.Builder. notes(String notes)TenantContactInformation.BuilderTenantContactInformation.Builder. phone(String phone)TenantContactInformation.BuilderTenantContactInformation.Builder. title(String title)
-