Uses of Class
odata.msgraph.client.beta.managed.tenants.complex.ManagementIntentInfo
-
Packages that use ManagementIntentInfo Package Description odata.msgraph.client.beta.managed.tenants.complex odata.msgraph.client.beta.managed.tenants.entity -
-
Uses of ManagementIntentInfo in odata.msgraph.client.beta.managed.tenants.complex
Methods in odata.msgraph.client.beta.managed.tenants.complex that return ManagementIntentInfo Modifier and Type Method Description ManagementIntentInfoManagementIntentInfo.Builder. build()ManagementIntentInfoManagementIntentInfo. withManagementIntentDisplayName(String managementIntentDisplayName)ManagementIntentInfoManagementIntentInfo. withManagementIntentId(String managementIntentId)ManagementIntentInfoManagementIntentInfo. withUnmappedField(String name, String value) -
Uses of ManagementIntentInfo in odata.msgraph.client.beta.managed.tenants.entity
Fields in odata.msgraph.client.beta.managed.tenants.entity with type parameters of type ManagementIntentInfo Modifier and Type Field Description protected List<ManagementIntentInfo>TenantGroup. managementIntentsMethods in odata.msgraph.client.beta.managed.tenants.entity that return types with arguments of type ManagementIntentInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ManagementIntentInfo>TenantGroup. getManagementIntents()com.github.davidmoten.odata.client.CollectionPage<ManagementIntentInfo>TenantGroup. getManagementIntents(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.managed.tenants.entity with parameters of type ManagementIntentInfo Modifier and Type Method Description TenantGroup.BuilderTenantGroup.Builder. managementIntents(ManagementIntentInfo... managementIntents)Method parameters in odata.msgraph.client.beta.managed.tenants.entity with type arguments of type ManagementIntentInfo Modifier and Type Method Description TenantGroup.BuilderTenantGroup.Builder. managementIntents(List<ManagementIntentInfo> managementIntents)TenantGroupTenantGroup. withManagementIntents(List<ManagementIntentInfo> managementIntents)
-