Uses of Class
com.oracle.bmc.budget.model.UpdateBudgetDetails
-
Packages that use UpdateBudgetDetails Package Description com.oracle.bmc.budget.model com.oracle.bmc.budget.requests -
-
Uses of UpdateBudgetDetails in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return UpdateBudgetDetails Modifier and Type Method Description UpdateBudgetDetails
UpdateBudgetDetails.Builder. build()
Methods in com.oracle.bmc.budget.model with parameters of type UpdateBudgetDetails Modifier and Type Method Description UpdateBudgetDetails.Builder
UpdateBudgetDetails.Builder. copy(UpdateBudgetDetails model)
-
Uses of UpdateBudgetDetails in com.oracle.bmc.budget.requests
Methods in com.oracle.bmc.budget.requests that return UpdateBudgetDetails Modifier and Type Method Description UpdateBudgetDetails
UpdateBudgetRequest. getBody$()
Alternative accessor for the body parameter.UpdateBudgetDetails
UpdateBudgetRequest. getUpdateBudgetDetails()
The information to be updated.Methods in com.oracle.bmc.budget.requests with parameters of type UpdateBudgetDetails Modifier and Type Method Description UpdateBudgetRequest.Builder
UpdateBudgetRequest.Builder. body$(UpdateBudgetDetails body)
Alternative setter for the body parameter.UpdateBudgetRequest.Builder
UpdateBudgetRequest.Builder. updateBudgetDetails(UpdateBudgetDetails updateBudgetDetails)
The information to be updated.
-