Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.AssignedSubscriptionLineItemSummary
-
Packages that use AssignedSubscriptionLineItemSummary Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of AssignedSubscriptionLineItemSummary in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type AssignedSubscriptionLineItemSummary Modifier and Type Method Description Iterable<AssignedSubscriptionLineItemSummary>
SubscriptionPaginators. listAssignedSubscriptionLineItemsRecordIterator(ListAssignedSubscriptionLineItemsRequest request)
Creates a new iterable which will iterate over theAssignedSubscriptionLineItemSummary
objects contained in responses from the listAssignedSubscriptionLineItems operation. -
Uses of AssignedSubscriptionLineItemSummary in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return AssignedSubscriptionLineItemSummary Modifier and Type Method Description AssignedSubscriptionLineItemSummary
AssignedSubscriptionLineItemSummary.Builder. build()
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return types with arguments of type AssignedSubscriptionLineItemSummary Modifier and Type Method Description List<AssignedSubscriptionLineItemSummary>
AssignedSubscriptionLineItemCollection. getItems()
Array containing line item summaries in an assigned subscription.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type AssignedSubscriptionLineItemSummary Modifier and Type Method Description AssignedSubscriptionLineItemSummary.Builder
AssignedSubscriptionLineItemSummary.Builder. copy(AssignedSubscriptionLineItemSummary model)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type AssignedSubscriptionLineItemSummary Modifier and Type Method Description AssignedSubscriptionLineItemCollection.Builder
AssignedSubscriptionLineItemCollection.Builder. items(List<AssignedSubscriptionLineItemSummary> items)
Array containing line item summaries in an assigned subscription.Constructor parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type AssignedSubscriptionLineItemSummary Constructor Description AssignedSubscriptionLineItemCollection(List<AssignedSubscriptionLineItemSummary> items)
Deprecated.
-