Uses of Class
com.oracle.bmc.devops.model.ApprovalRule
-
Packages that use ApprovalRule Package Description com.oracle.bmc.devops.model -
-
Uses of ApprovalRule in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ApprovalRule Modifier and Type Method Description ApprovalRule
ApprovalRule.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type ApprovalRule Modifier and Type Method Description List<ApprovalRule>
ApprovalRuleCollection. getItems()
List of approval rules.Methods in com.oracle.bmc.devops.model with parameters of type ApprovalRule Modifier and Type Method Description ApprovalRule.Builder
ApprovalRule.Builder. copy(ApprovalRule model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type ApprovalRule Modifier and Type Method Description ApprovalRuleCollection.Builder
ApprovalRuleCollection.Builder. items(List<ApprovalRule> items)
List of approval rules.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type ApprovalRule Constructor Description ApprovalRuleCollection(List<ApprovalRule> items)
Deprecated.
-