Uses of Class
odata.msgraph.client.beta.managed.tenants.entity.TenantGroup
-
Packages that use TenantGroup Package Description odata.msgraph.client.beta.managed.tenants.entity odata.msgraph.client.beta.managed.tenants.entity.collection.request -
-
Uses of TenantGroup in odata.msgraph.client.beta.managed.tenants.entity
Methods in odata.msgraph.client.beta.managed.tenants.entity that return TenantGroup Modifier and Type Method Description TenantGroupTenantGroup.Builder. build()TenantGroupTenantGroup. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TenantGroupTenantGroup. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TenantGroupTenantGroup. withAllTenantsIncluded(Boolean allTenantsIncluded)TenantGroupTenantGroup. withDisplayName(String displayName)TenantGroupTenantGroup. withManagementActions(List<ManagementActionInfo> managementActions)TenantGroupTenantGroup. withManagementIntents(List<ManagementIntentInfo> managementIntents)TenantGroupTenantGroup. withTenantIds(List<String> tenantIds)TenantGroupTenantGroup. withUnmappedField(String name, String value) -
Uses of TenantGroup in odata.msgraph.client.beta.managed.tenants.entity.collection.request
Methods in odata.msgraph.client.beta.managed.tenants.entity.collection.request that return types with arguments of type TenantGroup Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TenantGroup>TenantGroupCollectionRequest. tenantSearch(String tenantId)
-