Class ListBillingUnitsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.enterprise_billing_units.v1.model.ListBillingUnitsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListBillingUnitsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The listBillingUnits options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListBillingUnitsOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
accountGroupId()
Gets the accountGroupId.java.lang.String
accountId()
Gets the accountId.java.lang.String
enterpriseId()
Gets the enterpriseId.java.lang.Long
limit()
Gets the limit.ListBillingUnitsOptions.Builder
newBuilder()
New builder.java.lang.String
start()
Gets the start.
-
-
-
Method Detail
-
newBuilder
public ListBillingUnitsOptions.Builder newBuilder()
New builder.- Returns:
- a ListBillingUnitsOptions builder
-
accountId
public java.lang.String accountId()
Gets the accountId. The enterprise account ID.- Returns:
- the accountId
-
enterpriseId
public java.lang.String enterpriseId()
Gets the enterpriseId. The enterprise ID.- Returns:
- the enterpriseId
-
accountGroupId
public java.lang.String accountGroupId()
Gets the accountGroupId. The account group ID.- Returns:
- the accountGroupId
-
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
-
-