Uses of Class
odata.msgraph.client.beta.managed.tenants.complex.TenantInfo
-
Packages that use TenantInfo Package Description odata.msgraph.client.beta.managed.tenants.complex odata.msgraph.client.beta.managed.tenants.entity -
-
Uses of TenantInfo in odata.msgraph.client.beta.managed.tenants.complex
Methods in odata.msgraph.client.beta.managed.tenants.complex that return TenantInfo Modifier and Type Method Description TenantInfoTenantInfo.Builder. build()TenantInfoTenantInfo. withTenantId(String tenantId)TenantInfoTenantInfo. withUnmappedField(String name, String value) -
Uses of TenantInfo in odata.msgraph.client.beta.managed.tenants.entity
Fields in odata.msgraph.client.beta.managed.tenants.entity with type parameters of type TenantInfo Modifier and Type Field Description protected List<TenantInfo>TenantTag. tenantsMethods in odata.msgraph.client.beta.managed.tenants.entity that return types with arguments of type TenantInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<TenantInfo>TenantTag. getTenants()com.github.davidmoten.odata.client.CollectionPage<TenantInfo>TenantTag. getTenants(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.managed.tenants.entity with parameters of type TenantInfo Modifier and Type Method Description TenantTag.BuilderTenantTag.Builder. tenants(TenantInfo... tenants)Method parameters in odata.msgraph.client.beta.managed.tenants.entity with type arguments of type TenantInfo Modifier and Type Method Description TenantTag.BuilderTenantTag.Builder. tenants(List<TenantInfo> tenants)TenantTagTenantTag. withTenants(List<TenantInfo> tenants)
-