Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.SubscriptionLineItemSummary
- 
Packages that use SubscriptionLineItemSummary Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.model 
- 
- 
Uses of SubscriptionLineItemSummary in com.oracle.bmc.tenantmanagercontrolplaneMethods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type SubscriptionLineItemSummary Modifier and Type Method Description Iterable<SubscriptionLineItemSummary>SubscriptionPaginators. listSubscriptionLineItemsRecordIterator(ListSubscriptionLineItemsRequest request)Creates a new iterable which will iterate over theSubscriptionLineItemSummaryobjects contained in responses from the listSubscriptionLineItems operation.
- 
Uses of SubscriptionLineItemSummary in com.oracle.bmc.tenantmanagercontrolplane.modelMethods in com.oracle.bmc.tenantmanagercontrolplane.model that return SubscriptionLineItemSummary Modifier and Type Method Description SubscriptionLineItemSummarySubscriptionLineItemSummary.Builder. build()Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return types with arguments of type SubscriptionLineItemSummary Modifier and Type Method Description List<SubscriptionLineItemSummary>SubscriptionLineItemCollection. getItems()Array containing line item summaries in a subscription.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type SubscriptionLineItemSummary Modifier and Type Method Description SubscriptionLineItemSummary.BuilderSubscriptionLineItemSummary.Builder. copy(SubscriptionLineItemSummary model)Method parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type SubscriptionLineItemSummary Modifier and Type Method Description SubscriptionLineItemCollection.BuilderSubscriptionLineItemCollection.Builder. items(List<SubscriptionLineItemSummary> items)Array containing line item summaries in a subscription.Constructor parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type SubscriptionLineItemSummary Constructor Description SubscriptionLineItemCollection(List<SubscriptionLineItemSummary> items)Deprecated.
 
-