Uses of Class
odata.msgraph.client.beta.managed.tenants.entity.TenantCustomizedInformation.Builder
-
Packages that use TenantCustomizedInformation.Builder Package Description odata.msgraph.client.beta.managed.tenants.entity -
-
Uses of TenantCustomizedInformation.Builder in odata.msgraph.client.beta.managed.tenants.entity
Methods in odata.msgraph.client.beta.managed.tenants.entity that return TenantCustomizedInformation.Builder Modifier and Type Method Description static TenantCustomizedInformation.BuilderTenantCustomizedInformation. builderTenantCustomizedInformation()Returns a builder which is used to create a new instance of this class (given that this class is immutable).TenantCustomizedInformation.BuilderTenantCustomizedInformation.Builder. contacts(List<TenantContactInformation> contacts)TenantCustomizedInformation.BuilderTenantCustomizedInformation.Builder. contacts(TenantContactInformation... contacts)TenantCustomizedInformation.BuilderTenantCustomizedInformation.Builder. contactsNextLink(String contactsNextLink)TenantCustomizedInformation.BuilderTenantCustomizedInformation.Builder. displayName(String displayName)TenantCustomizedInformation.BuilderTenantCustomizedInformation.Builder. id(String id)TenantCustomizedInformation.BuilderTenantCustomizedInformation.Builder. tenantId(String tenantId)TenantCustomizedInformation.BuilderTenantCustomizedInformation.Builder. website(String website)
-