Uses of Class
com.oracle.bmc.budget.model.CreateBudgetDetails
-
Packages that use CreateBudgetDetails Package Description com.oracle.bmc.budget.model com.oracle.bmc.budget.requests -
-
Uses of CreateBudgetDetails in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return CreateBudgetDetails Modifier and Type Method Description CreateBudgetDetails
CreateBudgetDetails.Builder. build()
Methods in com.oracle.bmc.budget.model with parameters of type CreateBudgetDetails Modifier and Type Method Description CreateBudgetDetails.Builder
CreateBudgetDetails.Builder. copy(CreateBudgetDetails model)
-
Uses of CreateBudgetDetails in com.oracle.bmc.budget.requests
Methods in com.oracle.bmc.budget.requests that return CreateBudgetDetails Modifier and Type Method Description CreateBudgetDetails
CreateBudgetRequest. getBody$()
Alternative accessor for the body parameter.CreateBudgetDetails
CreateBudgetRequest. getCreateBudgetDetails()
Details for the new budget.Methods in com.oracle.bmc.budget.requests with parameters of type CreateBudgetDetails Modifier and Type Method Description CreateBudgetRequest.Builder
CreateBudgetRequest.Builder. body$(CreateBudgetDetails body)
Alternative setter for the body parameter.CreateBudgetRequest.Builder
CreateBudgetRequest.Builder. createBudgetDetails(CreateBudgetDetails createBudgetDetails)
Details for the new budget.
-