public static class ServiceSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ServiceSummary |
build() |
ServiceSummary.Builder |
copy(ServiceSummary model) |
ServiceSummary.Builder |
description(String description)
The friendly service name.
|
ServiceSummary.Builder |
name(String name)
The service name.
|
ServiceSummary.Builder |
supportedSubscriptions(List<String> supportedSubscriptions)
An array of subscription types supported by the service.
|
public ServiceSummary.Builder name(String name)
The service name. Use this when calling other APIs.
name
- the value to setpublic ServiceSummary.Builder description(String description)
The friendly service name.
description
- the value to setpublic 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’.
supportedSubscriptions
- the value to setpublic ServiceSummary build()
public ServiceSummary.Builder copy(ServiceSummary model)
Copyright © 2016–2024. All rights reserved.