Uses of Class
com.oracle.bmc.apigateway.model.UsagePlanCollection
-
Packages that use UsagePlanCollection Package Description com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.responses -
-
Uses of UsagePlanCollection in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return UsagePlanCollection Modifier and Type Method Description UsagePlanCollection
UsagePlanCollection.Builder. build()
Methods in com.oracle.bmc.apigateway.model with parameters of type UsagePlanCollection Modifier and Type Method Description UsagePlanCollection.Builder
UsagePlanCollection.Builder. copy(UsagePlanCollection model)
-
Uses of UsagePlanCollection in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return UsagePlanCollection Modifier and Type Method Description UsagePlanCollection
ListUsagePlansResponse. getUsagePlanCollection()
The returned UsagePlanCollection instance.Methods in com.oracle.bmc.apigateway.responses with parameters of type UsagePlanCollection Modifier and Type Method Description ListUsagePlansResponse.Builder
ListUsagePlansResponse.Builder. usagePlanCollection(UsagePlanCollection usagePlanCollection)
The returned UsagePlanCollection instance.
-