Uses of Class
odata.msgraph.client.beta.managed.tenants.complex.TenantContract
-
Packages that use TenantContract Package Description odata.msgraph.client.beta.managed.tenants.complex odata.msgraph.client.beta.managed.tenants.entity -
-
Uses of TenantContract in odata.msgraph.client.beta.managed.tenants.complex
Methods in odata.msgraph.client.beta.managed.tenants.complex that return TenantContract Modifier and Type Method Description TenantContractTenantContract.Builder. build()TenantContractTenantContract. withContractType(Integer contractType)TenantContractTenantContract. withDefaultDomainName(String defaultDomainName)TenantContractTenantContract. withDisplayName(String displayName)TenantContractTenantContract. withUnmappedField(String name, String value) -
Uses of TenantContract in odata.msgraph.client.beta.managed.tenants.entity
Fields in odata.msgraph.client.beta.managed.tenants.entity declared as TenantContract Modifier and Type Field Description protected TenantContractTenant. contractMethods in odata.msgraph.client.beta.managed.tenants.entity that return types with arguments of type TenantContract Modifier and Type Method Description Optional<TenantContract>Tenant. getContract()Methods in odata.msgraph.client.beta.managed.tenants.entity with parameters of type TenantContract Modifier and Type Method Description Tenant.BuilderTenant.Builder. contract(TenantContract contract)TenantTenant. withContract(TenantContract contract)
-