Class BillingOptionsSummary
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.partner_billing_units.v1.model.BillingOptionsSummary
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BillingOptionsSummary extends com.ibm.cloud.sdk.core.service.model.GenericModelThe billing options report for the customer.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingOptionsSummaryFirstgetFirst()Gets the first.java.lang.LonggetLimit()Gets the limit.BillingOptionsSummaryNextgetNext()Gets the next.java.util.List<BillingOption>getResources()Gets the resources.
-
-
-
Method Detail
-
getLimit
public java.lang.Long getLimit()
Gets the limit. The max number of reports in the response.- Returns:
- the limit
-
getFirst
public BillingOptionsSummaryFirst getFirst()
Gets the first. The link to the first page of the search query.- Returns:
- the first
-
getNext
public BillingOptionsSummaryNext getNext()
Gets the next. The link to the next page of the search query.- Returns:
- the next
-
getResources
public java.util.List<BillingOption> getResources()
Gets the resources. Aggregated usage report of all requested partners.- Returns:
- the resources
-
-