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.tenantmanagercontrolplane
Methods 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 theSubscriptionLineItemSummary
objects contained in responses from the listSubscriptionLineItems operation. -
Uses of SubscriptionLineItemSummary in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return SubscriptionLineItemSummary Modifier and Type Method Description SubscriptionLineItemSummary
SubscriptionLineItemSummary.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.Builder
SubscriptionLineItemSummary.Builder. copy(SubscriptionLineItemSummary model)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type SubscriptionLineItemSummary Modifier and Type Method Description SubscriptionLineItemCollection.Builder
SubscriptionLineItemCollection.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.
-