Uses of Class
com.oracle.bmc.apigateway.model.UsagePlan
-
Packages that use UsagePlan Package Description com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.responses -
-
Uses of UsagePlan in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return UsagePlan Modifier and Type Method Description UsagePlan
UsagePlan.Builder. build()
Methods in com.oracle.bmc.apigateway.model with parameters of type UsagePlan Modifier and Type Method Description UsagePlan.Builder
UsagePlan.Builder. copy(UsagePlan model)
-
Uses of UsagePlan in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return UsagePlan Modifier and Type Method Description UsagePlan
CreateUsagePlanResponse. getUsagePlan()
The returned UsagePlan instance.UsagePlan
GetUsagePlanResponse. getUsagePlan()
The returned UsagePlan instance.Methods in com.oracle.bmc.apigateway.responses with parameters of type UsagePlan Modifier and Type Method Description CreateUsagePlanResponse.Builder
CreateUsagePlanResponse.Builder. usagePlan(UsagePlan usagePlan)
The returned UsagePlan instance.GetUsagePlanResponse.Builder
GetUsagePlanResponse.Builder. usagePlan(UsagePlan usagePlan)
The returned UsagePlan instance.
-