Class GetBillingOptionsOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.partner_management.v1.model.GetBillingOptionsOptions.Builder
-
- Enclosing class:
- GetBillingOptionsOptions
public static class GetBillingOptionsOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetBillingOptionsOptionsbuild()Builds a GetBillingOptionsOptions.GetBillingOptionsOptions.BuildercustomerId(java.lang.String customerId)Set the customerId.GetBillingOptionsOptions.Builderdate(java.lang.String date)Set the date.GetBillingOptionsOptions.Builderlimit(long limit)Set the limit.GetBillingOptionsOptions.BuilderpartnerId(java.lang.String partnerId)Set the partnerId.GetBillingOptionsOptions.BuilderresellerId(java.lang.String resellerId)Set the resellerId.
-
-
-
Method Detail
-
build
public GetBillingOptionsOptions build()
Builds a GetBillingOptionsOptions.- Returns:
- the new GetBillingOptionsOptions instance
-
partnerId
public GetBillingOptionsOptions.Builder partnerId(java.lang.String partnerId)
Set the partnerId.- Parameters:
partnerId- the partnerId- Returns:
- the GetBillingOptionsOptions builder
-
customerId
public GetBillingOptionsOptions.Builder customerId(java.lang.String customerId)
Set the customerId.- Parameters:
customerId- the customerId- Returns:
- the GetBillingOptionsOptions builder
-
resellerId
public GetBillingOptionsOptions.Builder resellerId(java.lang.String resellerId)
Set the resellerId.- Parameters:
resellerId- the resellerId- Returns:
- the GetBillingOptionsOptions builder
-
date
public GetBillingOptionsOptions.Builder date(java.lang.String date)
Set the date.- Parameters:
date- the date- Returns:
- the GetBillingOptionsOptions builder
-
limit
public GetBillingOptionsOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit- the limit- Returns:
- the GetBillingOptionsOptions builder
-
-