Uses of Class
odata.msgraph.client.beta.complex.GovernancePolicy
-
Packages that use GovernancePolicy Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of GovernancePolicy in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return GovernancePolicy Modifier and Type Method Description GovernancePolicyGovernancePolicy.Builder. build()GovernancePolicyGovernancePolicy. withNotificationPolicy(GovernanceNotificationPolicy notificationPolicy)GovernancePolicyGovernancePolicy. withUnmappedField(String name, String value) -
Uses of GovernancePolicy in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as GovernancePolicy Modifier and Type Field Description protected GovernancePolicyBusinessFlow. policyprotected GovernancePolicyGovernancePolicyTemplate. policyMethods in odata.msgraph.client.beta.entity that return types with arguments of type GovernancePolicy Modifier and Type Method Description Optional<GovernancePolicy>BusinessFlow. getPolicy()Optional<GovernancePolicy>GovernancePolicyTemplate. getPolicy()Methods in odata.msgraph.client.beta.entity with parameters of type GovernancePolicy Modifier and Type Method Description BusinessFlow.BuilderBusinessFlow.Builder. policy(GovernancePolicy policy)GovernancePolicyTemplate.BuilderGovernancePolicyTemplate.Builder. policy(GovernancePolicy policy)BusinessFlowBusinessFlow. withPolicy(GovernancePolicy policy)GovernancePolicyTemplateGovernancePolicyTemplate. withPolicy(GovernancePolicy policy)
-