Uses of Class
odata.msgraph.client.beta.complex.BusinessFlowSettings
-
Packages that use BusinessFlowSettings Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of BusinessFlowSettings in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return BusinessFlowSettings Modifier and Type Method Description BusinessFlowSettingsBusinessFlowSettings.Builder. build()BusinessFlowSettingsBusinessFlowSettings. withDurationInDays(Integer durationInDays)BusinessFlowSettingsBusinessFlowSettings. withUnmappedField(String name, String value) -
Uses of BusinessFlowSettings in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as BusinessFlowSettings Modifier and Type Field Description protected BusinessFlowSettingsBusinessFlow. settingsprotected BusinessFlowSettingsGovernancePolicyTemplate. settingsMethods in odata.msgraph.client.beta.entity that return types with arguments of type BusinessFlowSettings Modifier and Type Method Description Optional<BusinessFlowSettings>BusinessFlow. getSettings()Optional<BusinessFlowSettings>GovernancePolicyTemplate. getSettings()Methods in odata.msgraph.client.beta.entity with parameters of type BusinessFlowSettings Modifier and Type Method Description BusinessFlow.BuilderBusinessFlow.Builder. settings(BusinessFlowSettings settings)GovernancePolicyTemplate.BuilderGovernancePolicyTemplate.Builder. settings(BusinessFlowSettings settings)BusinessFlowBusinessFlow. withSettings(BusinessFlowSettings settings)GovernancePolicyTemplateGovernancePolicyTemplate. withSettings(BusinessFlowSettings settings)
-