Uses of Class
odata.msgraph.client.beta.managed.tenants.entity.Tenant.Builder
-
Packages that use Tenant.Builder Package Description odata.msgraph.client.beta.managed.tenants.entity -
-
Uses of Tenant.Builder in odata.msgraph.client.beta.managed.tenants.entity
Methods in odata.msgraph.client.beta.managed.tenants.entity that return Tenant.Builder Modifier and Type Method Description static Tenant.BuilderTenant. builderTenant()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Tenant.BuilderTenant.Builder. contract(TenantContract contract)Tenant.BuilderTenant.Builder. createdDateTime(OffsetDateTime createdDateTime)Tenant.BuilderTenant.Builder. displayName(String displayName)Tenant.BuilderTenant.Builder. id(String id)Tenant.BuilderTenant.Builder. lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)Tenant.BuilderTenant.Builder. tenantId(String tenantId)Tenant.BuilderTenant.Builder. tenantStatusInformation(TenantStatusInformation tenantStatusInformation)
-