Class Tenant.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.managed.tenants.entity.Tenant.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tenantbuild()Tenant.Buildercontract(TenantContract contract)Tenant.BuildercreatedDateTime(OffsetDateTime createdDateTime)Tenant.BuilderdisplayName(String displayName)Tenant.Builderid(String id)Tenant.BuilderlastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)Tenant.BuildertenantId(String tenantId)Tenant.BuildertenantStatusInformation(TenantStatusInformation tenantStatusInformation)
-
-
-
Method Detail
-
id
public Tenant.Builder id(String id)
-
contract
public Tenant.Builder contract(TenantContract contract)
-
createdDateTime
public Tenant.Builder createdDateTime(OffsetDateTime createdDateTime)
-
displayName
public Tenant.Builder displayName(String displayName)
-
lastUpdatedDateTime
public Tenant.Builder lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
-
tenantId
public Tenant.Builder tenantId(String tenantId)
-
tenantStatusInformation
public Tenant.Builder tenantStatusInformation(TenantStatusInformation tenantStatusInformation)
-
build
public Tenant build()
-
-