Uses of Class
odata.msgraph.client.beta.managed.tenants.complex.ManagementActionInfo
-
Packages that use ManagementActionInfo Package Description odata.msgraph.client.beta.managed.tenants.complex odata.msgraph.client.beta.managed.tenants.entity -
-
Uses of ManagementActionInfo in odata.msgraph.client.beta.managed.tenants.complex
Methods in odata.msgraph.client.beta.managed.tenants.complex that return ManagementActionInfo Modifier and Type Method Description ManagementActionInfoManagementActionInfo.Builder. build()ManagementActionInfoManagementActionInfo. withManagementActionId(String managementActionId)ManagementActionInfoManagementActionInfo. withManagementTemplateId(String managementTemplateId)ManagementActionInfoManagementActionInfo. withManagementTemplateVersion(Integer managementTemplateVersion)ManagementActionInfoManagementActionInfo. withUnmappedField(String name, String value) -
Uses of ManagementActionInfo in odata.msgraph.client.beta.managed.tenants.entity
Fields in odata.msgraph.client.beta.managed.tenants.entity with type parameters of type ManagementActionInfo Modifier and Type Field Description protected List<ManagementActionInfo>TenantGroup. managementActionsMethods in odata.msgraph.client.beta.managed.tenants.entity that return types with arguments of type ManagementActionInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ManagementActionInfo>TenantGroup. getManagementActions()com.github.davidmoten.odata.client.CollectionPage<ManagementActionInfo>TenantGroup. getManagementActions(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.managed.tenants.entity with parameters of type ManagementActionInfo Modifier and Type Method Description TenantGroup.BuilderTenantGroup.Builder. managementActions(ManagementActionInfo... managementActions)Method parameters in odata.msgraph.client.beta.managed.tenants.entity with type arguments of type ManagementActionInfo Modifier and Type Method Description TenantGroup.BuilderTenantGroup.Builder. managementActions(List<ManagementActionInfo> managementActions)TenantGroupTenantGroup. withManagementActions(List<ManagementActionInfo> managementActions)
-