Class ListBillingOptionsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.enterprise_billing_units.v1.model.ListBillingOptionsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListBillingOptionsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listBillingOptions options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListBillingOptionsOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringbillingUnitId()Gets the billingUnitId.java.lang.Longlimit()Gets the limit.ListBillingOptionsOptions.BuildernewBuilder()New builder.java.lang.Stringstart()Gets the start.
-
-
-
Method Detail
-
newBuilder
public ListBillingOptionsOptions.Builder newBuilder()
New builder.- Returns:
- a ListBillingOptionsOptions builder
-
billingUnitId
public java.lang.String billingUnitId()
Gets the billingUnitId. The billing unit ID.- Returns:
- the billingUnitId
-
limit
public java.lang.Long limit()
Gets the limit. Return results up to this limit. Valid values are between 0 and 100.- Returns:
- the limit
-
start
public java.lang.String start()
Gets the start. The pagination offset. This represents the index of the first returned result.- Returns:
- the start
-
-