Class GetBillingOptionsOptions.Builder

  • Enclosing class:
    GetBillingOptionsOptions

    public static class GetBillingOptionsOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String partnerId)
        Instantiates a new builder with required properties.
        Parameters:
        partnerId - the partnerId
    • 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