Class ServiceSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public ServiceSummary.Builder name​(String name)
        The service name.

        Use this when calling other APIs.

        Parameters:
        name - the value to set
        Returns:
        this builder
      • description

        public ServiceSummary.Builder description​(String description)
        The friendly service name.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • supportedSubscriptions

        public ServiceSummary.Builder supportedSubscriptions​(List<String> supportedSubscriptions)
        An array of subscription types supported by the service.

        e,g The type of subscription, such as ‘SAAS’, ‘ERP’, ‘CRM’.

        Parameters:
        supportedSubscriptions - the value to set
        Returns:
        this builder