Uses of Class
com.oracle.bmc.osubbillingschedule.model.BillingScheduleSummary
-
Packages that use BillingScheduleSummary Package Description com.oracle.bmc.osubbillingschedule com.oracle.bmc.osubbillingschedule.model com.oracle.bmc.osubbillingschedule.responses -
-
Uses of BillingScheduleSummary in com.oracle.bmc.osubbillingschedule
Methods in com.oracle.bmc.osubbillingschedule that return types with arguments of type BillingScheduleSummary Modifier and Type Method Description Iterable<BillingScheduleSummary>
BillingSchedulePaginators. listBillingSchedulesRecordIterator(ListBillingSchedulesRequest request)
Creates a new iterable which will iterate over theBillingScheduleSummary
objects contained in responses from the listBillingSchedules operation. -
Uses of BillingScheduleSummary in com.oracle.bmc.osubbillingschedule.model
Methods in com.oracle.bmc.osubbillingschedule.model that return BillingScheduleSummary Modifier and Type Method Description BillingScheduleSummary
BillingScheduleSummary.Builder. build()
Methods in com.oracle.bmc.osubbillingschedule.model with parameters of type BillingScheduleSummary Modifier and Type Method Description BillingScheduleSummary.Builder
BillingScheduleSummary.Builder. copy(BillingScheduleSummary model)
-
Uses of BillingScheduleSummary in com.oracle.bmc.osubbillingschedule.responses
Methods in com.oracle.bmc.osubbillingschedule.responses that return types with arguments of type BillingScheduleSummary Modifier and Type Method Description List<BillingScheduleSummary>
ListBillingSchedulesResponse. getItems()
A list of com.oracle.bmc.osubbillingschedule.model.BillingScheduleSummary instances.Method parameters in com.oracle.bmc.osubbillingschedule.responses with type arguments of type BillingScheduleSummary Modifier and Type Method Description ListBillingSchedulesResponse.Builder
ListBillingSchedulesResponse.Builder. items(List<BillingScheduleSummary> items)
A list of com.oracle.bmc.osubbillingschedule.model.BillingScheduleSummary instances.
-