Class GetReportOptions.Builder

  • Enclosing class:
    GetReportOptions

    public static class GetReportOptions.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 reference)
        Instantiates a new builder with required properties.
        Parameters:
        accountId - the accountId
        reference - the reference
    • Method Detail

      • build

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

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

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