Uses of Class
com.oracle.bmc.onesubscription.model.RateCardSummary
-
Packages that use RateCardSummary Package Description com.oracle.bmc.onesubscription com.oracle.bmc.onesubscription.model com.oracle.bmc.onesubscription.responses -
-
Uses of RateCardSummary in com.oracle.bmc.onesubscription
Methods in com.oracle.bmc.onesubscription that return types with arguments of type RateCardSummary Modifier and Type Method Description Iterable<RateCardSummary>
RatecardPaginators. listRateCardsRecordIterator(ListRateCardsRequest request)
Creates a new iterable which will iterate over theRateCardSummary
objects contained in responses from the listRateCards operation. -
Uses of RateCardSummary in com.oracle.bmc.onesubscription.model
Methods in com.oracle.bmc.onesubscription.model that return RateCardSummary Modifier and Type Method Description RateCardSummary
RateCardSummary.Builder. build()
Methods in com.oracle.bmc.onesubscription.model that return types with arguments of type RateCardSummary Modifier and Type Method Description List<RateCardSummary>
SubscribedService. getRateCards()
List of Rate Cards of a Subscribed ServiceMethods in com.oracle.bmc.onesubscription.model with parameters of type RateCardSummary Modifier and Type Method Description RateCardSummary.Builder
RateCardSummary.Builder. copy(RateCardSummary model)
Method parameters in com.oracle.bmc.onesubscription.model with type arguments of type RateCardSummary Modifier and Type Method Description SubscribedService.Builder
SubscribedService.Builder. rateCards(List<RateCardSummary> rateCards)
List of Rate Cards of a Subscribed Service -
Uses of RateCardSummary in com.oracle.bmc.onesubscription.responses
Methods in com.oracle.bmc.onesubscription.responses that return types with arguments of type RateCardSummary Modifier and Type Method Description List<RateCardSummary>
ListRateCardsResponse. getItems()
A list of com.oracle.bmc.onesubscription.model.RateCardSummary instances.Method parameters in com.oracle.bmc.onesubscription.responses with type arguments of type RateCardSummary Modifier and Type Method Description ListRateCardsResponse.Builder
ListRateCardsResponse.Builder. items(List<RateCardSummary> items)
A list of com.oracle.bmc.onesubscription.model.RateCardSummary instances.
-