Class GetOrgUsageOptions.Builder

  • Enclosing class:
    GetOrgUsageOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String accountId,
                       java.lang.String organizationId,
                       java.lang.String billingmonth)
        Instantiates a new builder with required properties.
        Parameters:
        accountId - the accountId
        organizationId - the organizationId
        billingmonth - the billingmonth
    • Method Detail

      • build

        public GetOrgUsageOptions build()
        Builds a GetOrgUsageOptions.
        Returns:
        the new GetOrgUsageOptions instance
      • accountId

        public GetOrgUsageOptions.Builder accountId​(java.lang.String accountId)
        Set the accountId.
        Parameters:
        accountId - the accountId
        Returns:
        the GetOrgUsageOptions builder
      • organizationId

        public GetOrgUsageOptions.Builder organizationId​(java.lang.String organizationId)
        Set the organizationId.
        Parameters:
        organizationId - the organizationId
        Returns:
        the GetOrgUsageOptions builder
      • billingmonth

        public GetOrgUsageOptions.Builder billingmonth​(java.lang.String billingmonth)
        Set the billingmonth.
        Parameters:
        billingmonth - the billingmonth
        Returns:
        the GetOrgUsageOptions builder
      • names

        public GetOrgUsageOptions.Builder names​(java.lang.Boolean names)
        Set the names.
        Parameters:
        names - the names
        Returns:
        the GetOrgUsageOptions builder
      • acceptLanguage

        public GetOrgUsageOptions.Builder acceptLanguage​(java.lang.String acceptLanguage)
        Set the acceptLanguage.
        Parameters:
        acceptLanguage - the acceptLanguage
        Returns:
        the GetOrgUsageOptions builder