Uses of Class
odata.msgraph.client.beta.managed.tenants.entity.Tenant
-
Packages that use Tenant Package Description odata.msgraph.client.beta.managed.tenants.entity odata.msgraph.client.beta.managed.tenants.entity.request -
-
Uses of Tenant in odata.msgraph.client.beta.managed.tenants.entity
Methods in odata.msgraph.client.beta.managed.tenants.entity that return Tenant Modifier and Type Method Description TenantTenant.Builder. build()TenantTenant. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TenantTenant. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TenantTenant. withContract(TenantContract contract)TenantTenant. withCreatedDateTime(OffsetDateTime createdDateTime)TenantTenant. withDisplayName(String displayName)TenantTenant. withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)TenantTenant. withTenantId(String tenantId)TenantTenant. withTenantStatusInformation(TenantStatusInformation tenantStatusInformation)TenantTenant. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.managed.tenants.entity that return types with arguments of type Tenant Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Tenant>Tenant. offboardTenant()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Tenant>Tenant. resetTenantOnboardingStatus() -
Uses of Tenant in odata.msgraph.client.beta.managed.tenants.entity.request
Methods in odata.msgraph.client.beta.managed.tenants.entity.request that return types with arguments of type Tenant Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Tenant>TenantRequest. offboardTenant()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Tenant>TenantRequest. resetTenantOnboardingStatus()
-